14 Aug
2009
14 Aug
'09
2:42 a.m.
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? So can you please tell me how to link to boost library? Where are the .a/.so files for boost libraries? Thank you.