Re: How can external program talk to tkined?

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Mon, 14 Oct 1996 11:48:28 +0200

Tom Chandler <tchandle@ms1.nwla.com> said:

Tom> Hi,

Tom> trying to install scotty on the following:

Tom> P-75, 32Meg Mem.
Tom> 1.2 Gi
Tom> Linux 2.0.0 Slackware

Tom> Have read the docs that I could find. going the the make i
Tom> get the following error message. This is were i get loss, (it
Tom> may be simple, if so I'm sorry)

Tom> cc -rdynamic -o scotty scotty.o -L/usr/lib -ltcl -lleee -ldl -lm
Tom> /usr/i486-linux/bin/ld: cannot open -ldl: no such file or directory

Some Linux systems can't find the -ldl library when linking dynamic
loadable modules. This can usually be fixed by adding some missing
symbolic links:

/lib/libdl.so -> /lib/libdl.so.1
/lib/libdl.so.1 -> /lib/libdl.so.1.7.14

The second link points to the actual version and is usually maintained
by ldconfig(8).

Juergen

--
Juergen Schoenwaelder schoenw@cs.utwente.nl http://www.cs.utwente.nl/~schoenw
Computer Science Department, University of Twente,   (Fax: +31-53-489-3247)
P.O. Box 217, NL-7500 AE Enschede, The Netherlands.  (Tel. +31-53-489-3678)