2012/2/17 Kai Tietz <[email protected]>: > 2012/2/17 Ruben Van Boxem <[email protected]>: >> 2012/2/17 niXman <[email protected]> >>> >>> 2012/2/17 niXman <[email protected]>: >>> > Hi Ruben! >>> > Thanks for your work. >>> > >>> > For dynamically linking C++11 std::thread, replace this line: >>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK >>> > with this one: >>> >> #if SUPPORTS_WEAK && GTHREAD_USE_WEAK && !defined(__MINGW32__) >>> >>> in gthr-posix.h >>> >>> > >>> > In my builds dynamic linking is used for a long time. >>> > >>> > Possibly, anyone could tell me why this bug isn`t fixed yet? >> >> >> Well, probably because no one (at least not me or Kai) knew about this. I >> presume libstdc++ or gcc/g++ configure is missing this step in the case of >> posix threading on Windows. Kai, could you look into this? Perhaps a similar >> issue could be causing the weird OpenMP crash we don't have a test case for? >> >> I have verified your build works fine indeed. Thanks niXman! Please don't >> leave the people who can actually fix this in the dark. Not a lot GCC devs >> care about Windows. I would hazard a guess Kai here writes ~30-50% of the >> Windows GCC patches ;-) >> >> Ruben > > Well, I wasn't aware of this issue. I would suggest that you might > open a bug-report on gcc for this and so I can take care to fix this.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52300 > > Kai > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public -- Regards, niXman. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
