"Sisyphus" <[email protected]> writes: > ----- Original Message ----- > From: "Simon Josefsson" <[email protected]> > To: "Sisyphus" <[email protected]> > Cc: <[email protected]> > Sent: Wednesday, March 02, 2011 2:28 AM > Subject: Re: Win64, libidn-1.19, one failing test. > > >> "Sisyphus" <[email protected]> writes: >> >>> Hi, >>> >>> I build using the MinGW64 cross-compiler in the msys shell with: >> >> Hi. Can you try the latest 1.20 release? It has updated gnulib files >> (which is where getopt comes from) and I built some other projects using >> recent gnulib under MinGW64 and that worked fine. > > Hi Simon, > > Still getting a failure: > > PASS: test-errno.exe > test-getopt.h:773: assertion failed > FAIL: test-getopt.exe > > My 'gcc -v' (which, in my case, is actually 'x86_64-w64-mingw32-gcc -v') is: > > Rob@DESKTOP2 /c/_64/comp/libidn-1.20 > $ x86_64-w64-mingw32-gcc -v > Using built-in specs. > COLLECT_GCC=c:\_64\mingw64\bin\x86_64-w64-mingw32-gcc.exe > COLLECT_LTO_WRAPPER=c:/_64/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.6.0/lto-wrapper.exe > Target: x86_64-w64-mingw32 > Configured with: ../../../build/gcc/gcc/configure > --target=x86_64-w64-mingw32 > --prefix=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root > --with-sysroot=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root > --with-gmp=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/gmp/install > --with-mpfr=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/mpfr/install > --with-mpc=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/mpc/install > --enable-languages=all,obj-c++ --enable-fully-dynamic-string > --disable-multilib > Thread model: win32 > gcc version 4.6.0 20100414 (experimental) (GCC) > > This would be the same compiler that I used last time with 1.19 > ... maybe I need to get something more recent. (It is, after all, > nearly one year old ;-) > > What's the 'gcc -v' for the compiler that you've been using ?
I'm using Mingw64 4.5.1 cross-compiler from GNU/Linux to Windows, see below. However I cannot run binaries because I don't have any Win64, so I may have the same bug as you do. If you are using MSYS, you aren't really cross-compiling are you? Using built-in specs. COLLECT_GCC=x86_64-w64-mingw32-gcc COLLECT_LTO_WRAPPER=/home/jas/src/mingw-w64-64/build/root/libexec/gcc/x86_64-w64-mingw32/4.5.1/lto-wrapper Target: x86_64-w64-mingw32 Configured with: ../../../build/gcc/gcc/configure --target=x86_64-w64-mingw32 --prefix=/home/jas/src/mingw-w64-64/build/root --with-sysroot=/home/jas/src/mingw-w64-64/build/root --with-gmp=/home/jas/src/mingw-w64-64/build/gmp/install --with-mpfr=/home/jas/src/mingw-w64-64/build/mpfr/install --with-mpc=/home/jas/src/mingw-w64-64/build/mpc/install --with-ppl=/home/jas/src/mingw-w64-64/build/ppl/install --with-cloog=/home/jas/src/mingw-w64-64/build/cloog/install --with-host-libstdcxx='-lstdc++ -lsupc++ -lm' --enable-languages=c,c++ --disable-multilib --enable-fully-dynamic-string --enable-libgomp --with-dwarf2 --enable-sjlj-exceptions --enable-version-specific-runtime-libs Thread model: win32 gcc version 4.5.1 (GCC) /Simon _______________________________________________ Help-libidn mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-libidn
