Asked by duncanb7
at 2024-11-11 05:37:03
Point:500 Replies:11 POST_ID:828785USER_ID:11059
Topic:
Linux;C++ Programming Language;C Programming Language
I install boost into my directy with the following linux Centos command
tar xvzf boost_1_50_0.tar.gz
cd boost_1_50_0
./bootstrap.sh --prefix=../local --libdir=../local/lib
./bjam --layout=system install
export Boost_LIBRARYDIR=../local/include/boost/
cd ..
During installation, it will echo a lot of response from the shell as follows in code area
There is a lot character of "^" under the character b of boost.
What is that meaning ? Is it installation error mesage ?
Do I need take care of those response ?
And last question why it took almost 1hour to finish boost installation. Is it normal
installation time?
Please advise and appreciated your help
Duncan
tar xvzf boost_1_50_0.tar.gz
cd boost_1_50_0
./bootstrap.sh --prefix=../local --libdir=../local/lib
./bjam --layout=system install
export Boost_LIBRARYDIR=../local/include/boost/
cd ..
During installation, it will echo a lot of response from the shell as follows in code area
There is a lot character of "^" under the character b of boost.
What is that meaning ? Is it installation error mesage ?
Do I need take care of those response ?
And last question why it took almost 1hour to finish boost installation. Is it normal
installation time?
Please advise and appreciated your help
Duncan