Q: apache: logresolve.c: undefined reference to `h_errno'

Patrick Doyle wpd@delcomsys.com
Thu Dec 14 07:09:00 GMT 2000


Not knowing any better, when I tried to compile wget, I just changed the
reference to `h_errno' from:

extern int h_errno;

to

/* extern  */ int h_errno;

in one place (ftp.c) and wget compiled fine.  Having just read
http://www.cygwin.com/ml/cygwin/2000-01/msg00452.html , I expect that was
not the most correct thing to do, but it did allow me to compile and use
wget.  Perhaps you could do the same with apache.

It's a hack, but it might be just enough to allow you to get your simple
files-via-http service running.

--wpd

Josifovski Ljubomir-BLJ01Z wrote:
> 
> I'm trying to compile apache from
> 
> http://www.student.uni-koeln.de/cygwin/Distribution/Source/apache/
> 
> and I get an error:
> 
> ===> src/support
> make[2]: Entering directory `/home/sysop/apache_1.3.9-cygwin/src/support'
> gcc  -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite `../apaci` logresolve.o
> -o logresolve   -L../os/cygwin -L../ap -lap -los  -lcrypt -lcrypt
> logresolve.o(.text+0x13a):logresolve.c: undefined reference to `h_errno'
> logresolve.o(.text+0x14d):logresolve.c: undefined reference to `h_errno'
> logresolve.o(.text+0x167):logresolve.c: undefined reference to `h_errno'
> collect2: ld returned 1 exit status
> make[2]: *** [logresolve] Error 1
> make[2]: Leaving directory `/home/sysop/apache_1.3.9-cygwin/src/support'
> <=== src/support
> make[1]: Leaving directory `/home/sysop/apache_1.3.9-cygwin'
> <=== src
> 
> I found a message ragarding compiling wget and link error involving h_errno
> at
> 
> http://www.cygwin.com/ml/cygwin/2000-01/msg00452.html
>

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list