
22 Jun
2011
22 Jun
'11
3:25 p.m.
On 06/21/2011 10:49 AM, David Doria wrote:
I ran this: ~/src/boost$ ./bootstrap.sh ~/src/boost$ ./bjam --prefix=/home/ddoria/bin
The output was:
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/home/ddoria/src/boost
The following directory should be added to linker library paths:
/home/ddoria/src/boost/stage/lib
I would have expected these to be more like /home/ddoria/bin/bin and /home/ddoria/bin/lib - am I misunderstanding the install process?
Try bjam --prefix=/home/ddoria/bin install In Christ, Steven Watanabe