On 8/25/2009 13:01, Sisyphus wrote: > /bin/sh ../../libtool --mode=link x86_64-w64-mingw32-gcc -O2 -pedantic > -o t-locale.exe t-locale.o ../../tests/libtests.la ../../libgmp.la > x86_64-w64-mingw32-gcc -O2 -pedantic -o t-locale.exe t-locale.o > ../../tests/.libs/libtests.a /c/_32/comp/gmp-4.3.1/.libs/libgmp.a > ../../.libs/libgmp.a > c:/_64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.5.0/../../../../x86_64-w64-mingw32/lib/libmsvcrt.a(dslcs00660.o):(.text+0x0): > multiple definition of `localeconv' > t-locale.o:t-locale.c:(.text+0x0): first defined here > collect2: ld returned 1 exit status > make[4]: *** [t-locale.exe] Error 1 > make[4]: Leaving directory `/c/_32/comp/gmp-4.3.1/tests/misc' > make[3]: *** [check-am] Error 2 > make[3]: Leaving directory `/c/_32/comp/gmp-4.3.1/tests/misc' > make[2]: *** [check-recursive] Error 1 > make[2]: Leaving directory `/c/_32/comp/gmp-4.3.1/tests' > make[1]: *** [check-recursive] Error 1 > make[1]: Leaving directory `/c/_32/comp/gmp-4.3.1' > make: *** [check] Error 2 > #################################### > > Any advice on how best to address that little niggle (or whether I can > ignore it) appreciated. > > Cheers, > Rob >
Hi, I got to this point too, the localeconv provided in msvcrt unfortunately can't be replaced easily, so this test is expected to fail. You can ignore it. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
