From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Jackson To: egcs@cygnus.com Subject: More Ultrix problems... Date: Sun, 02 Nov 1997 17:50:00 -0000 Message-id: <9711030141.AA03526@negril.msrce.howard.edu> X-SW-Source: 1997-11/msg00050.html After adding -fsjlj-exceptions to the CFLAGS otions in the gcc makefile, I was able to get egcs to build. But it died while building the runtime libraries (see below). Anybody know what might have caused this type of error? Aaron Jackson jackson@msrce.howard.edu Building runtime libraries if [ -f libgcc2.ready ] ; then true; else touch libgcc2.ready; fi if [ -f fixhdr.ready ] ; then true; else touch fixhdr.ready; fi case "c proto gcov c++ f77 objc" in *f77*) top=`pwd`; cd f/runtime && make GCC_FOR_TARGET="`case '/usr/users/jackson/egcs/egcs-971023/gcc/xgcc -B/usr/ users/jackson/egcs/egcs-971023/gcc/' in './xgcc -B./') echo ${top}/xgcc -B ${top}/;; *) echo '/usr/users/jackson/egcs/egcs-971023/gcc/xgcc -B/usr/use rs/jackson/egcs/egcs-971023/gcc/';; esac`" GCC_FLAGS="" CROSS="" AR_FLAGS= "rc" AR="ar" BISON="bison" BISONFLAGS="" CC="gcc" CFLAGS="-g -O2" X_CFLAGS ="" LDFLAGS="" LEX="lex" LEXFLAGS="" MAKEINFO="/usr/users/jackson/egcs/egcs- 971023/texinfo/makeinfo/makeinfo " MAKEINFOFLAGS="" RANLIB="ranlib" RANLIB_TE ST="[ -f /usr/bin/ranlib -o -f /bin/ranlib ]" SHELL="/bin/sh" exec_prefix="/us r/local" prefix="/usr/local" tooldir="/usr/local/mips-dec-ultrix4.4" bindir=" /usr/local/bin" libsubdir="/usr/local/lib/gcc-lib/mips-dec-ultrix4.4/egcs-2.90. 14" all ;; esac *** Error code 1 Stop. *** Error code 1