> > then I get the warning:
> >
> > ld: warning: libdl.so.2, needed by /usr/lib/libtk8.0.so, may conflict with
> > libdl.so.1
> >
> > I have been unable to find where this "libdl.so.1" is coming from since the
> > "dl" libraries are:
>
> You probably have a left over link in /lib. Perhaps you 'f
On Mon, Nov 24, 1997 at 03:54:59PM -0500, Brian White wrote:
> then I get the warning:
>
> ld: warning: libdl.so.2, needed by /usr/lib/libtk8.0.so, may conflict with
> libdl.so.1
>
> I have been unable to find where this "libdl.so.1" is coming from since the
> "dl" libraries are:
You probably h
When trying to link using libc6 and tcl8, I can no longer include "-ldl" on
the link line without getting an error. If I have
[...] -ltcl8.0 -lm -lnsl
then it links okay. If I have
[...] -ltcl8.0 -lm -lnsl -ldl
then I get the warning:
ld: warning: libdl.so.2, needed by /usr/l
3 matches
Mail list logo