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


Øyvind Harboe writes:
 > 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

Surely the bug is not here.  exec'ing c++filt and addr2line should not
cause anything to flash, and that is the bug.

Andrew.


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