This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13336] GCC 3.3.2 still doesn't build on Solaris 2.8 x86
- From: "jrhett at isite dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Dec 2003 11:55:06 -0000
- Subject: [Bug bootstrap/13336] GCC 3.3.2 still doesn't build on Solaris 2.8 x86
- References: <20031206232724.13336.jrhett@isite.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From jrhett at isite dot net 2003-12-22 11:55 -------
What's interesting here is that GNU as and ld were not first in my path, and
thus were not supposed to be used. Evidently configure overrode the path.
I reconfigured with --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld and it
compiled perfectly fine this time.
Shouldn't configure honor the existing user path for these utilities?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13336