This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ 3.3 c++filt question
- From: Øyvind Harboe <oyvind dot harboe at zylin dot com>
- To: <java at gcc dot gnu dot org>
- Date: Mon, 2 Jun 2003 14:23:32 +0200
- Subject: GCJ 3.3 c++filt question
When I launch my app, a window quickly appears and goes away again.
Apparently my app launches c++filt
If I remove thisiscool-gcc\gcc-3.3\bin from the path, the window does
not appear(as is what I want on the end user machine). It should be
safe to assume that the end-users do not have c++filt in their path.
I compile with -mwindows, so I'm not sure c++filt makes any sense
anyway.
AFAICT, c++filt is involved in printing out more meaningful stack trace
exceptions.
I assume this is harmless and the intended behaviour even for release
versions of GCJ compiled apps?
Øyvind