This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

res_init


Hello!

I'm new on the list so - Hi everybody! :)

I've a question - for last few days i try do compile mtr (0.42) under cygwin 
(cygwin_98-4.10). Cofigure scripts of mtr says, that it couldn't find a 
res_init. Confugure looks for it in system., next in libbind and libresolv. 
So I decided to compile BIND. After that I've got a libbind.a, copied it to 
/lib, but still configure says that res_init is not supporrrted by my system.

It checks for it by:
###conttest.c##
#include <conftest.h> (nothing special in this file)

int res_init ();

main {
res_init();
return 0;
} 
############
Compilation of this file says: "unresolved reference: res_init"., even with 
-L/lib -lbind options.

Could you help me? 

Regards
-- 
Piotr Gardy, Dzial obslugi serwerow	PIK-Net Sieci Rozlegle
Toszecka 102, Gliwice Poland, +48 32 338-33-53
e-mail: pogar@pik-net.pl

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]