gcj problems on win32

Mohan Embar gnustuff@thisiscool.com
Fri Jan 30 05:26:00 GMT 2004


Hi Taras,

If you compiled your program with debugging information
and can run it on Windows, you can download MinGW:

http://sourceforge.net/forum/forum.php?forum_id=310799

...from here and, assuming that your install directory
is c:\MinGW\bin, put c:\MinGW\bin in your path so that
addr2line.exe and c++filt.exe can be found. This should
give you better stacktraces unless something weird is
going on.

MinGW also comes with gdb, which you might be able
to use on Windows to debug your program. If the problem
is in libgcj, though, you'll need to build libgcj with
debug information, though.

Good luck!

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





More information about the Java mailing list