![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Library not loaded? | olifu02 | UNIX for Advanced & Expert Users | 4 | 01-08-2008 09:32 PM |
| how to view loaded shared libraries by running processes in linux | princelinux | High Level Programming | 3 | 01-17-2007 04:44 AM |
| help getting records loaded from sqlldr log | ecupirate1998 | Shell Programming and Scripting | 0 | 07-28-2005 07:18 AM |
| Loaded question - anyone up to the challenge? | idesaj | UNIX for Dummies Questions & Answers | 1 | 07-07-2005 12:47 PM |
| dynamically loaded libraries | rainshadow | High Level Programming | 3 | 06-04-2005 09:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
makefile for programs using libraries loaded at runtime
Hi everybody!
I would like to set in the makefile a path that should be the path where the program searches for the libraries loaded at run time. Is there such a variable to be set in makefile? Thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Add the full path to your libs in /etc/ld.so.conf then run ldconfig, you might set LD_LIBRARY_PATH as well ...
|
||||
| Google The UNIX and Linux Forums |