From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22032 invoked by alias); 27 Nov 2004 01:01:57 -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 21920 invoked from network); 27 Nov 2004 01:01:49 -0000 Received: from unknown (HELO anchor-post-34.mail.demon.net) (194.217.242.92) by sourceware.org with SMTP; 27 Nov 2004 01:01:49 -0000 Received: from abyss2.demon.co.uk ([62.49.62.197] helo=[192.168.7.2]) by anchor-post-34.mail.demon.net with esmtp (Exim 4.42) id 1CXqyD-0004e2-Dm; Sat, 27 Nov 2004 01:01:49 +0000 Subject: Re: Status of the GNAT Ada compiler From: "Luke A. Guest" To: Laurent GUERBY Cc: GCC ML In-Reply-To: <1101516972.5935.73.camel@pc.site> References: <1101513687.26204.17.camel@rogue.abyss2.demon.co.uk> <1101516972.5935.73.camel@pc.site> Content-Type: text/plain Message-Id: <1101517308.26196.58.camel@rogue.abyss2.demon.co.uk> Mime-Version: 1.0 Date: Sat, 27 Nov 2004 01:15:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg01051.txt.bz2 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.