Re: problem with make (libdl.so)

Michael Stein (mas@ucla.edu)
Mon, 16 Jun 1997 15:57:36 -0700

>The other is a Slackware, 2.0.0 kernel, Tcl 7.5, Tk 4.2. The message
>is the next:
>
>>>> cc -rdynamic -o scotty scotty.o -L/usr/lib -ltcl -lieee -ldl -lm
>>>> /usr/i486-linux/bin/ld: cannot open -ldl: No such file or directory
>>>> make: *** [scotty] Error 1
> but I find this:
>#ls -l /usr/i486-linux/bin/ld

You need libdl.so (dl not ld). This is dynamic loading support.

Get ld.so-1.8.2.tar.gz and install (or partially install) it.

What I did was just install libld.so and the dlfcn.h macro
(which were both missing from my slackware 3.1 system).

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