Alexandre Petit-Bianco writes: > > Bob Jamison writes: > > > I get the same on Irix6.5.3, when it compiles a static method: > > Have you tried what was suggested in this thread? > > http://gcc.gnu.org/ml/java/2001-05/msg00175.html It looks as though -g1 is broken for DWARF2 output: http://gcc.gnu.org/ml/gcc-bugs/2001-06/msg00804.html But gcj defaults to -g1. This is a nuisance... Andrew.