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]

Re: gcj problems on win32


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/




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