|
Boost Users :
|
Hello All,
I am new to boost and trying to build boost with boost.log, but I
get some errors. Here is what I did so far:
- Downloaded boost 1.48.0 and unpacked it into /boost_1_48_0/
- Downloaded boost-log 1.0 and unpacked it into /boost_1_48_0/
- Executed the command ./bootstrap.sh
--with-libraries=system,filesystem,date_time,thread,regex
--prefix=path/to/lib
- Executed the command ./b2 install
- ==> Everything went fine, I did not have any errors
- Then I copied the command from step 2 and changed it to:
./bootstrap.sh
--with-libraries=system,filesystem,date_time,thread,regex,log
--prefix=path/to/lib
and executed it
- Executed the command ./b2 install
The command line output from step 7 is attached. Please see line 65
and following.
Does anybody has an idea what I could do to build it?
Many thanks
Konstantin
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net