This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCJ with native structs


Adam Megacz wrote:
> Do not disable this unless you are 110% sure you know what you're
> doing.  The errors you get when it is disabled are subtle, erratic,
> and nondeterministic.
> 
> If you can tell me where the other _CRT_MT is coming from, I might be
> able to help.

crt{st,mt}.c in the mingw runtime:

http://cvs.sourceforge.net/viewcvs.py/mingw/runtime/crtst.c?rev=1.1.1.1&view=auto
http://cvs.sourceforge.net/viewcvs.py/mingw/runtime/crtmt.c?rev=1.1.1.1&view=auto

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]