
21 Jun
2011
21 Jun
'11
5:49 p.m.
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? Thanks, David