From owner-freebsd-current Tue Sep 24 14: 3:41 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 2984437B404 for ; Tue, 24 Sep 2002 14:03:40 -0700 (PDT) Received: from out8.mx.nwbl.wi.voyager.net (out8.mx.nwbl.wi.voyager.net [169.207.3.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id C65C143E6A for ; Tue, 24 Sep 2002 14:03:39 -0700 (PDT) (envelope-from silby@silby.com) Received: from pop3.nwbl.wi.voyager.net (pop3.nwbl.wi.voyager.net [169.207.1.83]) by out8.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 38C2C3BEDB; Tue, 24 Sep 2002 16:03:39 -0500 (CDT) Received: from [10.1.1.6] (d88.as14.nwbl0.wi.voyager.net [169.207.134.88]) by pop3.nwbl.wi.voyager.net (8.10.2/8.10.2) with ESMTP id g8OL3cH74470; Tue, 24 Sep 2002 16:03:38 -0500 (CDT) Date: Tue, 24 Sep 2002 16:07:39 -0500 (CDT) From: Mike Silbersack To: Craig Rodrigues Cc: current@freebsd.org Subject: Re: -mcpu=pentiumpro still evil? In-Reply-To: <20020924152014.A8771@attbi.com> Message-ID: <20020924160538.S39482-100000@patrocles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, 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. > > Does this work for you: > cd /usr/src/gnu/usr.bin/cc > make DEBUG_FLAGS=-g install > > -- > Craig Rodrigues > http://www.gis.net/~craigr > rodrigc@attbi.com Nope, that doesn't build in debugging symbols either. Neither does adding +g or +gstabs+ to CFLAGS in make.conf. Hmph. Maybe I need to add LDFLAGS or something, I'm not sure. (I'm really bad with Makefiles.) Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message