bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] build errors on Interix/sfu/sua (strcasecmp/_ALL_SOURCE)


From: Hrvoje Niksic
Subject: Re: [Bug-wget] build errors on Interix/sfu/sua (strcasecmp/_ALL_SOURCE)
Date: Tue, 16 Jun 2009 18:59:31 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Jay <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]