I have removed all header files within the below path due to numerous errors i was seeing
/usr/include/boost
The following is my install procedure…
cd boost_1_49_0
./bootstrap.sh --prefix=$SRC_HEAD/third-party/build/boost_1_49_0
./b2 install
After a successful install i still do not see any include files within:
/usr/include/boost!
Can someone please advise, many thanks
Well, as this suggests
it will install into
$SRC_HEAD/third-party/build/boost_1_49_0, which is not/usr/include/boostobviously.BUT I’m not suggesting you do this manually. Which distribution are you using? You should use the package manager, which comes with it to perform this task (reinstalling boost).