Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. [sm1ly@sm1ly build-glibc]$ ../glibc-2.17/configure --prefix=/home/sm1ly/gcc54_shb/x86_64-linux-gnu --build=x86_64-redhat-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-headers=/home/sm1ly/gcc54_shb/x86_64-linux-gnu/include --disable-multilib libc_cv_forced_unwind=yes
  2. checking build system type... x86_64-redhat-linux-gnu
  3. checking host system type... x86_64-pc-linux-gnu
  4. checking for x86_64-linux-gnu-gcc... no
  5. checking for gcc... gcc
  6. configure: WARNING: using cross tools not prefixed with host triplet
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking for gcc... gcc
  12. checking how to run the C preprocessor... gcc -E
  13. checking for x86_64-linux-gnu-g++... no
  14. checking for x86_64-linux-gnu-c++... no
  15. checking for x86_64-linux-gnu-gpp... no
  16. checking for x86_64-linux-gnu-aCC... no
  17. checking for x86_64-linux-gnu-CC... no
  18. checking for x86_64-linux-gnu-cxx... no
  19. checking for x86_64-linux-gnu-cc++... no
  20. checking for x86_64-linux-gnu-cl.exe... no
  21. checking for x86_64-linux-gnu-FCC... no
  22. checking for x86_64-linux-gnu-KCC... no
  23. checking for x86_64-linux-gnu-RCC... no
  24. checking for x86_64-linux-gnu-xlC_r... no
  25. checking for x86_64-linux-gnu-xlC... no
  26. checking for g++... g++
  27. checking whether we are using the GNU C++ compiler... yes
  28. checking whether g++ accepts -g... yes
  29. checking for x86_64-linux-gnu-readelf... no
  30. checking for readelf... readelf
  31. checking for sysdeps preconfigure fragments... x86_64 checking whether gcc compiles in -mx32 mode by default... no
  32.  
  33. configure: running configure fragment for add-on libidn
  34. configure: running configure fragment for add-on nptl
  35. checking add-on ports for preconfigure fragments... aarch64 alpha am33 arm hppa ia64 m68k mips tile
  36. checking for assembler and linker STT_GNU_IFUNC support... yes
  37. checking whether .text pseudo-op must be used... yes
  38. checking sysdep dirs... sysdeps/unix/sysv/linux/x86_64/64/nptl sysdeps/unix/sysv/linux/x86_64/64 nptl/sysdeps/unix/sysv/linux/x86_64 nptl/sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/wordsize-64 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread ports/sysdeps/unix/sysv/linux sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/inet nptl/sysdeps/unix/sysv ports/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/x86_64 nptl/sysdeps/unix ports/sysdeps/unix sysdeps/unix sysdeps/posix nptl/sysdeps/x86_64/64 sysdeps/x86_64/64 sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86/fpu sysdeps/x86_64/multiarch nptl/sysdeps/x86_64 sysdeps/x86_64 sysdeps/x86 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64/wordsize-64 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic
  39. configure: WARNING: add-on ports contributed no useful sysdeps directories
  40. checking for a BSD-compatible install... /usr/bin/install -c
  41. checking whether ln -s works... yes
  42. checking whether as is GNU as... yes
  43. checking whether ld is GNU ld... yes
  44. checking for as... as
  45. checking version of as... 2.26.1, ok
  46. checking for ld... ld
  47. checking version of ld... 2.26.1, ok
  48. checking for x86_64-linux-gnu-gcc... gcc
  49. checking version of gcc... 6.1.1, ok
  50. checking for gnumake... no
  51. checking for gmake... gmake
  52. checking version of gmake... 4.1, bad
  53. checking for gnumsgfmt... no
  54. checking for gmsgfmt... no
  55. checking for msgfmt... msgfmt
  56. checking version of msgfmt... 0.19.8.1, ok
  57. checking for makeinfo... makeinfo
  58. checking version of makeinfo... 6.1, ok
  59. checking for sed... sed
  60. checking version of sed... 4.2.2, ok
  61. checking for gawk... gawk
  62. checking version of gawk... 4.1.3, ok
  63. checking for x86_64-linux-gnu-nm... no
  64. checking for nm... nm
  65. checking for autoconf... autoconf
  66. checking whether autoconf works... no
  67. configure: error:
  68. *** These critical programs are missing or too old: make
  69. *** Check the INSTALL file for required versions.
  70. [sm1ly@sm1ly build-glibc]$ sudo rpm -qa | grep make
  71. texlive-makeindex-bin-svn36790.0-24.20150728_r37987.fc24.1.x86_64
  72. libpagemaker-0.0.3-1.fc24.x86_64
  73. cmake-data-3.5.2-2.fc24.noarch
  74. make-4.1-5.fc24.x86_64
  75. cmake-3.5.2-2.fc24.x86_64
  76. texlive-makeindex-svn37078.0-24.fc24.1.noarch
  77. automake-1.15-6.fc24.noarch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement