bug-gnulib
[Top][All Lists]
Advanced

[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: Sun, 01 Oct 2017 22:10:17 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-96-generic; KDE/5.18.0; x86_64; ; )

Tim Rühsen wrote:
> FYI, it builds with this sequence
> PREFIX=x86_64-w64-mingw32
> export CC=$PREFIX-gcc-win32
> export CXX=$PREFIX-g++-win32
> export CPP=$PREFIX-cpp-win32
> export RANLIB=$PREFIX-ranlib
> ./configure --build=x86_64-pc-linux-gnu --host=$PREFIX
> 
> I have not found any docs about this

My preferred recipe for building GNU packages for mingw is here:
http://git.savannah.gnu.org/gitweb/?p=gettext.git;a=blob_plain;f=README.windows

The major difference between my recipe and yours is that you are building on
Linux. How do you execute the built binaries? If with WINE, how do you make
sure you are not observing a WINE bug?

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]