This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

c++filt causing flashing console windows


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]