|
Boost Interest : |
Subject: Re: [Boost-cmake] Build failures on Mac OS X 10.5
From: troy d. straszheim (troy_at_[hidden])
Date: 2009-03-03 10:37:31
Michael Jackson wrote:
> What build system is ICU using? You may have to add the -arch ppc -arch
> i386 flags yourself on the command line using something like
> CXXFLAGS="-arch ppc -arch i386"
>
> You can use bjam to get a universal build of Boost.
If it is just a matter of adding some CXXFLAGS it shouldn't be difficult
to do it with cmake either... or am I missing something?
-t