Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 1999 10:19:16 +0200 (CEST)
From:      Alexander Leidinger <netchild@wurzelausix.CS.Uni-SB.DE>
To:        current@freebsd.org
Subject:   _my_ world is broken
Message-ID:  <199904220819.KAA13303@wurzelausix.cs.uni-sb.de>

next in thread | raw e-mail | index | archive | help
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 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?199904220819.KAA13303>