Add recipe for pthread-win32
Rebased and fixed; builds locally.
Should probably rename this to pthreads_win32, note the trailing s. An alternative name used in the upstream repo is pthreads4w. Or, maybe we should just name this pthreads, in the case we'd also want to provide libpthread.so for other platforms?
The DLL generated here also doesn't contain a single pthread_ API call, so something is wrong here.
Don't we build pthreads for out mingw cross compiler?
On Wed, Nov 16, 2022, 10:14 Tim Besard @.***> wrote:
The DLL generated here also doesn't contain a single pthread_ API call, so something is wrong here.
— Reply to this email directly, view it on GitHub https://github.com/JuliaPackaging/Yggdrasil/pull/5234#issuecomment-1317273698, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDO2XTSMFK3ZK65EDRBIDWIUB63ANCNFSM54WTM2LQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
It should be included in a mingw distribution, yes, but which JLL contains that?
It should be included in a mingw distribution, yes, but which JLL contains that?
None, it's in the compiler shard for windows.
Mingw contains winpthreads and this is indeed installed in our compiler shards.
The last comment here was three years ago, and the need of this is unclear - close it?