You can also try:gitoshi <gitoshi@...> wrote:
> > I had to link to libresolv.a (the static lib) instead of libresolv.so
> > (the shared one).
> How do you compile again the static one??
Add full path to libresolv.a to the list of objects at link time by
patching Makefile.
LDFLAGS= ./configure ....
no patching Makefiles required.
Or set LDFLAGS (and export it) before invoking configure but the above will set it only for the invokation of configure, which autoconf is designed to handle.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...