Hi,
I'm trying to compile a project on Ubuntu, for this I use the newest SFML 2 revision. Since I want to make sure there are no version conflicts, I intend to ship the SFML .so libraries with my application. As far as I've experienced it, executables don't look first in their directory for dynamic libraries. And static linking seems not to be recommended on Linux, I would also have to link every library SFML uses.
How can I tell the executable to search in the current directory for dynamic libraries? I use Code::Blocks as IDE.