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