This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Stack Traces in GCJ/MinGW
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 24 Jan 2003 15:11:17 -0700
- Subject: Re: Stack Traces in GCJ/MinGW
- References: <b0rvc6$mum$1@main.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> After a bit of digging around the sources, I found that
Ranjit> HAVE_BACKTRACE was not being defined for
Ranjit> "gnu/gcj/runtime/natStackTrace.cc" even though "win32.h"
Ranjit> defines it and "win32.cc" provides an implementation for
Ranjit> backtrace( )
News to me! Sad...
Ranjit> the solution was to either include "platform.h" in
Ranjit> natStackTrace.cc
Let's do this.
Tom