Also you do not need to add the paths, not even the *.so files, you just need to add the libs as i wrote em. You see at linking time it will find the libraries with the linker search path, the -L<path> (switches). for example c:\sdk\lib (fictive path, i made this up) you add to the linker search...