------- Comment #1 from ebotcazou at gcc dot gnu dot org 2006-04-10 08:50 ------- > I have configured gcc-4.1.0 with the following command: > > configure --enable-threads --enable-languages=c,c++ --enable-bootstrap > --with-gnu-as --with-gnu-ld
Do not use --enable-bootstrap, it has not been tested with 4.1; just do as usual: configure --enable-languages=c,c++ --with-gnu-as --with-gnu-ld gmake bootstrap -- ebotcazou at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ebotcazou at gcc dot gnu dot | |org Status|UNCONFIRMED |RESOLVED Resolution| |INVALID Summary|GCC 4.1.0 won't build under |stage3 compare failure |Solaris 9 - fails stage3 | |compare | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27099