Boost Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Boost-testing] Re: Re: CodeWarrior on Mac
I have cw 9_2 and it only built wide char io with the static build. I
believe this is due to broken locale support in the dynamic build version.
Rene Rivera wrote:
> AFAIK CW9/MSL supports locale in all configurations. At least that's
> what works for Win32 builds. The static restriction is only for
> CW8/MSL.
>
Currently, boost-build.jam forces all cw builds to use static libs. If the
above is true, why is that? Among other things, this inhibits building a
library that uses c runtime DLL
Robert Ramey