This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling wget




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@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]