[tkined] build problem

Chad Smith (csmith@bbg.adc.com)
Tue, 16 Mar 1999 14:49:17 -0600 (CST)

I'm upgrading from tcl7.6/tk4.2/scotty2.1.5 to tcl8.0.5/tk8.0.5/scotty2.1.10
and am having trouble with 'make install'-ing scotty:

% pwd
/home/csmith/tcl/scotty-2.1.10/unix
% make
...
...
the make is successful, all executables/libraries created
...
...
% make install
Making directory /home/csmith/tcl/scotty-2.1.10/unix/lib/tnm2.1.10
Installing scotty2.1.10 and tnm2.1.10.so
Making directory /home/csmith/tcl/scotty-2.1.10/unix/lib/tnm2.1.10/library
Installing ./../tnm/library/README
Installing ./../tnm/library/dialog.tcl
Installing ./../tnm/library/output.tcl
Installing ./../tnm/library/snmp.tcl
Installing ./../tnm/library/monitor.tcl
Installing ./../tnm/library/obsolete.tcl
Installing ./../tnm/library/init.tcl
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
make: *** [tnm-install-library] Error 1
% nm /home/csmith/tcl/lib/tnm2.1.10.so | grep __dn_expand
U __dn_expand

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

Your help is much appreciated!
-chad

--
!! 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.