Advertisement
Guest User

arvindh

a guest
Sep 6th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. aravindh@********:~/wrk bench/binutils-2.21.1$ ./configure
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  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... gawk
  10. checking for gcc... gcc
  11. checking for C compiler default output file name... a.out
  12. checking whether the C compiler works... yes
  13. checking whether we are cross compiling... no
  14. checking for suffix of executables...
  15. checking for suffix of object files... o
  16. checking whether we are using the GNU C compiler... yes
  17. checking whether gcc accepts -g... yes
  18. checking for gcc option to accept ISO C89... none needed
  19. checking for g++... g++
  20. checking whether we are using the GNU C++ compiler... yes
  21. checking whether g++ accepts -g... yes
  22. checking for gnatbind... no
  23. checking for gnatmake... no
  24. checking whether compiler driver understands Ada... no
  25. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  26. checking for objdir... .libs
  27. checking for version 0.10 (or later revision) of PPL... no
  28. checking for default BUILD_CONFIG...
  29. checking for bison... no
  30. checking for byacc... no
  31. checking for yacc... no
  32. checking for bison... no
  33. checking for gm4... no
  34. checking for gnum4... no
  35. checking for m4... m4
  36. checking for flex... no
  37. checking for lex... no
  38. checking for flex... no
  39. checking for makeinfo... makeinfo
  40. checking for expect... no
  41. checking for runtest... no
  42. checking for ar... ar
  43. checking for as... as
  44. checking for dlltool... no
  45. checking for ld... ld
  46. checking for lipo... no
  47. checking for nm... nm
  48. checking for ranlib... ranlib
  49. checking for strip... strip
  50. checking for windres... no
  51. checking for windmc... no
  52. checking for objcopy... objcopy
  53. checking for objdump... objdump
  54. checking for cc... cc
  55. checking for c++... c++
  56. checking for gcc... gcc
  57. checking for gcj... no
  58. checking for gfortran... no
  59. checking for ar... ar
  60. checking for as... as
  61. checking for dlltool... no
  62. checking for ld... ld
  63. checking for lipo... no
  64. checking for nm... nm
  65. checking for objdump... objdump
  66. checking for ranlib... ranlib
  67. checking for strip... strip
  68. checking for windres... no
  69. checking for windmc... no
  70. checking where to find the target ar... just compiled
  71. checking where to find the target as... just compiled
  72. checking where to find the target cc... host tool
  73. checking where to find the target c++... host tool
  74. checking where to find the target c++ for libstdc++... host tool
  75. checking where to find the target dlltool... just compiled
  76. checking where to find the target gcc... host tool
  77. checking where to find the target gcj... host tool
  78. checking where to find the target gfortran... host tool
  79. checking where to find the target ld... just compiled
  80. checking where to find the target lipo... host tool
  81. checking where to find the target nm... just compiled
  82. checking where to find the target objdump... just compiled
  83. checking where to find the target ranlib... just compiled
  84. checking where to find the target strip... just compiled
  85. checking where to find the target windres... just compiled
  86. checking where to find the target windmc... just compiled
  87. checking whether to enable maintainer-specific portions of Makefiles... no
  88. checking whether -fkeep-inline-functions is supported... yes
  89. configure: creating ./config.status
  90. config.status: creating Makefile
  91. aravindh@********:~/wrk bench/binutils-2.21.1$ make
  92. make[1]: Entering directory `/home/aravindh/wrk bench/binutils-2.21.1'
  93. Configuring in ./intl
  94. /bin/bash: /home/aravindh/wrk: No such file or directory
  95. make[1]: *** [configure-intl] Error 1
  96. make[1]: Leaving directory `/home/aravindh/wrk bench/binutils-2.21.1'
  97. make: *** [all] Error 2
  98. aravindh@********:~/wrk bench/binutils-2.21.1$ make install
  99. make[1]: Entering directory `/home/aravindh/wrk bench/binutils-2.21.1'
  100. /bin/bash ./mkinstalldirs /usr/local /usr/local
  101. make[2]: Entering directory `/home/aravindh/wrk bench/binutils-2.21.1/bfd'
  102. make[2]: *** No rule to make target `install'. Stop.
  103. make[2]: Leaving directory `/home/aravindh/wrk bench/binutils-2.21.1/bfd'
  104. make[1]: *** [install-bfd] Error 2
  105. make[1]: Leaving directory `/home/aravindh/wrk bench/binutils-2.21.1'
  106. make: *** [install] Error 2
  107. aravindh@********:~/wrk bench/binutils-2.21.1$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement