This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj problems on win32
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: Taras Glek <taras dot judge at shaw dot ca>
- Cc: java at gcc dot gnu dot org
- Date: Thu, 29 Jan 2004 23:18:36 -0600
- Subject: Re: gcj problems on win32
- Reply-to: gnustuff at thisiscool dot com
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/