Boost logo

Boost Users :

Subject: Re: [Boost-users] [boost-users] Compiling boost (4-way) 1.44.0 on MAC
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-11-26 12:57:32


Samir Kharchi wrote:

> On 26.11.2010 18:21, Vladimir Prus wrote:
>>
>> Please open darwin.jam, and locate the line that reads:
>>
>> # Build 3-way binary
>> options = -arch i386 -arch ppc -arch x86_64 ;
>>
>> Before it, add
>>
>> ECHO "FORCING 3-WAY BINARY $(osx-version)" ;
>>
>> and try again. If that message is printed, copy-paste is here so that
>> I know what the version is. Either you're actually on 1.6, or the
>> logic that decides that you're on it is fauly in unobvious way.
>>
>> - Volodya
>>
> Thanks. I added the according line and built again but that line is not
> printed into the Terminal console (of course it skips the files
> now..should I remove the previously built libs? or will it print out in
> any case? Will just remove them now in any case.).

This message should be printed in any case. Then, could you please try
again, passing additional options:

        -a -d2 --with-program_options

and note which command-line options are used for complication and linking,
in particular, the -arch options. Post that here.

- Volodya


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net