This is the mail archive of the gcc-help@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]
Other format: [Raw text]

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


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