From: Klaus-Juergen Wolf Message-Id: <199904140014.CAA39225@libra.shunyata.de> Subject: Problem compiling pgcc 1.1.2 To: pgcc AT delorie DOT com Date: Wed, 14 Apr 1999 02:14:06 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id UAA11868 Reply-To: pgcc AT delorie DOT com Hi, I have the following output when I try to compile the pgcc-1.1.2 source code on my FreeBSD 3.1 system: (cd tmpcopy; ar rc ../tmplibgcc.a *.o) rm -rf tmpcopy if [ -f ranlib ] || ( [ "i386-unknown-freebsdelf3.1" = "i386-unknown-freebsdelf3.1" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then ranlib tmplibgcc.a; else true; fi mv tmplibgcc.a libgcc.a if [ -z "" ]; then true; else rootpre=`pwd`/; export rootpre; srcrootpre=`cd .; pwd`/; export srcrootpre; lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; compiler="/usr/local/src/pgcc-1.1.2/gcc/xgcc -B/usr/local/src/pgcc-1.1.2/gcc/"; for i in `${compiler} --print-multi-lib 2>/dev/null`; do dir=`echo $i | sed -e 's/;.*$//'`; if [ "${dir}" = "." ]; then true; else if [ -d ../${dir}/${lib} ]; then flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; if (cd ../${dir}/${lib}; make "AR=ar" "AR_FLAGS=rc" "CC=/usr/local/src/pgcc-1.1.2/gcc/xgcc -B/usr/local/src/pgcc-1.1.2/gcc/" "CFLAGS=-g -O2" "LIBCFLAGS=-g -O2" "EXTRA_OFILES=" "HDEFINES=" "INSTALL=/bin/sh /usr/local/src/pgcc-1.1.2/install-sh -c" "INSTALL_DATA=/bin/sh /usr/local/src/pgcc-1.1.2/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /usr/local/src/pgcc-1.1.2/install-sh -c " "LDFLAGS=" "LOADLIBES=" "RANLIB=ranlib" "SHELL=/bin/sh" CFLAGS="-g -O2 ${flags}" CXXFLAGS="-g -O2 ${flags}" LIBCFLAGS="-g -O2 ${flags}" LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" LDFLAGS=" ${flags}" all); then true; else exit 1; fi; else true; fi; fi; done; fi test x"no" != xyes || /usr/local/src/pgcc-1.1.2/gcc/xgcc -B/usr/local/src/pgcc-1.1.2/gcc/ -c -g -O2 -I. -I. fileops.c -o pic/fileops.o /usr/local/src/pgcc-1.1.2/gcc/xgcc -B/usr/local/src/pgcc-1.1.2/gcc/ -c -g -O2 -I. -I. fileops.c sched.c:5296: Internal compiler error in function update_flow_info *** Error code 1 Stop. *** Error code 1 Stop. cu k.j.