This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13336] GCC 3.3.2 still doesn't build on Solaris 2.8 x86


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]