This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Stacktraces on Cygwin?!
- From: "Ranjit Mathew" <rmathew4lists at hotmail dot com>
- To: <mohan at thisiscool dot com>
- Cc: "GCJ Java" <java at gcc dot gnu dot org>
- Date: Fri, 25 Apr 2003 10:59:39 +0530
- Subject: Re: Stacktraces on Cygwin?!
- References: <ZYVU52URFBIG715YFDPLQMVQ07PL2U2.3ea889f2@p733>
- Reply-to: "Ranjit Mathew" <rmathew at hotmail dot com>
> Do stacktraces work on Cygwin (not MingW)? I'm getting mixed messages from
> the lists and don't see how they could possibly work, given that I can't find
> backtrace() anywhere in the Cygwin runtime library headers.
Neither could I. In fact, I haven't heard of recent builds
of GCJ on Cygwin for a long while now - the last known
(to me) Cygwin hacker for GCJ was David Billinghurst.
> I'm trying to test my cross-configury stuff using JNI and stacktraces as a test bed,
> but I am running into a snag. They don't see to work on Cygwin gcj 3.2.3 either,
> but I could be doing something wrong.
IMHO Linux and MinGW target combos should do just fine for
testing your cross-configury stuff since you at least know
that JNI and stacktraces work in any case on these targets.
Ranjit.