C++ Frontend Tales

All | Boost | General | Loki
« Previous day (Sep 25, 2006) | Main | Next day (Sep 26, 2006) »

20060926 Tuesday September 26, 2006

Boost and 64-bit mode again

Here is the quote from comments I received from Lars Fuerstenberg:

I used your patch to build Boost 1.32 in 64-bit mode with the latest
Sun compiler patches. With the comandline:
bjam "-sBUILD=<threading>multi <runtime-link>dynamic <instruction-set>v9" \
     "-sTOOLS=sunpro" -sSUNPRO_CXX="CC -xtarget=native64 -xarch=v9 -xcode=abs64 -I\"../../../\" "
I was able to compile filesystem, program_options and iostreams
(these are all Boost libraries that we need for our product).
Our applications run without problems using these libraries.

Thanks Lars!
Permalink Comments [3]