Construire GCC nécessite de GMP 4.2+, MPFR 2.3.1+ et MPC 0.8.0+

J'ai téléchargé GCC 4.5 à partir de http://www.netgull.com/gcc/releases/gcc-4.5.0/ mais quand j'essaie d'installation /construction, je suis d'erreur ci-dessous:

Linux:>~/shared_scripts/bin/gcc/gcc-4.5.0 1040> /x/home/prakash_satya/shared_scripts/bin/gcc/gcc-4.5.0/configure CC="gcc -m64" --prefix=/x/home/prakash_satya/shared_scripts/bin/gcc/gcc-4.5.0 --with-gmp-lib=/usr/lib64 --with-mpfr-lib=/usr/lib64 --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for gcc... gcc -m64
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -m64 accepts -g... yes
checking for gcc -m64 option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.
Linux:>~/shared_scripts/bin/gcc/gcc-4.5.0 1041>

Suivantes libs sont présents dans les différents répertoires

/usr/lib/libgmp.a
/usr/lib64/libgmp.a
/usr/lib/libmpfr.a
/usr/lib64/libmpfr.a

Je n'ai pas libmpc.une bibliothèque installée n'importe où dans des boîtes.

Basée sur l'erreur comment puis-je savoir :

a) quelle est la version actuelle de libgmp.un et libmpfr.une sont installés.

b) S'ils sont de mauvaise version comment puis-je déployer ma propre version sans perturber le courant?

  • essayez d'exécuter ./contrib/download_prerequisites.sh à partir de la source de gcc dir. Il a travaillé pour moi (pour la version actuelle de gcc si (gcc-4.7)
  • Le script ne semble plus avoir un .extension sh: ./contrib/download_prerequisites.
  • download_prerequisites.sh a été ajouté à 4.6 il ressemble. 4.5.0 ne l'a pas.
InformationsquelleAutor Programmer | 2012-02-12