Re: ld.so linking conflict

1997-11-25 Thread Brian White
> > 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

Re: ld.so linking conflict

1997-11-25 Thread David Engel
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

ld.so linking conflict

1997-11-24 Thread Brian White
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