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
