Mail Archives: cygwin/2001/03/12/04:37:52
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 AT pik-net DOT pl
--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple
- Raw text -