------- Comment #13 from steve at telxio dot com  2006-09-19 05:41 -------
I have tried gcc 4.1.1 and I still have the same problem - I tried it on a
different Solaris10 machine than before, with all the latest patches, and got
the same result.

gcc was built with:

PKG_BUILD_GCC_LANGS=c,c++
test -d objdir || mkdir objdir
(cd objdir; ../configure \
                --prefix=/opt/aegis \
                --with-as=/usr/ccs/bin/as \
                --without-gnu-as \
                --with-ld=/usr/ccs/bin/ld \
                --without-gnu-ld \
                --enable-languages=$PKG_BUILD_GCC_LANGS \
                --enable-shared \
                --enable-__cxa_atexit \
                --with-cpu=ultrasparc)
gmake -j3 -C objdir LIBCXXFLAGS='-O2' bootstrap-lean

I am going to try a simpler build to see if any of the options are causing the
problems.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24649

Reply via email to