From: garbanzo@hooked.net (Alex)
Subject: Re: Compiling wget
26 Nov 1997 16:45:54 -0800
Message-ID: <Pine.BSF.3.96.971125213819.8881A-100000.cygnus.gnu-win32@zippy.dyn.ml.org>
References: <Pine.LNX.3.96.971124124552.16145B-100000@fiesta.philonline.com.ph>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: "Michael J. Maravillo" <mmj@philonline.com>
Cc: gnu-win32@cygnus.com



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".
