From: Warren Young Date: January 12 2007 11:44am Subject: Re: v2.2 release plan List-Archive: http://lists.mysql.com/plusplus/6274 Message-Id: <45A77497.7030505@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Matt Dargavel wrote: > > As far as I could tell by doing some searches there are two builds of mingw, > one that links against crtdll and one against msvcrt. As long as it's the > version that links against msvcrt and it uses version 8, then it should be > fine. Otherwise, I don't think it will be thread safe. That's fine with me. I don't expect it to always be thread-safe under MinGW, because it can depend on a library that doesn't allow for the option of thread safety in this instance. If one wants thread safety under MinGW, they must either take the extra steps to make it happen, or use a different compiler that does provide the necessary facilities. By this point, I'm happy when I can see the thing *build* under MinGW.