Thanks this worked. gmake now got through but gmake install fails with the
following error:
( cd docs/help; \
/usr/bin/find . -type d \! -path "*CVS*" \
-exec /opt/source/gnokii-0.6.14/config/install-sh -c -d
/opt/gnokii/share/xgnokii/help/{} \; ; \
/usr/bin/find . -type f \! -path "*CVS*" \
-exec /opt/source/gnokii-0.6.14/config/install-sh -c -m 644 {}
/opt/gnokii/share/xgnokii/help/{} \; \
)
/usr/bin/find: bad option -path
/usr/bin/find: [-H | -L] path-list predicate-list
/usr/bin/find: bad option -path
/usr/bin/find: [-H | -L] path-list predicate-list
gmake[1]: *** [install] Error 1
gmake[1]: Leaving directory `/opt/source/gnokii-0.6.14/xgnokii'
gmake: *** [install] Error 2