Hi,

_my_ world breaks with:

c++ -Os -march=pentium -pipe -Wall -fexpensive-optimizations 
-fomit-frame-pointer -funroll-loops -I/
usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -c 
/usr/src/gnu/lib/libgcc/../..
/../contrib/egcs/gcc/cp/exception.cc -o exception.o
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:33: 
eh-common.h: No such file or d
irectory
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:89: syntax 
error before `;'
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:156: type 
specifier omitted for pa
rameter
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:156: parse 
error before `*'
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc: In function 
`void * __cplus_type_
matcher(...)':
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: 
`exception_table' undeclared 
(first use this function)
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: (Each 
undeclared identifier i
s reported only once
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: for each 
function it appears 
in.)
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:160: 
`EH_LANG_C_plus_plus' undecla
red (first use this function)
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:163: 
`match_info' undeclared (firs
t use this function)
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:163: 
`CATCH_ALL_TYPE' undeclared (
first use this function)
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:164: `info' 
undeclared (first use 
this function)
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/exception.cc:168: confused 
by earlier errors, b
ailing out
*** Error code 1

My last finished world is from Apr, 7 and since then I wasn't able to
build the world anymore.

First I thought I have to rebuild cc as described in UPDATING, so I did:

foreach i ( /usr/src/includes /usr/src/lib /usr/src/gnu/usr.bin/cc )
  cd $i
  make clean cleandir depend
  make
  make install clean cleandir
end

After that I tried to make the world again, but it fails.

If I change eh-common.h to ../eh-common.h it fails too, but a little bit
later.

What am I doing wrong?

Bye,
Alexander.

-- 
http://netchild.home.pages.de     A.Leidinger @ wurzelausix.cs.uni-sb.de



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to