On Tue, Oct 28, 2008 at 1:10 PM, Alain Leblanc <aalebl@gmail.com> wrote:
Thanks. bjam --help describes it well. Probably a case where RTFM
would have been an appropriate answer.
a
2008/10/28 Steven Watanabe <watanabesj@gmail.com>:
> AMDG
>
> Alain Leblanc wrote:
>>
>> I just built boost 1.36 for the mac and all the library names have
>> xgcc40 inserted in the middle, such as
>> libboost_iostreams-xgcc40-mt-1_36.dylib. It breaks my makefiles that
>> contain the option " -lboost_iostreams". Is there a reason for the
>> xgcc40 in this version and not the others, and is there a way to
>> instruct bjam not to include it in the filename.
>>
>
> Pass --layout=system to bjam to prevent the library names from being
> mangled with the compiler/options/version.
>
> In Christ,
> Steven Watanabe