
AMDG Edward Grace wrote:
On 23 Aug 2009, at 15:27, Steven Watanabe wrote:
What does g++ --version say?
It sayeth various things, the default Apple vended compiler is:
$ g++ --version i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5370) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The one I want to use is:
$ g++-4 --version g++-4 (GCC) 4.4.0 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ok. use using darwin : ... ; instead of using gcc : ... ; In Christ, Steven Watanabe