Hi, On Fri, 10 Oct 2014, Johannes Schindelin wrote: > On Fri, 10 Oct 2014, Johannes Schindelin wrote: > > > With this [mingw-w64] compiler, and the 'w64' branch from > > https://github.com/dscho/git – intended to be merged into > > https://github.com/git-for-windows/git – the following command-line > > produces 64-bit Git: > > > > PATH=/path/to/unpacked/mingw-w64/mingw64/bin/:$PATH \ > > make \ > > CROSS_COMPILE=x86_64-w64-mingw32- CC='$(CROSS_COMPILE)gcc' \ > > AR=ar RC=windres \ > > NO_ICONV=1 NO_OPENSSL=1 NO_CURL=1 NEEDS_LIBICONV= USE_LIBPCRE= > > > > The test suite passes so far (still running, at the time of writing it is > > going through t3404). > [...] > > So I fear we have still a ways to go before Git works as a 64-bit Windows > binary... It seems to be not *all* that bad: only t3900, t3901, t4041, t4205, t4210, t5100, t6006 and t7102 display test failures. Ciao, Dscho