g++ I- /root/boost/ /root/bin/repos/c-projects/c++/C++Projects/Boost/testLinkToBoostLib.cpp -o example \
> ~/boost/stage/lib/libboost_
libboost_chrono.a libboost_regex.a
libboost_chrono.so libboost_regex.so
libboost_chrono.so.1.51.0 libboost_regex.so.1.51.0
libboost_filesystem.a libboost_system.a
libboost_filesystem.so libboost_system.so
libboost_filesystem.so.1.51.0 libboost_system.so.1.51.0
libboost_program_options.a libboost_thread.a
libboost_program_options.so libboost_thread.so
libboost_program_options.so.1.51.0 libboost_thread.so.1.51.0
Finally this is my issue:
When I try to compile the test regex code with boost, I am unable to find the correct library to include. I fear that because I have this issue, that my thread library is not built as well. Is there a way to check? Can
you provide what worked for you to install boost on your linux machine.