|
From: Francesco M. <f18...@ya...> - 2007-02-13 18:50:13
|
Ryan Pusztai ha scritto: > On 2/6/07, Francesco Montorsi <f18...@ya...> wrote: >> I've checked and indeed there was a problem with snapshots generation >> (well, the problem was simply that "cvs update" was refusing to update >> the makefiles because of some conflicts). It should be solved now (look >> at the snapshot for feb 6). > > I got it and it had the right files in it. MinGW works as expected. :-) But... > > > There is a problem with this addition. > Using Visual C++ to compile you are setting > > __RUNTIME_LIBS = L > > and it should be > > __RUNTIME_LIBS = T > > I don't know where that is in the bakefiles, but it is wrong in all > the makefiles. Thanks for testing. I've added also the THREADING option with a "multi" default which should fix the problem. Committed now. If you could test the tomorrow's snapshots it would be great ;) Francesco |