delorie.com/archives/browse.cgi | search |
From: | cuma AT solaris DOT net DOT ncu DOT edu DOT tw |
Subject: | Re: errno missing in link of wget |
11 Jun 1997 20:35:03 -0700 : | |
Approved: | cygnus DOT gnu-win32 AT cygnus DOT com |
Distribution: | cygnus |
Message-ID: | <199706111924.DAA25017.cygnus.gnu-win32@solaris.net.ncu.edu.tw> |
Mime-Version: | 1.0 |
In-Reply-To: | <3.0.2.32.19970610212244.00a57160@ng.netgate.net> from "Theodore W. Leung" at "Jun 10, 97 09:22:44 pm" |
Original-To: | twl AT pobox DOT com (Theodore W. Leung) |
Original-Cc: | gnu-win32 AT cygnus DOT com |
X-Mailer: | ELM [version 2.4ME+ PL31 (25)] |
Original-Sender: | owner-gnu-win32 AT cygnus DOT com |
> I've been puzzling over this one.... > > I'm running gnuwin32-b18 on NT 4.0 + SP2 + Hotfixes. > > I tried to build GNU's wget-1.4.5 by downloading from gatekeeper, > decompressing and untaring, and running configure. configure ran okay, so > I type'd make. > > All the source files compile, but I get this for a link: > > gcc -o wget connect.o host.o http.o netrc.o ftp-basic.o ftp.o ftp-ls.o > mtch.o h > tml.o retr.o recur.o url.o init.o utils.o cmpt.o getopt.o main.o version.o > http.o(.text+0x835):http.c: undefined reference to `errno' > http.o(.text+0x8f5):http.c: undefined reference to `errno' > http.o(.text+0xfb4):http.c: undefined reference to `errno' > http.o(.text+0x154f):http.c: undefined reference to `errno' > http.o(.text+0x1df9):http.c: undefined reference to `errno' > http.o(.text+0x23ac):http.c: more undefined references to `errno' follow > gcc: Internal compiler error: program ld got fatal signal 1 > make: *** [wget] Error 1 > make: *** [src] Error 2 I had compiled it out last time ... add " #include <errno.h> " in config.h. - 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".
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |