>>>>> "Manosiz" == Manosiz Bhattacharyya <mano@cse.ucsc.edu> writes: Manosiz> However, even without the -g option, the object files Manosiz> produced by gcj seems to contain debugging stuff. The Manosiz> assembly file contains .stabs in Solaris. Unlike gcc, the default for gcj is -g1. Use -g0 to get no debugging information. Tom