I'm trying to upgrade a x86 distcc host for crossdev from gcc 3.4 to 4.1.1. When I run crossdev to compile gcc I get the following error in the logs:
creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking for a BSD compatible install... /bin/install -c checking whether ln works... yes checking whether ln -s works... yes checking for gcc... gcc checking whether the C compiler (gcc -O2 -pipe ) works... yes checking whether the C compiler (gcc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for gnatbind... no checking whether compiler driver understands Ada... no checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f 2 checking for correct version of gmp.h... no configure: error: GMP with MPFR support is required to build fortran !!! ERROR: cross-x86_64-pc-linux-gnu/gcc-4.1.1 failed. !!! Function gcc_do_configure, Line 1251, Exitcode 1 !!! failed to run configure !!! If you need support, post the topmost build error, NOT this status message. I tried doing crossdev -C and rebuilding the whole thing but didn't work anyway. I tried emergin gmp on the x86 host but obviously it didn't work. Any ideas? thanks maxxer -- [email protected] mailing list
