This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
- From: rodrigc at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mdeil at pallas dot de, nobody at gcc dot gnu dot org
- Date: 16 May 2002 01:30:57 -0000
- Subject: Re: bootstrap/6003: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
- Reply-to: rodrigc at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mdeil at pallas dot de, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: gcc 3.0.4 fails building with gcc 3.0.0 on SunOS 5.7
State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Wed May 15 18:30:57 2002
State-Changed-Why:
This is a duplicate of PR 4390:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4390&database=gcc
You didn't follow the procedure specified in the system-specific installation instructions to make sure GCC will find GNU as and GNU ld, instead of Solaris' bundled utilities. Having them first in the PATH is not enough, and actually confuses configure.
See:
http://gcc.gnu.org/install/configure.html
and refer to the flags for:
--with-as=
--with-gnu-as
--with-ld
--with-gnu-ld
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6003