> How to reproduce: > $ ./configure --host=i686-pc-linux-gnu \ > --prefix=/arch/x86-linux/gnu-inst-autoconf/2.69 \ > CC="gcc -m32 -march=i586" \ > CXX="g++ -m32 -march=i586" \ > FC="gfortran -m32 -march=i586" \ > LDFLAGS="-m32" \ > CPPFLAGS=-Wall > $ make > $ make check
PS: It can also be reproduced more simply in 64-bit mode (x86_64-pc-linux-gnu): $ ./configure $ make $ make check Bruno