This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: lib path
- From: lrtaylor at micron dot com
- To: <bansidhara at ctd dot hcltech dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Tue, 7 Oct 2003 10:32:04 -0600
- Subject: RE: lib path
On Linux, you can set the variable LD_LIBRARY_PATH to point to the
directory containing your library, or you can add the path to the file
/etc/ld.so.conf and then run ldconfig -v to update the library cache.
Cheers,
Lyle Taylor
-----Original Message-----
From: Bansidhar Arvind Deshpande - CTD, Chennai.
[mailto:bansidhara@ctd.hcltech.com]
Sent: Tuesday, October 07, 2003 10:25 AM
To: gcc-help@gcc.gnu.org
Subject: lib path
Hi,
This may not be the appropriate place to post this question but
I had no other alternative.
I am working on linux.I am using a tool which needs a shared library
file. I am having this shared library but it should be present in some
specific directory. I think there should be some environment variable
for this. What should I do for this.
Thanks
Bansidhar