This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug target/24649] Hello world c++ prog core dumps



------- Comment #14 from ebotcazou at gcc dot gnu dot org  2006-09-19 05:49 -------
> 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

--enable-__cxa_atexit is not supported on Solaris.  Try to remove --with-cpu.


-- 


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


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