From owner-freebsd-current@FreeBSD.ORG Tue Apr 13 11:21:29 2004 Return-Path: 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 4C52316A4CE for ; Tue, 13 Apr 2004 11:21:29 -0700 (PDT) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11FE343D4C for ; Tue, 13 Apr 2004 11:21:29 -0700 (PDT) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 1E7A9530A; Tue, 13 Apr 2004 20:21:28 +0200 (CEST) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 4CE475309; Tue, 13 Apr 2004 20:21:21 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 2602) id 32F2733C6C; Tue, 13 Apr 2004 20:21:21 +0200 (CEST) To: Paul Seniura References: <20040412173224.F23905C54@techpc04.okladot.state.ok.us> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Tue, 13 Apr 2004 20:21:21 +0200 In-Reply-To: <20040412173224.F23905C54@techpc04.okladot.state.ok.us> (Paul Seniura's message of "Mon, 12 Apr 2004 12:32:24 -0500 (CDT)") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.63 cc: freebsd-current@freebsd.org Subject: Re: I *really* need help PLEASE - buildworld failing on mkdep libstdc++ can't find unwind.h but it *is* there X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2004 18:21:29 -0000 "Paul Seniura" writes: > I've posted several msgs over the past two weeks > stumbling on buildworld when using lang/gcc33. > [...] Try # cd /usr/src # make cleandir; make cleandir # make buildincludes # find /usr/include/ -not -type d -delete # make installincludes # make buildworld assuming your sources aren't much newer than your running system - otherwise you'll have to figure out another way to get a clean set of headers. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no