This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/3577
- To: <gcc-gnats at gcc dot gnu dot org>, <gcc-prs at gcc dot gnu dot org>, <twurgler at goodyear dot com>, <gcc-bugs at gcc dot gnu dot org>, <nobody at gcc dot gnu dot org>
- Subject: Re: bootstrap/3577
- From: Sandra Wambold <wambold at pobox dot com>
- Date: Wed, 17 Oct 2001 18:07:14 -0400 (EDT)
Your original gcc gnats problem report:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%26pr=3577%26database=gcc
I was browsing along and saw your problem report. I was trying to
compile gcc 3.0.1 yesterday on HPUX hppa2.0w-hp-hpux11.00 and
discovered that the Platforms information at
http://gcc.gnu.org/install/specific.html says that "GCC 3.0 supports
HP-UX 11. You must use GNU binutils 2.11 or above on this platform.".
I believe this means that you should install GNU binutils and then use
"--with-gnu-as --with-as=..path.../as" in your configure command.
-sew