|
Re: Dynamically Linked Libraries
Sure, remember to put it where it can be found. Normally that is in /lib or /usr/lib or /usr/local/lib (for anyone to use) - it is configurable. During development you can use LD_LIBRARY_PATH and put the library anywhere (in the CWD for example).
HTH
__________________
Fast, cheap or working - pick any two!
|