Mail Archives: cygwin/1997/11/26/16:45:54
On Mon, 24 Nov 1997, Michael J. Maravillo wrote:
> I've just downloaded the gnu-win32 tools and tried my luck in
> compiling GNU wget-1.4.3. Everything compiles fine until the linking
> process:
>
> http.o(.text+0x811):http.c: undefined reference to `errno'
That's a sign that you might wanna #include <errno.h>. I've seen some
programs that ifdef that include to only certian (non Win32) systems. Go
figure.
- alex
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -