[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] latest changes
From: |
Michael Lambert |
Subject: |
Re: [Gm2] latest changes |
Date: |
Wed, 25 Feb 2009 19:55:26 -0500 |
Hi Andreas,
I used
% uname -a
Darwin lassa.local 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10
18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh
powerpc
% gcc --version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc.
build 5367)
and
% uname -a
Darwin Ebola.local 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24
17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386
% gcc --version
i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5566)
Michael
On 25 Feb 2009, at 13:39, Andreas Fischlin wrote:
Out of the box gcc? That is not so clear what that means, since
depending on Mac OS X, you may have several Xcode versions being
compatible with the OS X or being available, respectively.
OS X Xcode gcc
10.4.11 (Tiger) 2.5 4.0.1 (Apple Computer, Inc. build
5370)
10.5.x (Leopard) 2.5 4.0.1 (Apple Computer, Inc. build
5370)
3.0 4.0.1 (Apple Inc. build
5465)
So with which gcc variant and with what Xcode out of the box did you
do this? Thanks.
Regards,
Andreas