Guest User

Firebird configure error

a guest
Nov 29th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.46 KB | None | 0 0
  1. $ ./configure --with-system-editline=yes --with-system-icu --enable-debug --host=arm-linux --disable-binreloc ac_cv_func_setpgrp_void=yes ac_cv_func_sem_init=yes ac_cv_func_memcmp_working=yes
  2. configure: WARNING: If you wanted to set the --build type, don't use --host.
  3.    If a cross compiler is detected then cross compile mode will be used.
  4. checking whether make sets $(MAKE)... yes
  5. checking build system type... i686-pc-linux-gnu
  6. checking host system type... arm-unknown-linux-gnu
  7. checking target system type... arm-unknown-linux-gnu
  8. checking for arm-linux-gcc... arm-linux-gcc
  9. checking for C compiler default output file name... a.out
  10. checking whether the C compiler works... yes
  11. checking whether we are cross compiling... yes
  12. checking for suffix of executables...
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C compiler... yes
  15. checking whether arm-linux-gcc accepts -g... yes
  16. checking for arm-linux-gcc option to accept ISO C89... none needed
  17. checking whether binary relocation support should be enabled... no
  18. checking for the pthreads library -lpthreads... no
  19. checking whether pthreads work without any flags... no
  20. checking whether pthreads work with -Kthread... no
  21. checking whether pthreads work with -kthread... no
  22. checking for the pthreads library -llthread... no
  23. checking whether pthreads work with -pthread... yes
  24. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  25. checking if more special flags are required for pthreads... no
  26. checking for cc_r... arm-linux-gcc
  27. checking for readline in -ledit... no
  28. checking for readline in -leditline... no
  29. checking for readline in -lreadline... yes
  30. checking for gawk... gawk
  31. checking for arm-linux-gcc option to accept ISO C99... -std=gnu99
  32. checking for arm-linux-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
  33. checking how to run the C preprocessor... arm-linux-gcc -std=gnu99 -E
  34. checking for grep that handles long lines and -e... /bin/grep
  35. checking for egrep... /bin/grep -E
  36. checking whether arm-linux-gcc -std=gnu99 needs -traditional... no
  37. checking for arm-linux-g++... arm-linux-g++
  38. checking whether we are using the GNU C++ compiler... yes
  39. checking whether arm-linux-g++ accepts -g... yes
  40. checking how to run the C preprocessor... arm-linux-gcc -std=gnu99 -E
  41. checking for a BSD-compatible install... /usr/bin/install -c
  42. checking whether ln -s works... yes
  43. checking whether make sets $(MAKE)... (cached) yes
  44. checking for a sed that does not truncate output... /bin/sed
  45. checking for ld used by arm-linux-gcc -std=gnu99... /home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld
  46. checking if the linker (/home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld) is GNU ld... yes
  47. checking for /home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld option to reload object files... -r
  48. checking for BSD-compatible nm... /home/lamazavr/src/buildroot/output/host/usr/bin/arm-linux-nm -B
  49. checking how to recognise dependent libraries... pass_all
  50. checking for ANSI C header files... yes
  51. checking for sys/types.h... yes
  52. checking for sys/stat.h... yes
  53. checking for stdlib.h... yes
  54. checking for string.h... yes
  55. checking for memory.h... yes
  56. checking for strings.h... yes
  57. checking for inttypes.h... yes
  58. checking for stdint.h... yes
  59. checking for unistd.h... yes
  60. checking dlfcn.h usability... yes
  61. checking dlfcn.h presence... yes
  62. checking for dlfcn.h... yes
  63. checking how to run the C++ preprocessor... arm-linux-g++ -E
  64. checking for arm-linux-g77... no
  65. checking for arm-linux-xlf... no
  66. checking for arm-linux-f77... no
  67. checking for arm-linux-frt... no
  68. checking for arm-linux-pgf77... no
  69. checking for arm-linux-cf77... no
  70. checking for arm-linux-fort77... no
  71. checking for arm-linux-fl32... no
  72. checking for arm-linux-af77... no
  73. checking for arm-linux-xlf90... no
  74. checking for arm-linux-f90... no
  75. checking for arm-linux-pgf90... no
  76. checking for arm-linux-pghpf... no
  77. checking for arm-linux-epcf90... no
  78. checking for arm-linux-gfortran... no
  79. checking for arm-linux-g95... no
  80. checking for arm-linux-xlf95... no
  81. checking for arm-linux-f95... no
  82. checking for arm-linux-fort... no
  83. checking for arm-linux-ifort... no
  84. checking for arm-linux-ifc... no
  85. checking for arm-linux-efc... no
  86. checking for arm-linux-pgf95... no
  87. checking for arm-linux-lf95... no
  88. checking for arm-linux-ftn... no
  89. checking for g77... no
  90. checking for xlf... no
  91. checking for f77... no
  92. checking for frt... no
  93. checking for pgf77... no
  94. checking for cf77... no
  95. checking for fort77... no
  96. checking for fl32... no
  97. checking for af77... no
  98. checking for xlf90... no
  99. checking for f90... no
  100. checking for pgf90... no
  101. checking for pghpf... no
  102. checking for epcf90... no
  103. checking for gfortran... no
  104. checking for g95... no
  105. checking for xlf95... no
  106. checking for f95... no
  107. checking for fort... no
  108. checking for ifort... no
  109. checking for ifc... no
  110. checking for efc... no
  111. checking for pgf95... no
  112. checking for lf95... no
  113. checking for ftn... no
  114. checking whether we are using the GNU Fortran 77 compiler... no
  115. checking whether  accepts -g... no
  116. checking the maximum length of command line arguments... 32768
  117. checking command to parse /home/lamazavr/src/buildroot/output/host/usr/bin/arm-linux-nm -B output from arm-linux-gcc -std=gnu99 object... ok
  118. checking for objdir... .libs
  119. checking for arm-linux-ar... arm-linux-ar
  120. checking for arm-linux-ranlib... arm-linux-ranlib
  121. checking for arm-linux-strip... arm-linux-strip
  122. checking for correct ltmain.sh version... yes
  123. checking if arm-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  124. checking for arm-linux-gcc -std=gnu99 option to produce PIC... -fPIC
  125. checking if arm-linux-gcc -std=gnu99 PIC flag -fPIC works... yes
  126. checking if arm-linux-gcc -std=gnu99 static flag -static works... yes
  127. checking if arm-linux-gcc -std=gnu99 supports -c -o file.o... yes
  128. checking whether the arm-linux-gcc -std=gnu99 linker (/home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld) supports shared libraries... yes
  129. checking whether -lc should be explicitly linked in... no
  130. checking dynamic linker characteristics... GNU/Linux ld.so
  131. checking how to hardcode library paths into programs... immediate
  132. checking whether stripping libraries is possible... yes
  133. checking for shl_load... no
  134. checking for shl_load in -ldld... no
  135. checking for dlopen... no
  136. checking for dlopen in -ldl... yes
  137. checking whether a program can dlopen itself... cross
  138. checking if libtool supports shared libraries... yes
  139. checking whether to build shared libraries... yes
  140. checking whether to build static libraries... yes
  141. configure: creating libtool
  142. appending configuration tag "CXX" to libtool
  143. checking for ld used by arm-linux-g++... /home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld
  144. checking if the linker (/home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld) is GNU ld... yes
  145. checking whether the arm-linux-g++ linker (/home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld) supports shared libraries... yes
  146. checking for arm-linux-g++ option to produce PIC... -fPIC
  147. checking if arm-linux-g++ PIC flag -fPIC works... yes
  148. checking if arm-linux-g++ static flag -static works... yes
  149. checking if arm-linux-g++ supports -c -o file.o... yes
  150. checking whether the arm-linux-g++ linker (/home/lamazavr/src/buildroot/output/host/usr/arm-buildroot-linux-gnueabi/bin/ld) supports shared libraries... yes
  151. checking dynamic linker characteristics... GNU/Linux ld.so
  152. checking how to hardcode library paths into programs... immediate
  153. appending configuration tag "F77" to libtool
  154. checking for dirent.h that defines DIR... yes
  155. checking for library containing opendir... none required
  156. checking for ANSI C header files... (cached) yes
  157. checking for sys/wait.h that is POSIX.1 compatible... yes
  158. checking assert.h usability... yes
  159. checking assert.h presence... yes
  160. checking for assert.h... yes
  161. checking ctype.h usability... yes
  162. checking ctype.h presence... yes
  163. checking for ctype.h... yes
  164. checking errno.h usability... yes
  165. checking errno.h presence... yes
  166. checking for errno.h... yes
  167. checking fcntl.h usability... yes
  168. checking fcntl.h presence... yes
  169. checking for fcntl.h... yes
  170. checking grp.h usability... yes
  171. checking grp.h presence... yes
  172. checking for grp.h... yes
  173. checking pwd.h usability... yes
  174. checking pwd.h presence... yes
  175. checking for pwd.h... yes
  176. checking libio.h usability... yes
  177. checking libio.h presence... yes
  178. checking for libio.h... yes
  179. checking locale.h usability... yes
  180. checking locale.h presence... yes
  181. checking for locale.h... yes
  182. checking math.h usability... yes
  183. checking math.h presence... yes
  184. checking for math.h... yes
  185. checking pthread.h usability... yes
  186. checking pthread.h presence... yes
  187. checking for pthread.h... yes
  188. checking for sys/types.h... (cached) yes
  189. checking for sys/stat.h... (cached) yes
  190. checking sys/uio.h usability... yes
  191. checking sys/uio.h presence... yes
  192. checking for sys/uio.h... yes
  193. checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
  194. checking whether time.h and sys/time.h may both be included... yes
  195. checking sys/time.h usability... yes
  196. checking sys/time.h presence... yes
  197. checking for sys/time.h... yes
  198. checking sys/timeb.h usability... yes
  199. checking sys/timeb.h presence... yes
  200. checking for sys/timeb.h... yes
  201. checking sys/param.h usability... yes
  202. checking sys/param.h presence... yes
  203. checking for sys/param.h... yes
  204. checking sys/mount.h usability... yes
  205. checking sys/mount.h presence... yes
  206. checking for sys/mount.h... yes
  207. checking sys/ioctl.h usability... yes
  208. checking sys/ioctl.h presence... yes
  209. checking for sys/ioctl.h... yes
  210. checking sys/select.h usability... yes
  211. checking sys/select.h presence... yes
  212. checking for sys/select.h... yes
  213. checking limits.h usability... yes
  214. checking limits.h presence... yes
  215. checking for limits.h... yes
  216. checking setjmp.h usability... yes
  217. checking setjmp.h presence... yes
  218. checking for setjmp.h... yes
  219. checking stdarg.h usability... yes
  220. checking stdarg.h presence... yes
  221. checking for stdarg.h... yes
  222. checking for stdlib.h... (cached) yes
  223. checking for string.h... (cached) yes
  224. checking signal.h usability... yes
  225. checking signal.h presence... yes
  226. checking for signal.h... yes
  227. checking sys/signal.h usability... yes
  228. checking sys/signal.h presence... yes
  229. checking for sys/signal.h... yes
  230. checking sys/siginfo.h usability... no
  231. checking sys/siginfo.h presence... no
  232. checking for sys/siginfo.h... no
  233. checking termio.h usability... yes
  234. checking termio.h presence... yes
  235. checking for termio.h... yes
  236. checking termios.h usability... yes
  237. checking termios.h presence... yes
  238. checking for termios.h... yes
  239. checking for dirent.h that defines DIR... (cached) yes
  240. checking for library containing opendir... (cached) none required
  241. checking for unistd.h... (cached) yes
  242. checking varargs.h usability... no
  243. checking varargs.h presence... no
  244. checking for varargs.h... no
  245. checking crypt.h usability... yes
  246. checking crypt.h presence... yes
  247. checking for crypt.h... yes
  248. checking netinet/in.h usability... yes
  249. checking netinet/in.h presence... yes
  250. checking for netinet/in.h... yes
  251. checking rpc/rpc.h usability... yes
  252. checking rpc/rpc.h presence... yes
  253. checking for rpc/rpc.h... yes
  254. checking netconfig.h usability... no
  255. checking netconfig.h presence... no
  256. checking for netconfig.h... no
  257. checking for rpc/xdr.h... yes
  258. checking aio.h usability... yes
  259. checking aio.h presence... yes
  260. checking for aio.h... yes
  261. checking mntent.h usability... yes
  262. checking mntent.h presence... yes
  263. checking for mntent.h... yes
  264. checking mnttab.h usability... no
  265. checking mnttab.h presence... no
  266. checking for mnttab.h... no
  267. checking sys/mntent.h usability... no
  268. checking sys/mntent.h presence... no
  269. checking for sys/mntent.h... no
  270. checking sys/mnttab.h usability... no
  271. checking sys/mnttab.h presence... no
  272. checking for sys/mnttab.h... no
  273. checking sys/ipc.h usability... yes
  274. checking sys/ipc.h presence... yes
  275. checking for sys/ipc.h... yes
  276. checking sys/file.h usability... yes
  277. checking sys/file.h presence... yes
  278. checking for sys/file.h... yes
  279. checking socket.h usability... no
  280. checking socket.h presence... no
  281. checking for socket.h... no
  282. checking sys/socket.h usability... yes
  283. checking sys/socket.h presence... yes
  284. checking for sys/socket.h... yes
  285. checking sys/sockio.h usability... no
  286. checking sys/sockio.h presence... no
  287. checking for sys/sockio.h... no
  288. checking winsock2.h usability... no
  289. checking winsock2.h presence... no
  290. checking for winsock2.h... no
  291. checking sys/resource.h usability... yes
  292. checking sys/resource.h presence... yes
  293. checking for sys/resource.h... yes
  294. checking sys/sem.h usability... yes
  295. checking sys/sem.h presence... yes
  296. checking for sys/sem.h... yes
  297. checking semaphore.h usability... yes
  298. checking semaphore.h presence... yes
  299. checking for semaphore.h... yes
  300. checking float.h usability... yes
  301. checking float.h presence... yes
  302. checking for float.h... yes
  303. checking atomic.h usability... no
  304. checking atomic.h presence... no
  305. checking for atomic.h... no
  306. checking atomic_ops.h usability... no
  307. checking atomic_ops.h presence... no
  308. checking for atomic_ops.h... no
  309. checking utime.h usability... yes
  310. checking utime.h presence... yes
  311. checking for utime.h... yes
  312. checking poll.h usability... yes
  313. checking poll.h presence... yes
  314. checking for poll.h... yes
  315. checking linux/falloc.h usability... yes
  316. checking linux/falloc.h presence... yes
  317. checking for linux/falloc.h... yes
  318. checking for library containing dlopen... -ldl
  319. checking for main in -lm... yes
  320. checking for tgetent in -lcurses... yes
  321. checking for library containing inet_aton... none required
  322. checking for library containing atomic_inc... no
  323. checking for main in -latomic_ops... no
  324. checking for main in -lsupc++... yes
  325. checking for main in -lgcc_eh... yes
  326. checking for gettimeofday... yes
  327. checking if gettimeofday accepts second (timezone) argument... yes
  328. checking for time... yes
  329. checking for times... yes
  330. checking for nanosleep... yes
  331. checking for library containing gethostname... none required
  332. checking for library containing gethostbyname... none required
  333. checking for library containing connect... none required
  334. checking for strcasecmp... yes
  335. checking for stricmp... no
  336. checking for strncasecmp... yes
  337. checking for strnicmp... no
  338. checking for library containing dirname... none required
  339. checking for dirname... yes
  340. checking for sigaction... yes
  341. checking for setitimer... yes
  342. checking for snprintf... yes
  343. checking for vsnprintf... yes
  344. checking for swab... yes
  345. checking for _swab... no
  346. checking for stdlib.h... (cached) yes
  347. checking for unistd.h... (cached) yes
  348. checking for getpagesize... yes
  349. checking for working mmap... no
  350. checking for pid_t... yes
  351. checking vfork.h usability... no
  352. checking vfork.h presence... no
  353. checking for vfork.h... no
  354. checking for fork... yes
  355. checking for vfork... yes
  356. checking for working fork... cross
  357. configure: WARNING: result yes guessed because of cross compilation
  358. checking for working vfork... (cached) yes
  359. checking whether setpgrp takes no argument... (cached) yes
  360. checking for setpgid... yes
  361. checking whether getpgrp requires zero arguments... yes
  362. checking for flock... yes
  363. checking for dladdr... yes
  364. checking for initgroups... yes
  365. checking for getpagesize... (cached) yes
  366. checking for pread... yes
  367. checking for pwrite... yes
  368. checking for getcwd... yes
  369. checking for getwd... yes
  370. checking for setmntent... yes
  371. checking for getmntent... yes
  372. checking if getmntent needs second argument... no
  373. checking for setrlimit... yes
  374. checking for getrlimit... yes
  375. checking for tcgetattr... yes
  376. checking for strdup... yes
  377. checking for mkstemp... yes
  378. checking for pthread_keycreate... no
  379. checking for pthread_key_create... yes
  380. checking for llrint... yes
  381. checking for localtime_r... yes
  382. checking for gmtime_r... yes
  383. checking for fchmod... yes
  384. checking for semtimedop... yes
  385. checking for fegetenv... yes
  386. checking for strerror_r... yes
  387. checking for fdatasync... yes
  388. checking for fsync... yes
  389. checking for poll... yes
  390. checking for pthread_mutexattr_setprotocol... yes
  391. checking for pthread_mutexattr_setrobust_np... yes
  392. checking for pthread_mutex_consistent_np... yes
  393. checking for library containing clock_gettime... none required
  394. checking for clock_gettime... yes
  395. checking for fallocate... yes
  396. checking for library containing sem_init... none required
  397. checking for sem_timedwait... yes
  398. checking for sem_init... (cached) yes
  399. checking for working sem_init()... configure: error: in `/home/lamazavr/src/Firebird-2.5.3.26778-0':
  400. configure: error: cannot run test program while cross compiling
  401. See `config.log' for more details.
Advertisement
Add Comment
Please, Sign In to add comment