On Sat, Feb 17, 2001 at 12:41:25PM -0600, Maximus wrote:
> Wonderful...partly.  This worked to get the lib in ldconfig, but then
> I noticed that it still couldn't find the lib.  

Well, as I said, the hints are not used for linking at all.

> Trussing 'ld -liconv' revealed that it was only looking in /usr/lib.
> I have a LD_LIBRARY_PATH, and even went so far as to create a LD_FLAGS
> var.  Neither of these things made ld even glance beyond /usr/lib.

LD_LIBRARY_PATH is not used at link time, only at run time.  If you
want additional paths to be searched for libraries, use the -L flag.

You may want to read `info -f gcc' and/or `info -f ld' if you have
further trouble.

Cheers,
-- 
Jacques Vidrine / [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to