Mac 64/32 bit universal libraries
26 Nov
2008
26 Nov
'08
10:14 p.m.
I'm trying to build a 64/32 bit universal application that uses boost. Is there a way to build a version of the boost libraries for this usage?
7 Dec
7 Dec
9:21 a.m.
Neal Meyer wrote:
I'm trying to build a 64/32 bit universal application that uses boost. Is there a way to build a version of the boost libraries for this usage?
Neal, unfortunately, it is not possible with the released version of Boost. If you're using SVN trunk, you can do this: bjam architecture=x86 address-model=32_64 It is also possible to take last Boost release and replace tools/build/v2 and tools/jam with the SVN trunk version. This way, you'll be able to build 32/64 bit fat binary without the risk of bugs in trunk version of boost libraries. HTH, Volodya
5817
Age (days ago)
5828
Last active (days ago)
1 comments
2 participants
participants (2)
-
Neal Meyer
-
Vladimir Prus