This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc on Mac OS X
- To: Aurelien <aurelien at fractals dot be>
- Subject: Re: gcc on Mac OS X
- From: Stan Shebs <shebs at apple dot com>
- Date: Fri, 31 Aug 2001 09:50:58 -0700
- CC: gcc at gcc dot gnu dot org
- References: <200108311422.f7VEMSg27675@mail-in1.apple.com>
Aurelien wrote:
>
> Hi,
>
> I have successfully used GCC 3.1 on Linux to compile a set of
> objective-c classes that do not compile with Apple's CC (they use
> forward references to protocol and I do need that !). Since cc is
> Apple's gcc, I'd not be surprised if gcc worked in Apple world.
(I thought we discussed this on the GNUstep list already)
Yes, Apple's cc is based on 2.95.2, but we're working on getting
what will be 3.1 working, in expectation of using it in a future
release of Mac OS X. The basic compiler, as checked out from the
FSF sources, works now (modulo bootstrap-breaking checkins), and
Apple's version has additional bits that are handy for Mac programs
but not essential for GNUstep (I think).
Stan