On 27-Feb-2000 Bob Friesenhahn wrote:
> I am encountering a very strange problem when using CVS libtool
> (multi-lingual) in that several libraries are repeated (as reported by
> ldd) as dependencies, and these libraries are not found at run-time.  
> This is under Solaris 2.6, using gcc 2.9.5.
>...
>         libdpstk.so.5 =>         (file not found)
>         libdps.so.5 =>   (file not found)
>         libdpstk.so.5 =>         /usr/openwin/lib/libdpstk.so.5
>         libdps.so.5 =>   /usr/openwin/lib/libdps.so.5
>...
> Even though LDFLAGS includes -R/usr/local/lib:/usr/openwin/lib,
                                               ^
                                This syntax is not supported
 Try using -R/usr/local/lib -R/usr/openwin/lib

> libtool seems to be removing /usr/openwin/lib, where the problem
> libraries reside.  However, notice that one of the two references to
> the library is discovered anyway.

 Maybe -R/usr/openwin/lib is hardcoded into another
 library that uses libdps[tk]?

Thomas Tanner -------------------------
email: tanner@(ffii.org|gnu.org|gmx.de)
web:   http://home.pages.de/~tanner/
UMI:   http://umi.ffii.org/

Reply via email to