
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@gmail.com On 25 January 2012 23:09, Daryle Walker <darylew@hotmail.com> 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