This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: collect2 and shared library locations


On 7 Sep 1998, Peter Simons wrote:

: It appears, though, that collect2 does not use this mechanism, but
: wants the directory list to be set in $LD_LIBRARY_PATH. Is there any
: chance to remedy this? Or am I doing something wrong?

Hm.

Are you having problems _linking_ to libraries?  In that case, you shouldn't
be depending on ld.so.conf, rather on -L/path/to/lib/dir.  (ld.so.conf
_shouldn't_ affect ld(1), and if it does, that's actually a Bug.)

More details on what problem you are experiencing would help.

-- 
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]