Bonjour.

J'ai récemment repris le développement d'une application que j'avais commencé cet été. Forcément, entre temps j'ai updaté quelques trucs et maintenant la réinstallation de GMP 4.3.1 (GNU Bignum Library) crash systématiquement.

Il y a peu, j'avais compilé sans problème GMP 4.3.1 sur le système suivant :
- Windows 7 pro x64
- Codeblocks nightly build october 2009
- Mingw/gcc 3.4.5
- Msys 1.0.11

Mais là je réessaye sur la même config légèrement updatée depuis ce matin :
- Windows 7 pro x64
- Codeblocks nightly build november 2009
- Mingw/gcc 4.4.0
- Msys 1.0.11

Mon install précédente de gcc 3.4.5 avait été fait avec l'installation automatique de Mingw 5.1.6. Pour gcc 4.4.0, j'ai downloadé les différentes archives et j'ai désarchivé le tout dans un dossier suivant cette explication. Le seul test que j'ai fais sur gcc 4.4.0 c'est la compil d'un "hellowold" et ça marche)

Mais maintenant à la compil de GMP 4.3.1 ça me sort toujours le même message (j'ai mis en rouge la dernière partie avant le crash) :

Vincent@HP8510W ~
$ cd c:/0/CODEBLOCKS/Gmp


Vincent@HP8510W /c/0/CODEBLOCKS/Gmp
$ ./configure --prefix=/c/0/CODEBLOCKS/Cb --enable-cxx

checking build system type... core2-pc-mingw32
checking host system type... core2-pc-mingw32
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... ./configure: eval: line 1931: unexpected E
OF while looking for matching `"'
./configure: eval: line 1932: syntax error: unexpected end of file
no
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking compiler gcc -O2 -pedantic -m64 ... no
checking ABI=32
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer ... rm: cannot lst
at `a.exe': Permission denied
yes
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has sizeof(long)==
4... yes
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2... y
es
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -mar
ch=core2... yes
checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -marc
h=core2 -mno-cygwin... yes
checking for gcc... gcc
checking for C compiler default output file name... a.exe
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... .exe
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking build system compiler gcc... yes
checking for build system preprocessor... gcc -E
checking for build system executable suffix... .exe
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking C++ compiler g++ -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2
-march=core2 -mno-cygwin... yes
checking how to run the C++ preprocessor... g++ -E
checking for egrep... grep -E
checking if the assembler knows about MMX instructions... yes
checking if the assembler knows about SSE2 instructions... yes
using ABI="32"
CC="gcc"
CFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2
-mno-cygwin"
CPPFLAGS=""
CXX="g++"
CXXFLAGS="-m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core
2 -mno-cygwin"
MPN_PATH=" x86/p6/sse2 x86/p6/p3mmx x86/p6/mmx x86/p6 x86 generic"
checking for function prototypes... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for string.h... (cached) yes
checking whether assembler supports --noexecstack option... no
checking for ar... ar
checking for BSD-compatible nm... /mingw/bin/nm
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... c:/0/codeblocks/mingw/mingw32/bin/ld.exe
checking if the linker (c:/0/codeblocks/mingw/mingw32/bin/ld.exe) is GNU ld... y
es
checking for c:/0/codeblocks/mingw/mingw32/bin/ld.exe option to reload object fi
les... -r
checking whether ln -s works... yes
checking how to recognize dependent libraries... file_magic ^x86 archive import|
^x86 DLL
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
checking dlfcn.h usability... no
checking dlfcn.h presence... no
checking for dlfcn.h... no
checking how to run the C++ preprocessor... g++ -E
checking the maximum length of command line arguments... 8192
checking command to parse /mingw/bin/nm output from gcc object... ok
checking for objdir... .libs
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (c:/0/codeblocks/mingw/mingw32/bin/ld.exe) suppo
rts shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... c:/0/codeblocks/mingw/mingw32/bin/ld.exe
checking if the linker (c:/0/codeblocks/mingw/mingw32/bin/ld.exe) is GNU ld... y
es
checking whether the g++ linker (c:/0/codeblocks/mingw/mingw32/bin/ld.exe) suppo
rts shared libraries... yes
checking for g++ option to produce PIC... -DDLL_EXPORT
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (c:/0/codeblocks/mingw/mingw32/bin/ld.exe) suppo
rts shared libraries... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... no
checking langinfo.h presence... no
checking for langinfo.h... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking nl_types.h presence... no
checking for nl_types.h... no
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... no
checking sys/mman.h presence... no
checking for sys/mman.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... no
checking sys/sysinfo.h presence... no
checking for sys/sysinfo.h... no
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... no
checking sys/times.h presence... no
checking for sys/times.h... no
checking for sys/resource.h... no
checking for sys/sysctl.h... no
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... no
checking whether sys_nerr is declared... no
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... no
checking for uint_least32_t... yes
checking for preprocessor stringizing operator... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking whether <stdarg.h> exists and works... yes
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... no
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... no
checking for attr_get... no
checking for clock... yes
checking for clock_gettime... no
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... no
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... yes
checking for memset... yes
checking for mmap... no
checking for mprotect... yes
checking for nl_langinfo... no
checking for obstack_vprintf... no
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... no
checking for sigaltstack... no
checking for sigstack... no
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... no
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... no
checking for sysctl... no
checking for sysctlbyname... no
checking for times... no
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for std::locale... yes
checking for suitable m4... m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute...
checking if globals are prefixed by underscore... yes
checking how to switch to read-only data section... .section .rdata,"dr"
checking for assembler .type directive...
checking for assembler .size directive...
checking for assembler local label prefix... L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking for assembler COFF type directives... yes
checking if _GLOBAL_OFFSET_TABLE_ is prefixed by underscore... not applicable
checking if the assembler takes cl with shldl... yes
checking for unsigned short... yes
checking size of unsigned short... 2
checking for unsigned... yes
checking size of unsigned... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for mp_limb_t... yes
checking size of mp_limb_t... 4
checking for stack_t... no
checking for tputs in -lncurses... no
checking for tputs in -lcurses... no
checking for readline in -lreadline... no
checking readline detected... no
checking for bison... no
checking for byacc... no
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for ranlib... (cached) ranlib
creating config.m4
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating Makefile
config.status: creating mpbsd/Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpbsd/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating doc/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating mp.h
config.status: creating config.h
config.status: config.h is unchanged
config.status: linking ./mpn/generic/add.c to mpn/add.c
config.status: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status: linking ./mpn/x86/p6/aors_n.asm to mpn/add_n.asm
config.status: linking ./mpn/generic/sub.c to mpn/sub.c
config.status: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking ./mpn/x86/p6/aors_n.asm to mpn/sub_n.asm
config.status: linking ./mpn/generic/neg_n.c to mpn/neg_n.c
config.status: linking ./mpn/x86/p6/sse2/mul_1.asm to mpn/mul_1.asm
config.status: linking ./mpn/x86/p6/sse2/addmul_1.asm to mpn/addmul_1.asm
config.status: linking ./mpn/x86/p6/sse2/submul_1.asm to mpn/submul_1.asm
config.status: linking ./mpn/x86/p6/mmx/lshift.asm to mpn/lshift.asm
config.status: linking ./mpn/x86/p6/mmx/rshift.asm to mpn/rshift.asm
config.status: linking ./mpn/x86/p6/dive_1.asm to mpn/dive_1.asm
config.status: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking ./mpn/generic/divis.c to mpn/divis.c
config.status: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status: linking ./mpn/x86/p6/mmx/divrem_1.asm to mpn/divrem_1.asm
config.status: linking ./mpn/x86/divrem_2.asm to mpn/divrem_2.asm
config.status: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking ./mpn/x86/p6/mod_1.asm to mpn/mod_1.asm
config.status: linking ./mpn/x86/p6/mod_34lsub1.asm to mpn/mod_34lsub1.asm
config.status: linking ./mpn/x86/p6/mode1o.asm to mpn/mode1o.asm
config.status: linking ./mpn/generic/dump.c to mpn/dump.c
config.status: linking ./mpn/generic/mod_1_1.c to mpn/mod_1_1.c
config.status: linking ./mpn/generic/mod_1_2.c to mpn/mod_1_2.c
config.status: linking ./mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking ./mpn/generic/mod_1_4.c to mpn/mod_1_4.c
config.status: linking ./mpn/generic/mul.c to mpn/mul.c
config.status: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking ./mpn/x86/p6/sse2/mul_basecase.asm to mpn/mul_basecase.as
m
config.status: linking ./mpn/x86/p6/sse2/sqr_basecase.asm to mpn/sqr_basecase.as
m
config.status: linking ./mpn/generic/random.c to mpn/random.c
config.status: linking ./mpn/generic/random2.c to mpn/random2.c
config.status: linking ./mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking ./mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status: linking ./mpn/x86/p6/sse2/popcount.asm to mpn/popcount.asm
config.status: linking ./mpn/x86/p6/p3mmx/popham.asm to mpn/hamdist.asm
config.status: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status: linking ./mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking ./mpn/generic/gcd_lehmer.c to mpn/gcd_lehmer.c
config.status: linking ./mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status: linking ./mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking ./mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_s
tep.c
config.status: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
config.status: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
config.status: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking ./mpn/generic/get_d.c to mpn/get_d.c
config.status: linking ./mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking ./mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking ./mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking ./mpn/generic/mullow_n.c to mpn/mullow_n.c
config.status: linking ./mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c
config.status: linking ./mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status: linking ./mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status: linking ./mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status: linking ./mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status: linking ./mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking ./mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking ./mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking ./mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking ./mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking ./mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking ./mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpo
late_5pts.c
config.status: linking ./mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpo
late_7pts.c
config.status: linking ./mpn/generic/invert.c to mpn/invert.c
config.status: linking ./mpn/generic/binvert.c to mpn/binvert.c
config.status: linking ./mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c
config.status: linking ./mpn/generic/sb_divappr_q.c to mpn/sb_divappr_q.c
config.status: linking ./mpn/generic/sb_div_q.c to mpn/sb_div_q.c
config.status: linking ./mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c
config.status: linking ./mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c
config.status: linking ./mpn/generic/dc_div_q.c to mpn/dc_div_q.c
config.status: linking ./mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking ./mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking ./mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking ./mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c
config.status: linking ./mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c
config.status: linking ./mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c
config.status: linking ./mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c
config.status: linking ./mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking ./mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking ./mpn/generic/divexact.c to mpn/divexact.c
config.status: linking ./mpn/x86/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm
config.status: linking ./mpn/generic/redc_1.c to mpn/redc_1.c
config.status: linking ./mpn/generic/redc_2.c to mpn/redc_2.c
config.status: linking ./mpn/generic/powm.c to mpn/powm.c
config.status: linking ./mpn/generic/powlo.c to mpn/powlo.c
config.status: linking ./mpn/generic/powm_sec.c to mpn/powm_sec.c
config.status: linking ./mpn/generic/subcnd_n.c to mpn/subcnd_n.c
config.status: linking ./mpn/x86/umul.asm to mpn/umul.asm
config.status: linking ./mpn/x86/udiv.asm to mpn/udiv.asm
config.status: linking ./mpn/x86/copyi.asm to mpn/copyi.asm
config.status: linking ./mpn/x86/p6/copyd.asm to mpn/copyd.asm
config.status: linking ./mpn/generic/addsub_n.c to mpn/addsub_n.c
config.status: linking ./mpn/x86/p6/sse2/gmp-mparam.h to gmp-mparam.h



Vincent@HP8510W /c/0/CODEBLOCKS/Gmp
$ make

make all-recursive
make[1]: Entering directory `c:/0/CODEBLOCKS/Gmp'
Making all in tests
make[2]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests'
makefile:845: warning: overriding commands for target `.s.o'
makefile:830: warning: ignoring old commands for target `.s.o'
makefile:849: warning: overriding commands for target `.s.obj'
makefile:832: warning: ignoring old commands for target `.s.obj'
makefile:853: warning: overriding commands for target `.s.lo'
makefile:834: warning: ignoring old commands for target `.s.lo'
Making all in .
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests'
makefile:845: warning: overriding commands for target `.s.o'
makefile:830: warning: ignoring old commands for target `.s.o'
makefile:849: warning: overriding commands for target `.s.obj'
makefile:832: warning: ignoring old commands for target `.s.obj'
makefile:853: warning: overriding commands for target `.s.lo'
makefile:834: warning: ignoring old commands for target `.s.lo'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests'
Making all in devel
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/devel'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/devel'
Making all in mpn
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/mpn'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/mpn'
Making all in mpz
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/mpz'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/mpz'
Making all in mpq
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/mpq'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/mpq'
Making all in mpf
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/mpf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/mpf'
Making all in rand
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/rand'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/rand'
Making all in misc
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/misc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/misc'
Making all in cxx
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/cxx'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/cxx'
Making all in mpbsd
make[3]: Entering directory `c:/0/CODEBLOCKS/Gmp/tests/mpbsd'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests/mpbsd'
make[2]: Leaving directory `c:/0/CODEBLOCKS/Gmp/tests'
Making all in mpn
make[2]: Entering directory `c:/0/CODEBLOCKS/Gmp/mpn'
makefile:817: warning: overriding commands for target `.s.o'
makefile:802: warning: ignoring old commands for target `.s.o'
makefile:821: warning: overriding commands for target `.s.obj'
makefile:804: warning: ignoring old commands for target `.s.obj'
makefile:825: warning: overriding commands for target `.s.lo'
makefile:806: warning: ignoring old commands for target `.s.lo'
C:/0/CODEBLOCKS/Msys/bin/sh.exe ../libtool --mode=compile --tag=CC ../mpn/m4-cca
s --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERAT
ION_`echo add_n | sed 's/_$//'` -m32 -O2 -pedantic -fomit-frame-pointer -mtun
e=core2 -march=core2 -mno-cygwin `test -f 'add_n.asm' || echo './'`add_n.asm
../mpn/m4-ccas "--m4=m4 gcc" -c -DHAVE_CONFIG_H -I. -I. -I.. -D__GMP_WITHIN_GMP
-I.. -DOPERATION_add_n -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -ma
rch=core2 -mno-cygwin add_n.asm -o add_n.o
m4 gcc -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n add_n.asm >tmp-add_
n.s
m4: gcc: No such file or directory
make[2]: *** [add_n.lo] Error 1
make[2]: Leaving directory `c:/0/CODEBLOCKS/Gmp/mpn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `c:/0/CODEBLOCKS/Gmp'
make: *** [all] Error 2


Quelqu'un aurait-il une idée de la source du problème ? de comment le résoudre ? de tests à faire pour voir ce qui ne va pas ?

Merci beaucoup