------- Comment #6 from ebotcazou at gcc dot gnu dot org  2007-09-30 14:27 
-------
> Two questions: Is --enable-bootstrap the default action and *should* I
> be explicitly enabling bootstrap with this type of setup?

Yes, --enable-bootstrap is the default with 4.2.x so you only need to type
'make' or 'gmake' to bootstrap the compiler.

As Andrew said, there is some mystery here: if the compiler cannot find
/usr/local/gnu/bin/ld, it should never have been able to bootstrap itself.

Could you verify that you have 3 compilers in the build directory, one for
each stage of the 3-stage bootstrap?  If they are there, could you try to
reproduce the problem with them (instead of with the installed compiler)?


-- 


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

Reply via email to