This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-2.91.66 HP-UX 10.x "-g" compilation question
- To: vamsi at synopsys dot com
- Subject: Re: gcc-2.91.66 HP-UX 10.x "-g" compilation question
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 14 Mar 2000 10:30:18 +0100
- CC: egcs-bugs at egcs dot cygnus dot com, vamsi at synopsys dot com
- References: <200003140820.AAA05240@bronzino.synopsys.com>
> Could you please suggest what I am doing wrong ? (most
> probably something terribly bone-headed)
Please don't send messages to egcs-bugs, unless you want to report a
bug.
gcc/cc1plus cannot possibly know whether the assembler that will be
invoked in the really is gas or not; giving GAS debugging information
to the system assembler probably results in fatal errors.
Instead, you have to specify your plans to use gas at installation
time, by means of the --with-gnu-as. Please see the installation
instructions for details.
Regards,
Martin
P.S. If you have to re-install gcc anyway, you might just as well
start with 2.95.2. Then you have all reason to use the digits 295 in
that order - although it still won't be gcc 2.9.5 :-)