Advertisement
Guest User

iperf3 configure (compile) on qnap

a guest
Jul 17th, 2013
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.35 KB | None | 0 0
  1. [~/iperf-3.0b5] # awk
  2. BusyBox v1.01 (2013.02.28-18:30+0000) multi-call binary
  3.  
  4. [~/iperf-3.0b5] # ./configure          
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking whether build environment is sane... yes
  7. checking for gawk... no
  8. checking for mawk... no
  9. checking for nawk... no
  10. checking for awk... awk
  11. checking whether make sets $(MAKE)... no
  12. checking build system type... armv5tel-unknown-linux-gnu
  13. checking host system type... armv5tel-unknown-linux-gnu
  14. checking for gcc... gcc
  15. checking for C compiler default output file name... a.out
  16. checking whether the C compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables...
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking for style of include used by make... none
  24. checking dependency style of gcc... none
  25. checking for ranlib... ranlib
  26. checking whether ln -s works... yes
  27. checking for a sed that does not truncate output... /bin/sed
  28. checking for grep that handles long lines and -e... /opt/bin/grep
  29. checking for egrep... /opt/bin/grep -E
  30. checking for ld used by gcc... /share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld
  31. checking if the linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  32. checking for /share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
  33. checking for BSD-compatible nm... /opt/bin/nm -B
  34. checking how to recognise dependent libraries... pass_all
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking dlfcn.h usability... yes
  47. checking dlfcn.h presence... yes
  48. checking for dlfcn.h... yes
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... none
  53. checking how to run the C++ preprocessor... g++ -E
  54. checking for g77... no
  55. checking for xlf... no
  56. checking for f77... no
  57. checking for frt... no
  58. checking for pgf77... no
  59. checking for cf77... no
  60. checking for fort77... no
  61. checking for fl32... no
  62. checking for af77... no
  63. checking for xlf90... no
  64. checking for f90... no
  65. checking for pgf90... no
  66. checking for pghpf... no
  67. checking for epcf90... no
  68. checking for gfortran... no
  69. checking for g95... no
  70. checking for xlf95... no
  71. checking for f95... no
  72. checking for fort... no
  73. checking for ifort... no
  74. checking for ifc... no
  75. checking for efc... no
  76. checking for pgf95... no
  77. checking for lf95... no
  78. checking for ftn... no
  79. checking whether we are using the GNU Fortran 77 compiler... no
  80. checking whether  accepts -g... no
  81. checking the maximum length of command line arguments... 32768
  82. checking command to parse /opt/bin/nm -B output from gcc object... ok
  83. checking for objdir... .libs
  84. checking for ar... ar
  85. checking for ranlib... (cached) ranlib
  86. checking for strip... strip
  87. checking if gcc supports -fno-rtti -fno-exceptions... no
  88. checking for gcc option to produce PIC... -fPIC
  89. checking if gcc PIC flag -fPIC works... yes
  90. checking if gcc static flag -static works... no
  91. checking if gcc supports -c -o file.o... yes
  92. checking whether the gcc linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  93. checking whether -lc should be explicitly linked in... no
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking whether stripping libraries is possible... yes
  97. checking if libtool supports shared libraries... yes
  98. checking whether to build shared libraries... yes
  99. checking whether to build static libraries... yes
  100. configure: creating libtool
  101. appending configuration tag "CXX" to libtool
  102. checking for ld used by g++... /share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld
  103. checking if the linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  104. checking whether the g++ linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fPIC
  106. checking if g++ PIC flag -fPIC works... yes
  107. checking if g++ static flag -static works... no
  108. checking if g++ supports -c -o file.o... yes
  109. checking whether the g++ linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. appending configuration tag "F77" to libtool
  113. checking for ANSI C header files... (cached) yes
  114. checking for library containing nanosleep... none required
  115. checking for library containing hstrerror... none required
  116. checking for an ANSI C-conforming const... yes
  117. configure: creating ./config.status
  118. config.status: creating Makefile
  119. awk: ./confeqzGIH/subs.awk:2: Unexpected token
  120. config.status: error: could not create Makefile
  121.  
  122. ============================================================================================================
  123. ============================================================================================================
  124.  
  125. [~/iperf-3.0b5] # ipkg list | grep awk
  126. gawk - 4.0.1-1 - Gnu AWK interpreter
  127.  
  128.  
  129. [~/iperf-3.0b5] # ./configure        
  130. checking for a BSD-compatible install... /usr/bin/install -c
  131. checking whether build environment is sane... yes
  132. checking for gawk... gawk
  133. checking whether make sets $(MAKE)... no
  134. checking build system type... armv5tel-unknown-linux-gnu
  135. checking host system type... armv5tel-unknown-linux-gnu
  136. checking for gcc... gcc
  137. checking for C compiler default output file name... a.out
  138. checking whether the C compiler works... yes
  139. checking whether we are cross compiling... no
  140. checking for suffix of executables...
  141. checking for suffix of object files... o
  142. checking whether we are using the GNU C compiler... yes
  143. checking whether gcc accepts -g... yes
  144. checking for gcc option to accept ISO C89... none needed
  145. checking for style of include used by make... none
  146. checking dependency style of gcc... none
  147. checking for ranlib... ranlib
  148. checking whether ln -s works... yes
  149. checking for a sed that does not truncate output... /bin/sed
  150. checking for grep that handles long lines and -e... /opt/bin/grep
  151. checking for egrep... /opt/bin/grep -E
  152. checking for ld used by gcc... /share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld
  153. checking if the linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  154. checking for /share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
  155. checking for BSD-compatible nm... /opt/bin/nm -B
  156. checking how to recognise dependent libraries... pass_all
  157. checking how to run the C preprocessor... gcc -E
  158. checking for ANSI C header files... yes
  159. checking for sys/types.h... yes
  160. checking for sys/stat.h... yes
  161. checking for stdlib.h... yes
  162. checking for string.h... yes
  163. checking for memory.h... yes
  164. checking for strings.h... yes
  165. checking for inttypes.h... yes
  166. checking for stdint.h... yes
  167. checking for unistd.h... yes
  168. checking dlfcn.h usability... yes
  169. checking dlfcn.h presence... yes
  170. checking for dlfcn.h... yes
  171. checking for g++... g++
  172. checking whether we are using the GNU C++ compiler... yes
  173. checking whether g++ accepts -g... yes
  174. checking dependency style of g++... none
  175. checking how to run the C++ preprocessor... g++ -E
  176. checking for g77... no
  177. checking for xlf... no
  178. checking for f77... no
  179. checking for frt... no
  180. checking for pgf77... no
  181. checking for cf77... no
  182. checking for fort77... no
  183. checking for fl32... no
  184. checking for af77... no
  185. checking for xlf90... no
  186. checking for f90... no
  187. checking for pgf90... no
  188. checking for pghpf... no
  189. checking for epcf90... no
  190. checking for gfortran... no
  191. checking for g95... no
  192. checking for xlf95... no
  193. checking for f95... no
  194. checking for fort... no
  195. checking for ifort... no
  196. checking for ifc... no
  197. checking for efc... no
  198. checking for pgf95... no
  199. checking for lf95... no
  200. checking for ftn... no
  201. checking whether we are using the GNU Fortran 77 compiler... no
  202. checking whether  accepts -g... no
  203. checking the maximum length of command line arguments... 32768
  204. checking command to parse /opt/bin/nm -B output from gcc object... ok
  205. checking for objdir... .libs
  206. checking for ar... ar
  207. checking for ranlib... (cached) ranlib
  208. checking for strip... strip
  209. checking if gcc supports -fno-rtti -fno-exceptions... no
  210. checking for gcc option to produce PIC... -fPIC
  211. checking if gcc PIC flag -fPIC works... yes
  212. checking if gcc static flag -static works... no
  213. checking if gcc supports -c -o file.o... yes
  214. checking whether the gcc linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  215. checking whether -lc should be explicitly linked in... no
  216. checking dynamic linker characteristics... GNU/Linux ld.so
  217. checking how to hardcode library paths into programs... immediate
  218. checking whether stripping libraries is possible... yes
  219. checking if libtool supports shared libraries... yes
  220. checking whether to build shared libraries... yes
  221. checking whether to build static libraries... yes
  222. configure: creating libtool
  223. appending configuration tag "CXX" to libtool
  224. checking for ld used by g++... /share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld
  225. checking if the linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
  226. checking whether the g++ linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  227. checking for g++ option to produce PIC... -fPIC
  228. checking if g++ PIC flag -fPIC works... yes
  229. checking if g++ static flag -static works... no
  230. checking if g++ supports -c -o file.o... yes
  231. checking whether the g++ linker (/share/HDA_DATA/.qpkg/Optware/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
  232. checking dynamic linker characteristics... GNU/Linux ld.so
  233. checking how to hardcode library paths into programs... immediate
  234. appending configuration tag "F77" to libtool
  235. checking for ANSI C header files... (cached) yes
  236. checking for library containing nanosleep... none required
  237. checking for library containing hstrerror... none required
  238. checking for an ANSI C-conforming const... yes
  239. configure: creating ./config.status
  240. config.status: creating Makefile
  241. gawk: ./confjpxDtU/subs.awk:2: S["/; s/!.*/"]=LTLIBOBJS!%!_!# ""
  242. gawk: ./confjpxDtU/subs.awk:2:                          ^ syntax error
  243. gawk: ./confjpxDtU/subs.awk:3: S["/; s/!.*/"]=LTLIBOBJS!%!_!# ""
  244. gawk: ./confjpxDtU/subs.awk:3:                              ^ syntax error
  245. gawk: ./confjpxDtU/subs.awk:3: S["/; s/!.*/"]=LIBOBJS!%!_!# ""
  246. gawk: ./confjpxDtU/subs.awk:3:                        ^ syntax error
  247. gawk: ./confjpxDtU/subs.awk:4: S["/; s/!.*/"]=LIBOBJS!%!_!# ""
  248. gawk: ./confjpxDtU/subs.awk:4:                            ^ syntax error
  249. gawk: ./confjpxDtU/subs.awk:5: S["/; s/!.*/"]=LINUX_FALSE!#%!_!# "#"
  250. gawk: ./confjpxDtU/subs.awk:5:                            ^ syntax error
  251. gawk: ./confjpxDtU/subs.awk:5: S["/; s/!.*/"]=LINUX_TRUE!%!_!# ""
  252. gawk: ./confjpxDtU/subs.awk:5:                           ^ syntax error
  253. gawk: ./confjpxDtU/subs.awk:6: S["/; s/!.*/"]=LINUX_TRUE!%!_!# ""
  254. gawk: ./confjpxDtU/subs.awk:6:                               ^ syntax error
  255. gawk: ./confjpxDtU/subs.awk:7: S["/; s/!.*/"]=LIBTOOL!$(SHELL) $(top_builddir)/libtool%!_!# "$(SHELL) $(top_builddir)/libtool"
  256. gawk: ./confjpxDtU/subs.awk:7:                                                            ^ syntax error
  257. gawk: ./confjpxDtU/subs.awk:7: S["/; s/!.*/"]=ac_ct_F77!%!_!# ""
  258. gawk: ./confjpxDtU/subs.awk:7:                          ^ syntax error
  259. gawk: ./confjpxDtU/subs.awk:8: S["/; s/!.*/"]=ac_ct_F77!%!_!# ""
  260. gawk: ./confjpxDtU/subs.awk:8:                              ^ syntax error
  261. gawk: ./confjpxDtU/subs.awk:8: S["/; s/!.*/"]=FFLAGS!%!_!# ""
  262. gawk: ./confjpxDtU/subs.awk:8:                       ^ syntax error
  263. gawk: ./confjpxDtU/subs.awk:9: S["/; s/!.*/"]=FFLAGS!%!_!# ""
  264. gawk: ./confjpxDtU/subs.awk:9:                           ^ syntax error
  265. gawk: ./confjpxDtU/subs.awk:9: S["/; s/!.*/"]=F77!%!_!# ""
  266. gawk: ./confjpxDtU/subs.awk:9:                    ^ syntax error
  267. gawk: ./confjpxDtU/subs.awk:10: S["/; s/!.*/"]=F77!%!_!# ""
  268. gawk: ./confjpxDtU/subs.awk:10:                        ^ syntax error
  269. gawk: ./confjpxDtU/subs.awk:11: S["/; s/!.*/"]=CXXCPP!g++ -E%!_!# "g++ -E"
  270. gawk: ./confjpxDtU/subs.awk:11:                                 ^ syntax error
  271. gawk: ./confjpxDtU/subs.awk:11: S["/; s/!.*/"]=am__fastdepCXX_FALSE!%!_!# ""
  272. gawk: ./confjpxDtU/subs.awk:11:                                     ^ syntax error
  273. gawk: ./confjpxDtU/subs.awk:12: S["/; s/!.*/"]=am__fastdepCXX_FALSE!%!_!# ""
  274. gawk: ./confjpxDtU/subs.awk:12:                                         ^ syntax error
  275. gawk: ./confjpxDtU/subs.awk:13: S["/; s/!.*/"]=am__fastdepCXX_TRUE!#%!_!# "#"
  276. gawk: ./confjpxDtU/subs.awk:13:                                    ^ syntax error
  277. gawk: ./confjpxDtU/subs.awk:13: S["/; s/!.*/"]=CXXDEPMODE!depmode=none%!_!# "depmode=none"
  278. gawk: ./confjpxDtU/subs.awk:13:                                  ^ syntax error
  279. gawk: ./confjpxDtU/subs.awk:14: S["/; s/!.*/"]=CXXDEPMODE!depmode=none%!_!# "depmode=none"
  280. gawk: ./confjpxDtU/subs.awk:14:                                           ^ syntax error
  281. gawk: ./confjpxDtU/subs.awk:15: S["/; s/!.*/"]=ac_ct_CXX!g++%!_!# "g++"
  282. gawk: ./confjpxDtU/subs.awk:15:                                 ^ syntax error
  283. gawk: ./confjpxDtU/subs.awk:16: S["/; s/!.*/"]=CXXFLAGS!-g -O2%!_!# "-g -O2"
  284. gawk: ./confjpxDtU/subs.awk:16:                                   ^ syntax error
  285. gawk: ./confjpxDtU/subs.awk:17: S["/; s/!.*/"]=CXX!g++%!_!# "g++"
  286. gawk: ./confjpxDtU/subs.awk:17:                           ^ syntax error
  287. gawk: ./confjpxDtU/subs.awk:18: S["/; s/!.*/"]=CPP!gcc -E%!_!# "gcc -E"
  288. gawk: ./confjpxDtU/subs.awk:18:                              ^ syntax error
  289. gawk: ./confjpxDtU/subs.awk:19: S["/; s/!.*/"]=AR!ar%!_!# "ar"
  290. gawk: ./confjpxDtU/subs.awk:19:                         ^ syntax error
  291. gawk: ./confjpxDtU/subs.awk:20: S["/; s/!.*/"]=ECHO!echo%!_!# "echo"
  292. gawk: ./confjpxDtU/subs.awk:20:                             ^ syntax error
  293. gawk: ./confjpxDtU/subs.awk:21: S["/; s/!.*/"]=EGREP!/opt/bin/grep -E%!_!# "/opt/bin/grep -E"
  294. gawk: ./confjpxDtU/subs.awk:21:                                          ^ syntax error
  295. gawk: ./confjpxDtU/subs.awk:22: S["/; s/!.*/"]=GREP!/opt/bin/grep%!_!# "/opt/bin/grep"
  296. gawk: ./confjpxDtU/subs.awk:22:                                      ^ syntax error
  297. gawk: ./confjpxDtU/subs.awk:23: S["/; s/!.*/"]=SED!/bin/sed%!_!# "/bin/sed"
  298. gawk: ./confjpxDtU/subs.awk:23:                                ^ syntax error
  299. gawk: ./confjpxDtU/subs.awk:24: S["/; s/!.*/"]=LN_S!ln -s%!_!# "ln -s"
  300. gawk: ./confjpxDtU/subs.awk:24:                              ^ syntax error
  301. gawk: ./confjpxDtU/subs.awk:25: S["/; s/!.*/"]=RANLIB!ranlib%!_!# "ranlib"
  302. gawk: ./confjpxDtU/subs.awk:25:                                 ^ syntax error
  303. gawk: ./confjpxDtU/subs.awk:25: S["/; s/!.*/"]=am__fastdepCC_FALSE!%!_!# ""
  304. gawk: ./confjpxDtU/subs.awk:25:                                    ^ syntax error
  305. gawk: ./confjpxDtU/subs.awk:26: S["/; s/!.*/"]=am__fastdepCC_FALSE!%!_!# ""
  306. gawk: ./confjpxDtU/subs.awk:26:                                        ^ syntax error
  307. gawk: ./confjpxDtU/subs.awk:27: S["/; s/!.*/"]=am__fastdepCC_TRUE!#%!_!# "#"
  308. gawk: ./confjpxDtU/subs.awk:27:                                   ^ syntax error
  309. gawk: ./confjpxDtU/subs.awk:27: S["/; s/!.*/"]=CCDEPMODE!depmode=none%!_!# "depmode=none"
  310. gawk: ./confjpxDtU/subs.awk:27:                                 ^ syntax error
  311. gawk: ./confjpxDtU/subs.awk:28: S["/; s/!.*/"]=CCDEPMODE!depmode=none%!_!# "depmode=none"
  312. gawk: ./confjpxDtU/subs.awk:28:                                          ^ syntax error
  313. gawk: ./confjpxDtU/subs.awk:28: S["/; s/!.*/"]=AMDEPBACKSLASH!\%!_!# "\\"
  314. gawk: ./confjpxDtU/subs.awk:28:                               ^ backslash not last character on line
  315. gawk: ./confjpxDtU/subs.awk:28: S["/; s/!.*/"]=AMDEPBACKSLASH!\%!_!# "\\"
  316. gawk: ./confjpxDtU/subs.awk:28:                               ^ syntax error
  317. config.status: error: could not create Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement