Hi!

On Mar 6, 2009, at 7:30 PM, Monty Taylor wrote:

(Oldest GCC we support - which is itself too
old, but it's all OSX ships and everyone things OSX is "cool" - is 4.0.2)


ok, i can't resist the urge to feed the troll (sorry, monty, but it's trolling)
Xcode 3.1.1, os Mac OS X 10.5.6, shows me these options for a project:
GCC 3.3, 4.0, 4.2 (4.0 is the "gcc system version" aka default)
LLVM GCC 4.2

speaking of compilers, does anyone compile with LLVM/gcc? it's the brave new world, you know ;) (since clang will probably not be ready yet to compile this much c++ code)

I don't think you want to to deal with 10.4, so using gcc 4.2 is not a problem at all:

mobile-classdump:~ kroepke$ which gcc-4.2
/usr/bin/gcc-4.2

there used to be a script called gcc_select that shipped when apple introduced gcc 4.0 support, but that seems no longer part of the package, presumably because it's not needed anymore.
simply detecting and using gcc-4.2 should not be a problem, though.

cheers,
-k
--
Kay Roepke
Software Engineer, MySQL Enterprise Tools

Sun Microsystems GmbH    Sonnenallee 1, DE-85551 Kirchheim-Heimstetten
Geschaeftsfuehrer: Thomas Schroeder, Wolfang Engels, Dr. Roland Boemer
Vorsitz d. Aufs.rat.: Martin Haering                    HRB MUC 161028


_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to