This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

More Ultrix problems...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]