I have a problem with adding library to my c project in eclipse. I have libraries *.lib which I have to add to my project. I've added them in "paths and symbols-> libraries" (only names of the libraries) and the path to the libraries directory in "paths and symbols-> library path)
I do everything as it is in the user guide but linker shows that he cannot find this libraries. Any ideas?
-l<library-name>for each library you use. For example,-lACEforlibACE.so.