This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/33598] gcc 4.2.1 ignores GNU ld on Solaris 9
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2007 14:27:23 -0000
- Subject: [Bug c/33598] gcc 4.2.1 ignores GNU ld on Solaris 9
- References: <bug-33598-15169@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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