User forums > Help
Shared objects on linux
Halan:
strange but then it shouldn't search in workingDirectory/bin/Debug or so for shared libraries but in /usr/lib or similir, shouldn't it?
If i use LD_LIBRARY_PATH i have to dynamically load the libs right?
CuteAlien:
Read through the link I've posted. It is explaining all that way better than I could. And the dynamic linking is automatic, when the .so is found you don't have to do much beside linking to the library. You don't have to do the loading yourself (unless you are writing a plugin system).
Navigation
[0] Message Index
[*] Previous page
Go to full version