c++filt causing flashing console windows

Øyvind Harboe oyvind.harboe@zylin.com
Tue Sep 9 07:15:00 GMT 2003


In case someone else wonders about this...

To remove the flashing consloe windows when running with -mwindows,
add the following two arguments to the GCJ command line:

-Dgnu.gcj.runtime.NameFinder.demangle=false
-Dgnu.gcj.runtime.NameFinder.use_addr2line=false

Øyvind



More information about the Java mailing list