This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building the Ada compiler... is http://gcc.gnu.org/install/build.html correct?
> > Any news on having a documented (in the Ada install documentation)
> > collection of contributed bootstrap binaries (now including C compilers as
> > well as gnat1 and gnatbind)
It appears that we were too optimistic about providing binaries, and
that this requires too much work/set up on our side.
If this is still felt as a necessity, we would be glad to host the
binaries contributed by other people on the libre site, although I
guess this could also be done on the gcc.gnu.org site directly (whichever
way is more convenient).
Given that there have been a couple of releases with Ada included, and
that more people have a pre-existing Ada set up, this issue may not be
as important as it used to be.
> * What are the consequences of the above workaround on IRIX? It seems to
> break binary compatibility, so if the underlying middle-end bug is fixed
> and the workaround reverted, we have a problem.
The Ada front-end is not at a stage where binary compatibility can be ensured
for lots of various reasons, so I think the above concern is premature.
Also, the provided binaries will only be provided to help
people bootstrap gnat, they do not have to be binary compatible to
build gnat properly.
> * Unlike the other backends, GNAT isn't currently relocatable: if GCC/GNAT
> is built with the default prefix (/usr/local), but installed with make
> DESTDIR=<somedir>, I get the following error:
You simply need to set the environment variable GNAT_ROOT to <somedir>/usr/local
Arno