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]

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







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