From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,RDNS_NONE autolearn=no autolearn_force=no version=4.0.0 Received: from hetnet.nl (unknown [194.151.104.183]) by chiba.3jane.net (Postfix) with ESMTP id E0463AC507 for ; Mon, 27 May 2002 14:21:24 -0500 (CDT) Received: from beneden ([213.75.132.11]) by hetnet.nl with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 27 May 2002 21:19:34 +0200 Date: Mon, 27 May 2002 21:18:21 +0200 From: Webmaster Refstart.NL To: gentoo-dev@gentoo.org Message-Id: <20020527211821.23e87de1.webmaster@refstart.nl> Organization: Refstart.NL X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [gentoo-dev] GCC 3.1/binutils 2.12 and glibc compile problems Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 76e7c7a0-9872-486d-95b0-88c39294c844 X-Archives-Hash: 11764962be749f0e15dd91f667733b1f Hi all, I try to set up a GCC 3.1 based Gentoo system with binutils 2.12. When I try to run ./scripts/bootstrap in the directory /usr/portage, I get errors when compiling glibc (sorry, I can't c/p the output). I've the following compile flags in /etc/make.conf: CHOST = i686-pc-linux-gnu CXXFLAGS = -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe CFLAGS = -march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe Is this a bug in glibc or should I use binutils 2.11 (without the combreloc tweak)? Thanks in advance, Niek.