This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RE : [Ada]: failure to build on Mandrake 8.1 / x86


<<make[3]: Entre dans le r=E9pertoire
`/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
make[3]: *** [ada.o] Erreur 1
>>

I am coming into this thread in the middle (I am on a very slow line with
over a thousand unread messages), so if this is a confusing answer, sorry.

This message is expected, the Ada standard does not allow units like
Ada to be recompiled by a user. To implement this requirement of the
standard, we require a special "implementor" switch -gnatg for such
recompilations.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]