discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep tool link problem


From: Andreas Höschler
Subject: Re: GNUstep tool link problem
Date: Tue, 6 Jan 2009 17:03:17 +0100

Hi Matt,

its interesting that the output of ldd is finding 2 implementations of libxml2
       libxml2.so.2 =>  /usr/lib/libxml2.so.2
       libxml2.so.2 =>  /usr/local/lib/libxml2.so.2

maybe some of the libraries are using rpath, and some are not or
directly linking to the shared object's full path instead of using -l

the output of readelf -d on the various libraries output from ldd
might help shed some light on the answer to that question

No "readelf" on Solaris. However, rebuilding GNUstep from scratch solved the problem.

Thanks,

  Andreas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]