I am working in Eclipse: Helios Service Release 1 using Eclipse CDT compiling using g++
I have just started to have a go at using Shared Libraries in my projects but
You just need to set LD_LIBRARY_PATH to include the folder in which the shared libraries are. Something like this: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/lib/
LD_LIBRARY_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/lib/