From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6854 invoked by alias); 19 Nov 2002 22:34:06 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 6841 invoked from network); 19 Nov 2002 22:34:05 -0000 Received: from unknown (HELO rose.csi.cam.ac.uk) (131.111.8.13) by sources.redhat.com with SMTP; 19 Nov 2002 22:34:05 -0000 Received: from student.cusu.cam.ac.uk ([131.111.179.82] helo=kern.srcf.societies.cam.ac.uk ident=mail) by rose.csi.cam.ac.uk with esmtp (Exim 4.10) id 18EGwV-0004SO-00; Tue, 19 Nov 2002 22:34:03 +0000 Received: from jsm28 (helo=localhost) by kern.srcf.societies.cam.ac.uk with local-esmtp (Exim 3.35 #1 (Debian)) id 18EGwV-0000sR-00; Tue, 19 Nov 2002 22:34:03 +0000 Date: Tue, 19 Nov 2002 14:46:00 -0000 From: "Joseph S. Myers" X-X-Sender: To: david parsons cc: , , , Subject: Re: bootstrap/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc In-Reply-To: <200211191842.KAA19807@pell.portland.or.us> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-11/txt/msg00976.txt.bz2 List-Id: On Tue, 19 Nov 2002, david parsons wrote: > bangerth@dealii.org wrote: > > > > Synopsis: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc > > > > State-Changed-From-To: open->feedback > > State-Changed-By: bangerth > > State-Changed-When: Tue Nov 19 07:58:44 2002 > > State-Changed-Why: > > This is a rather old bootstrap error. Can you say whether this > > still happens with newer versions of gcc? > > Yes. > > orc@pell$ CC="cc -baout" ./configure > Configuring for a i686-pc-linux-gnuaout host. > Created "Makefile" in /home/orc/gcc-3.2 using "mt-frag" > Cannot find the GNU C library minor version number. Note that CVS mainline includes fixes needed for libc5 (and probably also libc4) which aren't on the 3.2 branch, so is probably a more appropriate base to work from on this. -- Joseph S. Myers jsm28@cam.ac.uk