Hallo Jag, Am Mittwoch, 13. August 2003 um 19:46 schriebst du:
> Hi Gerrit, > I tried that, but I am still getting the following error. > $ gcc -shared -o > libbridge.dll -Wl,--out-implib=libbridge.dll.a -Wl,--export-al > l-symbols -Wl,--enable-auto-import -Wl,--whole-archive bridge.o nwutil.o > jagsoc > ket.o -Wl,--no-whole-archive > Creating library file: libbridge.dll.a > nwutil.o(.text+0x57):nwutil.c: undefined reference to `_h_nerr' > nwutil.o(.text+0x63):nwutil.c: undefined reference to `_h_errlist' > collect2: ld returned 1 exit status > Any idea what package is h_nerr and h_errlist are defined in? Not in a library available with the cygwin netrelease. But it is in libbind and in liblwres, try here: http://anfaenger.de/cygwin/DNS/bind-9.2.2/libbind/ http://anfaenger.de/cygwin/DNS/bind-9.2.2/liblwres/ $ nm usr/lib/liblwres.a | grep h_nerr 00000014 d _h_nerr $ nm usr/lib/liblwres.a | grep h_errlist 00000000 d _h_errlist $ nm libbind.a | grep h_errlist 00000000 D _h_errlist $ nm libbind.a | grep h_nerr 00000014 D _h_nerr Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/