Op 29 okt. 2011 22:02 schreef "K. Frank" <[email protected]> het volgende: > > Hello Ruben! > > On Sat, Oct 29, 2011 at 7:32 AM, Ruben Van Boxem > <[email protected]> wrote: > > Hi everyone, > > > > Continuing my extreme success,... > > Hooray for Ruben!!! (Oh, and don't strain your shoulder reaching around > to pat yourself on the back...) > > > I have created another gem for you to use and enjoy. > > Thank you. > > > I have built the latest GCC 4.6, applied the posix threading patch > > using winpthread as a threading library, and am able to bring you almost all > > joys of C++11 std::thread and other hidden GCC threading gems > > ... > > - posix threaded GCC does not mean native Win32 threads are off limits. > > This is only an internal GCC configuration option, that is used in the > > runtime libraries. So you'll need to distribute libwinpthread-1.dll along > > with libgcc_s_sjlj-1.dll with your programs if you get a crash on startup > > without it. > > Since you're using these dll's, does that mean that you've figured out > how to address the "-static" issue that affected your 4.7 build when > using std::thread?
No, not yet. I believe the problem is winpthreads reporting an error where libstdc++ is not expecting it. My new build also has std::thread with -static. My quick try to build GCC 4.7 resulted in an ICE, I'll try again in a few days... > > If so, do you have any plans to release an updated 4.7, std::thread build > that will no longer require "-static" when linking std::thread applications? > > > ... > > - If demand is high enough (and I find the time) I'll throw together a GCC > > 4.7 in the near future as well, ... > > I'd like that, if you have the time. > > > ... > > > > Ruben > > Thanks, and Happy Halloween! > > > K. Frank > > ------------------------------------------------------------------------------ > Get your Android app more play: Bring it to the BlackBerry PlayBook > in minutes. BlackBerry App World™ now supports Android™ Apps > for the BlackBerry® PlayBook™. Discover just how easy and simple > it is! http://p.sf.net/sfu/android-dev2dev > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
------------------------------------------------------------------------------ Get your Android app more play: Bring it to the BlackBerry PlayBook in minutes. BlackBerry App World™ now supports Android™ Apps for the BlackBerry® PlayBook™. Discover just how easy and simple it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
