I *really* need help PLEASE - buildworld failing on mkdep libstdc++ can't find unwind.h but it *is* there

Dag-Erling Smørgrav des at des.no
Tue Apr 13 11:21:29 PDT 2004


"Paul Seniura" <pdseniura at 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
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-current mailing list