Date: Tue, 24 Sep 2002 17:12:08 -0400 From: Alexander Kabaev <ak03@gte.com> To: Mike Silbersack <silby@silby.com> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Sep 2002 16:07:39 -0500 (CDT) Mike Silbersack <silby@silby.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020924171208.634b909b.ak03>