Alexandre Oliva (oliva@dcc.unicamp.br) wrote: : I had to compile with -g0 to finish the build. Why is `-g0' any : different from no `-g'? In gcj the default level of debugging is '-g1' rather than '-g0'. If you want debugging information to be turned off you must do so explicitly. Andrew.