Re: [tkined] build problem

Erik Schoenfelder (schoenfr@gaertner.de)
Wed, 17 Mar 1999 09:43:33 +0100 (MET)

Hi,

Chad> initialization failed: couldn't load file "/home/csmith/tcl/lib/tnm2.1.10.so": /home/csmith/tcl/lib/tnm2.1.10.so: undefined symbol: __dn_expand
Chad> make: *** [tnm-install-library] Error 1
Chad> % nm /home/csmith/tcl/lib/tnm2.1.10.so | grep __dn_expand
Chad> U __dn_expand

Chad> What library is this defined in that I should be linking in?

dn_expand comes from the resolver library, so try to add -lresolv to
the linker-flags.

In the unix/Makefile you should find a line looking like:

LIBS = -lm # -lresolv

depending on the platform you have.

remove the comment sign and try again (if you want to run configure
again, remove the comment sign in the Makefile.in).

I hope this helps.
Erik

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.