[Bug bootstrap/27099] stage3 compare failure

2006-04-10 Thread ebotcazou at gcc dot gnu dot org


--- 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



[Bug bootstrap/27099] stage3 compare failure

2006-04-10 Thread andy at trojanfoe dot servebeer dot com


--- Comment #2 from andy at trojanfoe dot servebeer dot com  2006-04-10 
12:01 ---
If I configure without --enable-bootstrap I get this error quite early on
during the build:

config.status: creating libada-mk
config.status: creating auto-host.h
config.status: executing default commands
Bootstrapping the compiler
gmake[1]: Entering directory `/tmp/gcc-4.1.0/gcc'
gmake[1]: *** No rule to make target `bootstrap'.  Stop.
gmake[1]: Leaving directory `/tmp/gcc-4.1.0/gcc'
gmake: *** [bootstrap] Error 2


-- 

andy at trojanfoe dot servebeer dot com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INVALID |


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



[Bug bootstrap/27099] stage3 compare failure

2006-04-10 Thread ebotcazou at gcc dot gnu dot org


--- Comment #3 from ebotcazou at gcc dot gnu dot org  2006-04-10 15:55 
---
 config.status: creating libada-mk
 config.status: creating auto-host.h
 config.status: executing default commands
 Bootstrapping the compiler
 gmake[1]: Entering directory `/tmp/gcc-4.1.0/gcc'
 gmake[1]: *** No rule to make target `bootstrap'.  Stop.
 gmake[1]: Leaving directory `/tmp/gcc-4.1.0/gcc'
 gmake: *** [bootstrap] Error 2

http://gcc.gnu.org/install/configure.html


-- 

ebotcazou at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID


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



[Bug bootstrap/27099] stage3 compare failure

2006-04-10 Thread andy at trojanfoe dot servebeer dot com


--- Comment #4 from andy at trojanfoe dot servebeer dot com  2006-04-10 
23:18 ---
Thanks, I thought I had read that pretty well.  Am I being stupid?

Andy


-- 


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