[Bug c/33598] gcc 4.2.1 ignores GNU ld on Solaris 9

ebotcazou at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Sep 30 14:27:00 GMT 2007



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



More information about the Gcc-bugs mailing list