Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2004 20:21:21 +0200
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        Paul Seniura <pdseniura@techie.com>
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
Message-ID:  <xzphdvnagda.fsf@dwp.des.no>
In-Reply-To: <20040412173224.F23905C54@techpc04.okladot.state.ok.us> (Paul Seniura's message of "Mon, 12 Apr 2004 12:32:24 -0500 (CDT)")
References:  <20040412173224.F23905C54@techpc04.okladot.state.ok.us>

next in thread | previous in thread | raw e-mail | index | archive | help
"Paul Seniura" <pdseniura@techie.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzphdvnagda.fsf>