Jay <[email protected]> writes: > gcc -I. -I/src/wget-1.11.4/src -DHAVE_CONFIG_H > -DSYSTEM_WGETRC=\"/usr/etc/wget > rc\" -DLOCALEDIR=\"/usr/share/locale\" -O2 -Wall -c > /src/wget-1.11.4/src/ftp.c > /src/wget-1.11.4/src/ftp.c: In function `ftp_expected_bytes': > /src/wget-1.11.4/src/ftp.c:98: warning: implicit declaration of function > `strnca > secmp'
It's a good idea to look up in the documentation of your system what needs to be defined for strncasecmp, strcasecmp, readlink, and symlink to become visible. Maybe an additional #include, or #define _XOPEN_SOURCE to a magic value.
