> From: Mingshey <[EMAIL PROTECTED]>
> Date: Sat, 10 Mar 2001 22:21:28 -0800 (PST)
>
> I'm compiling Guile in Cygwin 1.1.8-2 on WinNY/PIII
> The guile library guile-1.4/libguile/.libs/guilelib.a does not recognize
> 'h_errno'
> Running make, I got following error message:
>
> .libs/libguile.a(net_db.o)(.text+0x2ba): undefined reference to `h_errno'
> collect2: ld returned 1 exit status
> rm -f .libs/guileS.o
> make[1]: *** [guile] Error 1
> make[1]: Leaving directory `/home/mingshey/guile-1.4/libguile'
> make: *** [all-recursive] Error 1
>
> Please help!
The problem will need to be investigated, but if you don't need
networking support in Guile, try this for now:
configure --disable-networking
_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile