Advertisement
flyingfisch

header error

Feb 15th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.02 KB | None | 0 0
  1. flyingfisch@flyingfisch-Office-Computer:/usr/src$ ./gcc-4.6.2/./configure --target=sh3eb-elf --prefix=/usr/local/cross --disable-nls --enable-languages=c,c++ --without-headers
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... sh3eb-unknown-elf
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether ln works... yes
  7. checking whether ln -s works... yes
  8. checking for a sed that does not truncate output... /bin/sed
  9. checking for gawk... no
  10. checking for mawk... mawk
  11. checking for gcc... gcc
  12. checking for C compiler default output file name... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking for g++... g++
  21. checking whether we are using the GNU C++ compiler... yes
  22. checking whether g++ accepts -g... yes
  23. checking for gnatbind... no
  24. checking for gnatmake... no
  25. checking whether compiler driver understands Ada... no
  26. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  27. checking for objdir... .libs
  28. checking for the correct version of gmp.h... yes
  29. checking for the correct version of mpfr.h... no
  30. configure: error: Building GCC requires GMP 4.2+, MPFR 2.3.1+ and MPC 0.8.0+.
  31. Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
  32. their locations.  Source code for these libraries can be found at
  33. their respective hosting sites as well as at
  34. ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
  35. http://gcc.gnu.org/install/prerequisites.html for additional info.  If
  36. you obtained GMP, MPFR and/or MPC from a vendor distribution package,
  37. make sure that you have installed both the libraries and the header
  38. files.  They may be located in separate packages.
  39. flyingfisch@flyingfisch-Office-Computer:/usr/src$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement