Ok, I have reconfigured it and the file is now located in the boost_1_39_0 directory. However, it still doesnt work. This is what I type in command line:

g++ -I /usr/local/boost_1_39_0 test.cc -o example \ ~/stage/lib/libboost_thread-gcc43-mt-1_39.a

stage directory: /usr/local/boost_1_39_0/stage/lib/libboost_thread-gcc43-mt-1_39.a



2009/8/21 Steven Watanabe <watanabesj@gmail.com>
AMDG


Shaolin wrote:
Thanks, it looks like I didnt install it properly .. below is the error
message I get:

*g++:  ~/boost/stage/lib/libboost_thread-gcc34-mt-d-1_36.a: No such file or
directory*

This is what I did the install the lib.
$ cd /usr/local/boost_1_39_0
$ sudo ./bootstrap.sh
$ sudo ./bjam install
 

bjam install places the libraries under /usr/lib
bjam stage or just bjam puts the libraries
in stage/lib.

In Christ,
Steven Watanabe


_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users