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]

Re: gcc-2.91.66 HP-UX 10.x "-g" compilation question


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


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