boost - Library file placement in C++ -


i trying use dynamic bitset provided boost libraries. downloaded file boost_1_55_0.tar.bz2 , extracted folder named boost. in folder have put source code file #include directive #include <boost/dynamic_bitset.hpp>, when compile source code, compiler returns "no such file or directory". place source code?

i managed compile program putting source code file in the same directory boost in, , compiling using command formula:

g++ -i /your/source/root /your/source/root/a/code.cpp 

as mentioned in how make g++ search header files in specific directory?


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -