Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.39 KB | None | 0 0
  1. lfs@Computer001:/mnt/lfs/sources/glibc-build$ ../glibc-2.12.1/configure --prefix=/tools --host=$LFS_TGT --build=$(../glibc-2.12.1/scripts/config.guess) --disable-profile --enable-add-ons --enable-kernel=2.6.22.5 --with-headers=/tools/include libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-lfs-linux-gnu
  4. checking for i686-lfs-linux-gnu-gcc... i686-lfs-linux-gnu-gcc
  5. checking for suffix of object files... o
  6. checking whether we are using the GNU C compiler... yes
  7. checking whether i686-lfs-linux-gnu-gcc accepts -g... yes
  8. checking for i686-lfs-linux-gnu-gcc option to accept ISO C89... unsupported
  9. checking for gcc... gcc
  10. checking how to run the C preprocessor... i686-lfs-linux-gnu-gcc -E
  11. checking for i686-lfs-linux-gnu-g++... no
  12. checking for i686-lfs-linux-gnu-c++... no
  13. checking for i686-lfs-linux-gnu-gpp... no
  14. checking for i686-lfs-linux-gnu-aCC... no
  15. checking for i686-lfs-linux-gnu-CC... no
  16. checking for i686-lfs-linux-gnu-cxx... no
  17. checking for i686-lfs-linux-gnu-cc++... no
  18. checking for i686-lfs-linux-gnu-cl.exe... no
  19. checking for i686-lfs-linux-gnu-FCC... no
  20. checking for i686-lfs-linux-gnu-KCC... no
  21. checking for i686-lfs-linux-gnu-RCC... no
  22. checking for i686-lfs-linux-gnu-xlC_r... no
  23. checking for i686-lfs-linux-gnu-xlC... no
  24. checking for g++... g++
  25. configure: WARNING: using cross tools not prefixed with host triplet
  26. checking whether we are using the GNU C++ compiler... yes
  27. checking whether g++ accepts -g... yes
  28. configure: running configure fragment for add-on libidn
  29. configure: running configure fragment for add-on nptl
  30. checking sysdep dirs... checking for assembler gnu_indirect_function symbol type support... yes
  31. sysdeps/i386/elf nptl/sysdeps/unix/sysv/linux/i386/i686 sysdeps/unix/sysv/linux/i386/i686 nptl/sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux/i386 nptl/sysdeps/unix/sysv/linux nptl/sysdeps/pthread sysdeps/pthread sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 nptl/sysdeps/unix/sysv sysdeps/unix/sysv sysdeps/unix/i386 nptl/sysdeps/unix sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu sysdeps/i386/i686/multiarch nptl/sysdeps/i386/i686 sysdeps/i386/i686 sysdeps/i386/i486 nptl/sysdeps/i386/i486 sysdeps/i386/fpu nptl/sysdeps/i386 sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
  32. checking for a BSD-compatible install... /usr/bin/install -c
  33. checking whether ln -s works... yes
  34. checking for i686-lfs-linux-gnu-ranlib... no
  35. checking for ranlib... ranlib
  36. checking whether as is GNU as... yes
  37. checking whether ld is GNU ld... yes
  38. checking for as... as
  39. checking version of as... 2.20.1, ok
  40. checking for ld... ld
  41. checking version of ld... 2.20.1, ok
  42. checking for pwd... /bin/pwd
  43. checking for i686-lfs-linux-gnu-gcc... (cached) i686-lfs-linux-gnu-gcc
  44. checking version of i686-lfs-linux-gnu-gcc... 4.5.1, ok
  45. checking for gnumake... no
  46. checking for gmake... no
  47. checking for make... make
  48. checking version of make... 3.81, ok
  49. checking for gnumsgfmt... no
  50. checking for gmsgfmt... no
  51. checking for msgfmt... msgfmt
  52. checking version of msgfmt... 0.18.1, ok
  53. checking for makeinfo... makeinfo
  54. checking version of makeinfo... 4.13, ok
  55. checking for sed... sed
  56. checking version of sed... 4.2.1, ok
  57. checking for autoconf... autoconf
  58. checking whether autoconf works... yes
  59. checking whether ranlib is necessary... no
  60. checking LD_LIBRARY_PATH variable... ok
  61. checking whether GCC supports -static-libgcc... -static-libgcc
  62. checking for bash... /bin/bash
  63. checking for gawk... gawk
  64. checking for perl... /usr/bin/perl
  65. checking for install-info... /usr/bin/install-info
  66. checking for bison... /usr/bin/bison
  67. checking for signed size_t type... no
  68. checking for libc-friendly stddef.h... yes
  69. checking whether we need to use -P to assemble .S files... no
  70. checking whether .text pseudo-op must be used... yes
  71. checking for assembler global-symbol directive... .globl
  72. checking for .set assembler directive... no
  73. checking for assembler .type directive prefix... @
  74. checking for assembler gnu_unique_object symbol type... yes
  75. checking for assembler gnu_indirect_function symbol type support... (cached) yes
  76. checking for .symver assembler directive... yes
  77. checking for ld --version-script... no
  78. *** WARNING: You should not compile GNU libc without versioning. Not using
  79. *** versioning will introduce incompatibilities so that old binaries
  80. *** will not run anymore.
  81. *** For versioning you need recent binutils (binutils-2.8.1.0.23 or newer).
  82. checking for .previous assembler directive... yes
  83. checking for .protected and .hidden assembler directive... yes
  84. checking whether __attribute__((visibility())) is supported... no
  85. configure: error: compiler support for visibility attribute is required
  86. lfs@Computer001:/mnt/lfs/sources/glibc-build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement