Problems with make install

Craig (murple@mars.erols.com)
Sat, 10 Aug 1996 09:36:38 -0400 (EDT)

I am trying to install scotty and tkined on Linux 2.0.11... All compiles
OK, but when I do make install, I get this error (below). I have read the
FAQ, Readme, and mailing list archive. It doesnt work if I setenv
TCLLIBPATH, nor does it work if I add it to /usr/lib/tcl/init.tcl. I have
tried doing a make dist and recompiling it, as well as recompiling tcl7.5
and tk4.1. I have tried it on several linux machines on the network.
Nothing I can think of works. According to what Ive read on the mailing
list archive, this bug was supposedly fixed in 2.1.1, but, I guess it
wasnt. Any ideas?

Installing ./../tnm/library/obsolete.tcl
Installing ./../tnm/library/init.tcl
./scotty: can't resolve symbol 'sethostent'
./scotty: can't resolve symbol 'endnetent'
./scotty: can't resolve symbol 'getprotobynumber'
./scotty: can't resolve symbol 'getprotobyname'
./scotty: can't resolve symbol 'getnetent'
./scotty: can't resolve symbol 'sleep'
./scotty: can't resolve symbol 'getrpcbyname'
./scotty: can't resolve symbol 'xdr_vector'
./scotty: can't resolve symbol 'endprotoent'
./scotty: can't resolve symbol 'getnetbyaddr'
./scotty: can't resolve symbol 'setprotoent'
./scotty: can't resolve symbol 'getprotoent'
./scotty: can't resolve symbol 'fseek'
./scotty: can't resolve symbol 'rand'
./scotty: can't resolve symbol 'getrpcent'
./scotty: can't resolve symbol 'fread'
./scotty: can't resolve symbol 'endhostent'
./scotty: can't resolve symbol 'ftell'
./scotty: can't resolve symbol 'srand'
./scotty: can't resolve symbol 'getservbyport'
./scotty: can't resolve symbol 'getrpcbynumber'
./scotty: can't resolve symbol 'endrpcent'
./scotty: can't resolve symbol 'callrpc'
./scotty: can't resolve symbol 'pmap_getmaps'
./scotty: can't resolve symbol 'setrpcent'
./scotty: can't resolve symbol 'fwrite'
./scotty: can't resolve symbol 'getnetbyname'
./scotty: can't resolve symbol 'xdr_array'
./scotty: can't resolve symbol 'setnetent'
./scotty: can't resolve symbol 'mkdir'
initialization failed: couldn't load file "/usr/lib/tnm2.1.1.so": Unable
to resolve symbol
This usually means that you have to define the TCLLIBPATH environment
variable to point to the tnm library directory or you have to include
the path to the tnm library directory in Tcl's auto_path variable.
make: *** [tnm-install-library] Error 1