From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29525 invoked by alias); 28 Jun 2002 11:51:36 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 29517 invoked from network); 28 Jun 2002 11:51:32 -0000 Received: from unknown (HELO imag.imag.fr) (129.88.30.1) by sources.redhat.com with SMTP; 28 Jun 2002 11:51:32 -0000 Received: from horus.imag.fr (horus.imag.fr [129.88.38.1]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g5SBpU108610; Fri, 28 Jun 2002 13:51:31 +0200 (MEST) Received: from imag.fr (conque.imag.fr [129.88.38.148]) by horus.imag.fr (8.11.6/8.11.6/Imag.pm.V2) with ESMTP id g5SBpUo26121; Fri, 28 Jun 2002 13:51:30 +0200 (MEST) Message-ID: <3D1C4DC3.39246FF3@imag.fr> Date: Fri, 28 Jun 2002 04:51:00 -0000 From: Pierre Habraken Organization: =?iso-8859-1?Q?Universit=E9?= Joseph Fourier X-Accept-Language: en MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: Building for Ada : make gnatlib_and_tools fails Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-06/txt/msg00246.txt.bz2 Hello, I am trying to build gcc 3.1 for compiling Ada programs. The build and target host is a Linux machine running Redhat 7.2. The Gnat compiler is 3.14p. I followed instructions given in http://gcc.gnu.org/install/build.html: cd gcc-3.1 mkdir build cd build ../configure --enable-languages=c,ada cd ../gcc/ada touch treeprs.ads [es]info.h nmake.ad[bs] cd ../../build make bootstrap Everything works fine until the end of this first step. Then: cd gcc make gnatlib_and_tools Building libgnat.a fails: ... make[2]: Leaving directory `/usr/local/src/gcc-3.1/build/gcc/ada/rts' rm -f rts/libgnat.a rts/libgnarl.a ar rc rts/libgnat.a \ rts/a-caldel.o rts/a-calend.o rts/a-chahan.o rts/a-charac.o rts/a-chlat1.o ... ... rts/tracebak.o rts/expect.o rts/../../prefix.o ar: rts/a-charac.o: No such file or directory make[1]: *** [gnatlib] Error 1 make[1]: Leaving directory `/usr/local/src/gcc-3.1/build/gcc/ada' make: *** [gnatlib] Error 2 I don't understand why some object files are missing at the time ar is executed. Does anyone have an idea about the mistake I did ? Thanks in advance for any help. Pierre -- ________________________________________________________________________ Pierre HABRAKEN - mailto:Pierre.Habraken@imag.fr Tél: 04 76 82 72 83 - Fax: 04 76 82 72 87 IMAG-LSR BP72 38402 SAINT MARTIN D'HERES Cedex ________________________________________________________________________