Crash in garbage collection(?) under GCC 3.3 & GCC 3.4

Mohan Embar gnustuff@thisiscool.com
Thu Jul 24 06:08:00 GMT 2003


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/






More information about the Java mailing list