[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to circumvent MinGW's broken pthread_cond_broadcast()
From: |
Bruno Haible |
Subject: |
Re: How to circumvent MinGW's broken pthread_cond_broadcast() |
Date: |
Sat, 30 Sep 2017 20:08:46 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-93-generic; KDE/5.18.0; x86_64; ; ) |
Tim Rühsen wrote:
> My question: How can I force the MinGW build to ignore pthreads and use the
> native Win32 API ? (I am using gnulib's bootstrap script + ./configure, make,
> make check.)
Did you try the --enable-threads=windows option, provided by the 'threadlib'
module?
Bruno