From owner-freebsd-current Tue Sep 24 14:12:18 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD92337B401 for ; Tue, 24 Sep 2002 14:12:17 -0700 (PDT) Received: from h132-197-179-27.gte.com (h132-197-179-27.gte.com [132.197.179.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21EA343E7B for ; Tue, 24 Sep 2002 14:12:17 -0700 (PDT) (envelope-from ak03@gte.com) Received: from kanpc.gte.com (localhost [IPv6:::1]) by h132-197-179-27.gte.com (8.12.6/8.12.6) with ESMTP id g8OLC8hS002093; Tue, 24 Sep 2002 17:12:08 -0400 (EDT) (envelope-from ak03@kanpc.gte.com) Received: (from ak03@localhost) by kanpc.gte.com (8.12.6/8.12.6/Submit) id g8OLC8Xo002091; Tue, 24 Sep 2002 17:12:08 -0400 (EDT) Date: Tue, 24 Sep 2002 17:12:08 -0400 From: Alexander Kabaev To: Mike Silbersack Cc: rodrigc@attbi.com, current@FreeBSD.ORG Subject: Re: -mcpu=pentiumpro still evil? Message-Id: <20020924171208.634b909b.ak03@gte.com> In-Reply-To: <20020924160538.S39482-100000@patrocles.silby.com> References: <20020924152014.A8771@attbi.com> <20020924160538.S39482-100000@patrocles.silby.com> Organization: Verizon Data Services X-Mailer: Sylpheed version 0.8.3claws12 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 24 Sep 2002 16:07:39 -0500 (CDT) Mike Silbersack wrote: > > On Tue, 24 Sep 2002, Craig Rodrigues wrote: > > > On Tue, Sep 24, 2002 at 02:05:08PM -0500, Mike Silbersack wrote: > > > Ok, I fixed lorder.sh, and made gcc again from clean with > > > Alexander's patch. No change, I still see the same segmentation > > > fault. Alexander, how can I easily build gcc with full debugging > > > symbols? That might make the backtrace more useful for you. cd /usr/src/gnu/usr.bin/cc CFLAGS="-g" STRIP="" make clean all install Always worked for me. -- Alexander Kabaev To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message