This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: c++filt causing flashing console windows
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: "'Cedric Berger'" <cedric at berger dot to>, "'Ranjit Mathew'" <rmathew at hotmail dot com>
- Cc: "'Andrew Haley'" <aph at redhat dot com>, <java at gcc dot gnu dot org>
- Date: Tue, 9 Sep 2003 14:54:45 +0200
- Subject: RE: c++filt causing flashing console windows
>There is one thing that is sure: c++filt and addr2line are not
>GUI processes. Why not writing a custom CreateProcess for
>theses 2?
Note: the GCJ -mwindows behaviour differes from javaw behaviour
for launching processes, ref. my earlier e-mail.
Øyvind