2012/3/22 niXman <[email protected]>: > 2012/3/23 Kai Tietz <[email protected]>: >> >> niXman: Eg you have the gcc-repository checked out in C:/sources/gcc. >> And you are using the prefix = C:/myprefix. Then you need to setup >> in C:/sources a symbolic link named "winsup" pointing to C:/myprefix. >> Don't miss that you have in C:/myprefix a symbolic link - named mingw >> - pointing to C:/myprefix/<target>. > > Kai, thank you for reply. > > And what about winpthreads? I had already asked earlier: >> After installing gcc-core (make all-gcc) and adding in the PATH, I build >> winpthreads 32 and 64 bit. Is this wright? > > > > -- > Regards, > niXman
The winpthread library lives for now in our experimental tree. We got reported that there are some cases it doesn't work reliable. Sadly we didn't got any "short" testcase for debugging it. As soon as we decide that winpthread is stable, we want to move it into our runtime-built. We intend to provide this feature in an integrated way in our crt (of course the use of it is still optional). Winpthread allows to build a Windows gcc-version using posix-threading-model instead of the default win32 one. This enables some additional features in gcc, like libgomp, openmp, some C++11 threading stuff, etc Regards, Kai ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
