This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: collect2 and shared library locations
- To: Peter Simons <peter dot simons at gmd dot de>
- Subject: Re: collect2 and shared library locations
- From: Todd Vierling <tv at pobox dot com>
- Date: Wed, 9 Sep 1998 16:59:10 -0400 (EDT)
- cc: egcs at cygnus dot com
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)