14 Aug
2009
14 Aug
'09
7:13 a.m.
n179911 wrote:
Hi,
I am following the step here to install boost 1.39 on Mac OSX:
http://www.boost.org/doc/libs/1_39_0/more/getting_started/unix-variants.html...
I did: $ ./bootstrap.sh $ ./bjam install
After the build is done. I do see boost-1_39 under /usr/local/include
But, i don't see any boost related stuff in /usr/local/lib?
Please do: ./bootstrap.sh --prefix=/usr/local --libdir=/usr/local/lib ./bjam install This will not rebuild libraries, just install them properly. This was a bug in 1.39, and is fixed for upcoming 1.40. HTH, Volodya