GCC 3.3 MingW Crossed-Native Build Suceeded! (Woo hoo!)
Erik Poupaert
erik.poupaert@chello.be
Mon Feb 17 15:31:00 GMT 2003
Hi Mohan,
Ranjit just pointed out to me that the 3.3 download doesn't contain a small
workaround that was applied in 3.2. This workaround prevents gc from
exporting DllMain() and, in this way, avoids conflicts with the DllMain()
symbol introduced when gcj compiles a dll.
Would it be possible (if you have the time and the inclination) to add this
workaround to the 3.3 download as well? I'd be most grateful.
Erik
The message in which Ranjit describes the workaround:
http://gcc.gnu.org/ml/java/2002-11/msg00272.html
""""
The win32_threads.c file [...] IMHO, this DllMain should be protected with a
#ifdef checking
GC_DLL or some such thing. I tried it out with GCJ 3.2 and it actually seems
to work. (The DLL creation bit, not the
actual DLL itself - that's another story.)
""""
More information about the Java
mailing list