I am sorry! I have googled this a lot and cannot find an answer! It's dumb I know.
I cannot link in static libraries(*.a) in eclipse cdt. I listed them all in Project->Settings-> GCC C++ linker -> Libraries. I used the absolute path to make sure I had the lib correct... and i get:
cannot find -l/usr/local/lib/libboost_date_time.a
I am sure it's stupid whatever I am doing wrong :(
Edit -- and i should mention i am linking the libraries at run time...
See Question&Answers more detail:os