From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3549 invoked by alias); 27 Nov 2004 01:13:46 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 3527 invoked from network); 27 Nov 2004 01:13:37 -0000 Received: from unknown (HELO mail11.ha.ovh.net) (213.186.33.51) by sourceware.org with SMTP; 27 Nov 2004 01:13:37 -0000 Received: (qmail 27380 invoked by uid 503); 27 Nov 2004 01:13:58 -0000 Received: from d213-102-193-86.cust.tele2.fr (HELO ?192.168.1.100?) (laurent%guerby.net@213.102.193.86) by ns0.ovh.net with SMTP; 27 Nov 2004 01:13:58 -0000 Subject: Re: Status of the GNAT Ada compiler From: Laurent GUERBY To: "Luke A. Guest" Cc: GCC ML In-Reply-To: <1101517308.26196.58.camel@rogue.abyss2.demon.co.uk> References: <1101513687.26204.17.camel@rogue.abyss2.demon.co.uk> <1101516972.5935.73.camel@pc.site> <1101517308.26196.58.camel@rogue.abyss2.demon.co.uk> Content-Type: text/plain Message-Id: <1101518001.5935.87.camel@pc.site> Mime-Version: 1.0 Date: Sat, 27 Nov 2004 01:41:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg01052.txt.bz2 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. > > >