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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -