Boost logo

Boost :

Subject: Re: [boost] My non-system GCC doesn't link programs under b2
From: Dave Abrahams (dave_at_[hidden])
Date: 2012-01-30 13:45:40


on Fri Jan 27 2012, Juergen Hunold <juergen.hunold-AT-ivembh.de> wrote:

> Hi Daryle,
>
> On Friday, 27. January 2012 11:23:48 Daryle Walker wrote:
>> > Date: Wed, 25 Jan 2012 23:13:25 +0000
>> > From: dnljms_at_[hidden]
>> > On 25 January 2012 23:09, Daryle Walker <darylew_at_[hidden]> wrote:> >
>> >
>> > > using gcc : 4.6 : g++-mp-4.6 : <cxxflags>-std=c++0x <cxxflags>-pthread ;
>> >
>> > You should use the darwin toolset. It works apart from some
>> > architecture flags which aren't supported by macports gcc.
>>
>> I normally do use the darwin toolset, but it's very old (like my system).
>> I'm deliberately not doing it here so I can test C++11 stuff.
>
> Well, you should use:
>
> using darwin : 4.6 : g++-mp-4.6 : <cxxflags>-std=c++0x <cxxflags>-pthread ;
>
> for the new gcc with the darwin toolchain (apple linker and whatnot)...

I suggest:

using darwin : 4.7 : g++-mp-4.7 : <cxxflags>-std=c++11 <cxxflags>-pthread ;

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk