This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
re: failed compilation under Solaris 2.6
- To: gcc AT gcc.gnu dot org
- Subject: re: failed compilation under Solaris 2.6
- From: James Black <black AT eng.usf dot edu>
- Date: Tue, 14 Sep 1999 11:11:39 -0400 (EDT)
Hello,
I was wondering if there is some bug report explaining why this happens,
as I haven't been able to compile the last three snapshots. Here is the
latest attempt (not sending a bug report, as I have done that previously).
/home1/egcs/objdir/gcc/xgcc -B/home1/egcs/objdir/gcc/
-B/usr/local/egcs//sparc-sun-solaris2.6/bin/ -c -g -O2
-fno-implicit-templates -I. -I../../../egcs-19990913/libio -nostdinc++
`case "-g -O2 -g -O2 -fno-implicit-templates" in *-fpic* ) echo -fpic ;; *
) echo -fPIC ;; esac` ../../../egcs-19990913/libio/fstream.cc -o
pic/fstream.o
../../../egcs-19990913/libio/fstream.cc: In method
`ifstream::~ifstream()':
../../../egcs-19990913/libio/fstream.cc:110: Internal compiler error.
../../../egcs-19990913/libio/fstream.cc:110: Please submit a full bug
report.
../../../egcs-19990913/libio/fstream.cc:110: See
<URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [fstream.o] Error 1
make[2]: Leaving directory `/home1/egcs/objdir/sparc-sun-solaris2.6/libio'
make[1]: *** [all-target-libio] Error 2
make[1]: Leaving directory `/home1/egcs/objdir'
make: *** [bootstrap] Error 2
alina# which gcc
/usr/local/egcs/bin/gcc
alina# gcc -v
Reading specs from
/usr/local/egcs/lib/gcc-lib/sparc-sun-solaris2.6/2.96/specs
gcc version 2.96 19990824 (experimental)
alina# uname -a
SunOS alina 5.6 Generic_105181-14 sun4u sparc SUNW,Ultra-1
alina# more config.status
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../egcs-19990913/configure
--with-gcc-version-trigger=/home1/egcs/egcs-19990913/
gcc/version.c --host=sparc-sun-solaris2.6 --prefix=/usr/local/egcs/
--enable-sha
red --enable-haifa --with-gnu-as --with-gnu-ld --enable-threads
--with-cpu=ultra
sparc --enable-version-specific-runtime-libs --norecursion
# using "mh-frag" and "mt-frag"
--
========================================================================
James Black (Elec Eng Graduate student)
e-mail: black@eng.usf.edu http://www.eng.usf.edu/~black/index.html
For my public key: finger -l black@eng.usf.edu
"A person might be able to play without being creative, but he sure
can't be creative without playing" Kurt Hanks & Jay Parry
************************************************************************