This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RE : [Ada]: failure to build on Mandrake 8.1 / x86
- To: Jérome HAGUET <j dot haguet at cadwin dot com>
- Subject: Re: RE : [Ada]: failure to build on Mandrake 8.1 / x86
- From: Geert Bosch <bosch at gnat dot com>
- Date: Thu, 11 Oct 2001 07:49:43 -0400 (EDT)
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>,"'guerby at acm dot org'" <guerby at acm dot org>
On Thu, 11 Oct 2001, [iso-8859-1] Jérome HAGUET wrote:
Same problem on a Red Hat 7 + GCC 2.96 20000731 + ALT GNAT 3.13p
Additionnal information, if you suppress the -gnatg option you get :
...
make[3]: Entre dans le répertoire
`/mnt/disk2/lune/big_files/jerome/gcc/gcc/ada'
stage1/xgcc -Bstage1/ -B/usr/local/i686-pc-linux-gnu/bin/ -c -g -O2 -W
-Wall -gnatp -gnata -I- -I. -I. ada.ads
ada.ads:18:01: language defined units may not be recompiled
This error message is expected and entirely correct:
-gnatg GNAT implementation mode (used for compiling GNAT units)
It is a requirement of the Ada language to prevent users from redefining
language-defined units.
-Geert