
12 Oct
2007
12 Oct
'07
3:31 p.m.
William SleemanIV wrote:
Adding the -library=stlport4 did work for building the 32-bit libraries. I tried to build boost in 64-bit mode but still got 32-bit libraries. I used the following command as suggested on the "C++ Frontend Tales" website:
bjam toolset=sun stdlib=sun-stlport address-model=64 -library=stlport4 stage
This one is correct. However I think "C++ Frontend Tales" tells you to add some lines to sun.jam. Did you do that? For the record, the ticket for that is: http://svn.boost.org/trac/boost/ticket/1186 which is closed in SVN head, with those commits: http://svn.boost.org/trac/boost/changeset/38872 http://svn.boost.org/trac/boost/changeset/38919 - Volodya