From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7647 invoked by alias); 23 Sep 2004 19:38:45 -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 7629 invoked from network); 23 Sep 2004 19:38:45 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by sourceware.org with SMTP; 23 Sep 2004 19:38:45 -0000 Received: from localhost (localhost [127.0.0.1]) by nile.gnat.com (Postfix) with ESMTP id 9CECBF2BB5; Thu, 23 Sep 2004 15:38:44 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29664-02-6; Thu, 23 Sep 2004 15:38:44 -0400 (EDT) Received: from [205.232.38.124] (potomac.gnat.com [205.232.38.124]) by nile.gnat.com (Postfix) with ESMTP id 56BBAF2BA6; Thu, 23 Sep 2004 15:38:44 -0400 (EDT) In-Reply-To: <20040923184202.GB4807@lucon.org> References: <20040922100014.GA6215@atrey.karlin.mff.cuni.cz> <20040922155147.GA12940@lucon.org> <2187C89A-0D8C-11D9-9684-000A959A128E@gnat.com> <20040923184202.GB4807@lucon.org> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2D973DC0-0D98-11D9-9684-000A959A128E@gnat.com> Content-Transfer-Encoding: 7bit Cc: Zdenek Dvorak , gcc mailing list From: Geert Bosch Subject: Re: Build problem on ia64 (reverting patch on 3.4 branch) Date: Thu, 23 Sep 2004 21:40:00 -0000 To: "H. J. Lu" X-Virus-Scanned: by amavisd-new at nile.gnat.com X-SW-Source: 2004-09/txt/msg01354.txt.bz2 On Sep 23, 2004, at 14:42, H. J. Lu wrote: > On Thu, Sep 23, 2004 at 02:12:29PM -0400, Geert Bosch wrote: >> >> On Sep 22, 2004, at 11:51, H. J. Lu wrote: >>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17464 >> >> Apparently, a similar failure occurs with Ada (make gnatlib_and_tools) >> on the GCC 3.4 branch. In my opinion a patch that: >> 1) requires updating the system linker, and >> 2) has such a high potential for bootstrap/build problems > > Please try > > http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02413.html > It fails bootstrap complaining about a missing separator in gcc/Makefile. It's this line: # Set up library path if needed. @set_gcc_lib_path@ Any idea what might be going wrong?