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: "ro at techfak dot uni-bielefeld dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Dec 2003 13:35:29 -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 ro at techfak dot uni-bielefeld dot de 2003-12-11 13:35 -------
Subject: Re: GCC 3.3.2 still doesn't build on Solaris 2.8 x86
This message
/var/tmp//ccUxS0iT.s: Assembler messages:
/var/tmp//ccUxS0iT.s:694: Error: Rest of line ignored. First ignored character
is `@'.
proves that you are somehow using GNU as (the Sun assembler messages are
formatted differently). But you didn't indicate this to configure, so the
build fails.
You need to add --with-gnu-as to the configure line.
Rainer
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13336