I think that the binaries without statically linked libgcc and libstdc++ would have worked if run from a mingw32 environment (ie. they worked in mine). I wonder if it works the other way around (ie. no static linking, build with MSVC, run from within mingw32)
Fabian, is the 0.8 release built with MSVC with no static linking of libgcc/libstdc++? I could test this out. Best, Vlad On Mon, Oct 3, 2011 at 10:40 PM, Ralf Gommers <[email protected]> wrote: > > > On Mon, Oct 3, 2011 at 9:34 AM, Gael Varoquaux > <[email protected]> wrote: >> >> On Mon, Oct 03, 2011 at 04:31:58PM +0900, Mathieu Blondel wrote: >> > On Mon, Oct 3, 2011 at 4:26 PM, Fabian Pedregosa >> > <[email protected]> wrote: >> >> > > Doesn't fix the problem, but I didn't experience those issues with the >> > > MSVC compiler (the free version). >> >> > If I remember correctly, the Python people use MSVC to compile >> > official releases and it is recommended to use if for compiling >> > extensions too. >> >> If the policy is that releases should only be done using the MSVC >> compiler, than at least we need to raise a very visible warning. >> > This policy most likely isn't necessary (numpy and scipy releases have been > compiled with MinGW for a long time). There's value in using a free (not > only as in beer) compiler imho. > > Just my 2c as an occasional user, > Ralf > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1 > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general > > ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
