On Fri, Jun 25, 2010 at 2:49 AM, Ilya Basin basinilya@gmail.com wrote:
Should be install 64-bit mingw, compile wine in 64-bit mode, and run 'make crosstest'. Though I just tried this on Ubuntu Lucid, and it fails for me there (configure is looking for checking for x86_64-pc-mingw32-gcc... no checking for x86_64-w64-mingw32-gcc... no
while on Ubuntu, it is: amd64-mingw32msvc-gcc
however, it seems compiling with it is broken: austin@midna:~/64-wine-git$ amd64-mingw32msvc-gcc foo.c /usr/lib/gcc/amd64-mingw32msvc/4.4.2/../../../../amd64-mingw32msvc/bin/ld: cannot find -lgcc collect2: ld returned 1 exit status
perhaps someone else has tried and had better luck...