This is the mail archive of the gcc@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 and g++ on HP-UX 10.20


On May  9, 2000, Priya Narasimhan <priya@lambda.ece.ucsb.edu> wrote:

> because -g is disabled, I am unable to use dbx or gdb.
> Any ideas why this happens?

> cc1plus: warning: -g is only supported when using GAS on this processor,

How could the error message be clearer?  You need GAS (the GNU
assembler) in order for GCC to emit debugging information.

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me


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