no symbol table

Hi@all,

I try to compile c code on hpux 11.11 pa-risc 2 with gcc (32bit). I compile with the option -g, so that I get the symbol table, but it is not available. Does someone knows something on this?

thx

gcc -Wall -g -o myfile myfile.c

should produce a file with symbols. -s strips symbols and overrides -g

What is the gcc command you used?

I know that -s will "break" the symbol table. My compile options are exactly what you have suggested. I think that there is a problem because of the hppa arch and or gcc related. So it would be nice if someone who is using gcc 32bit and hppa could try it.