This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Crash in garbage collection(?) under GCC 3.3 & GCC 3.4
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: Øyvind Harboe <oyvind dot harboe at zylin dot com>, java at gcc dot gnu dot org, "Boehm, Hans" <hans_boehm at hp dot com>
- Date: Thu, 24 Jul 2003 01:09:35 -0500
- Subject: Re: Crash in garbage collection(?) under GCC 3.3 & GCC 3.4
- Reply-to: gnustuff at thisiscool dot com
Hi Hans,
>Was this ever reproduced on a non-Windows platform? (I'm trying, so far without luck.)
>
>If not, is DYNAMIC_LOADING defined by gcconfig.h for the Windows build?
I dumped this into stubborn.c and waited for the compile to fail:
#ifdef DYNAMIC_LOADING
#error DYNAMIC_LOADING is defined.
#else
#error DYNAMIC_LOADING is not defined.
#endif
It failed in the "not defined" section.
I wasn't clear from your post whether this should or shouldn't be defined for Windows.
The build was for the (linux,mingw32) 3.4 cross-compiler, but I don't see why the
3.3 native compiler wouldn't produce the same results.
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/