I used to code using visual studio,when linking boost libraries I just added the folder having libraries e.g boost/lib and vs automatically choose the required lib files and link against them.
Now I am trying to link to boost lib in eclipse.I added the /usr/loca/lib folder which has boost library files.
But undefined reference error happens to all boost libraries.
I read that I must add each library file by its name in eclipse.
Is this the only way ?Is there automatic way to choose the required library files like visual studio?
thanks for your help.