This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compiling gnat on osx
- From: Geert Bosch <bosch at gnat dot com>
- To: Corentin BARON <corentin dot baron at club-internet dot fr>
- Cc: gcc at gnu dot org
- Date: Tue, 15 Oct 2002 12:25:34 -0400
- Subject: Re: compiling gnat on osx
On Tuesday, Oct 15, 2002, at 12:02 America/New_York, Corentin BARON
wrote:
I can't compile the full gcc3 on MacOS X and the ada update is
writtenr in ....... Ada ! How could I install gnat on my system
(Darwin 5.5, GCC 3.1)
On a new platform, someone has to do an initial cross-compilation
to get a base compiler which can be used for bootstrap. (Same you
would do if you had a system without C compiler.) Fortunately, this
has already been done. See www.adapower.com, which has a link to
a binary for Mac OS X, made by Jim Hopper, who has also ported
an initial run time with tasking support.
-Geert