This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Status of the GNAT Ada compiler
Well I just checked, I have succesfully compiled 3.4.0,
3.4.1 and 3.4.2 from the SuSE provided Ada compiler.
I suggest you just try with "make bootstrap",
and if it fails please report the exact details
of the failure in GCC bugzilla (http://gcc.gnu.org/bugzilla)
We know that 3.4.x is unable to compile itself (Ada wise) after
being installed, there was a patch with a problem, a suggestion
to fix the patch problem but it was refused by Ada maintainers.
(I don't have the references handy).
Sincerely,
Laurent
On Sat, 2004-11-27 at 02:01, Luke A. Guest wrote:
> On Sat, 2004-11-27 at 00:56, Laurent GUERBY wrote:
> > Hi Luke, in order to be able to help you web need
> > some information:
> >
> > - what is your OS
> > - what is your OS installed Ada compiler
> > - what are you typing in exactly
> > - how does it fail exactly
> >
> > I personaly use SuSE 9.1 on both x86 and x86_64 cpus,
> > the distribution comes with packages gnat and gnat-runtime, if you
> > install them from YaST then you can compile
> > without any problem GCC 3.4.x and GCC from current CVS
> > by following the GCC website instructions.
>
> Linux rogue 2.6.8-gentoo-r7 #2 Mon Oct 11 00:13:25 BST 2004 i686 AMD
> Athlon(TM) XP 2000+ AuthenticAMD GNU/Linux
>
> I have an optional install of GNAT-3.15p which I use to build FSF GNAT.
>
> ../gcc-3.4.1/configure --prefix=/opt/gcc-3.4.1 --enable-languages=ada
> --program-suffix=341 2>&1|tee log.config.txt
>
> make BOOT_CFLAGS='-mtune=athlon-xp -O3 -pipe' CFLAGS='-O'
> LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap 2>&1|tee
> log.make.txt
>
> The last version I have that installed without any problems in 3.4.0.
>
> I'm about to try the -rgcc-ss-3_4-20041126 branch.
>
> Luke.
>
>
>