Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2011
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.03 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ /opt/passenger-3.0.5/ext/libev/configure --disable-shared --enable-static
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = metaoh.com
  14. uname -m = x86_64
  15. uname -r = 2.6.18-028stab092.1
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Jul 20 19:47:12 MSD 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1975: checking for a BSD-compatible install
  44. configure:2031: result: /usr/bin/install -c
  45. configure:2042: checking whether build environment is sane
  46. configure:2085: result: yes
  47. configure:2113: checking for a thread-safe mkdir -p
  48. configure:2152: result: /bin/mkdir -p
  49. configure:2165: checking for gawk
  50. configure:2181: found /usr/bin/gawk
  51. configure:2192: result: gawk
  52. configure:2203: checking whether make sets $(MAKE)
  53. configure:2224: result: yes
  54. configure:2413: checking whether to enable maintainer-specific portions of Makefiles
  55. configure:2422: result: no
  56. configure:2449: checking for a BSD-compatible install
  57. configure:2505: result: /usr/bin/install -c
  58. configure:2594: checking build system type
  59. configure:2612: result: x86_64-unknown-linux-gnu
  60. configure:2634: checking host system type
  61. configure:2649: result: x86_64-unknown-linux-gnu
  62. configure:2683: checking for style of include used by make
  63. configure:2711: result: GNU
  64. configure:2781: checking for gcc
  65. configure:2797: found /usr/bin/gcc
  66. configure:2808: result: gcc
  67. configure:3046: checking for C compiler version
  68. configure:3053: gcc --version >&5
  69. gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  70. Copyright (C) 2010 Free Software Foundation, Inc.
  71. This is free software; see the source for copying conditions. There is NO
  72. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  73.  
  74. configure:3056: $? = 0
  75. configure:3063: gcc -v >&5
  76. Using built-in specs.
  77. COLLECT_GCC=gcc
  78. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  79. Target: x86_64-linux-gnu
  80. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  81. Thread model: posix
  82. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  83. configure:3066: $? = 0
  84. configure:3073: gcc -V >&5
  85. gcc: '-V' option must have argument
  86. configure:3076: $? = 1
  87. configure:3099: checking for C compiler default output file name
  88. configure:3126: gcc conftest.c >&5
  89. configure:3129: $? = 0
  90. configure:3167: result: a.out
  91. configure:3184: checking whether the C compiler works
  92. configure:3194: ./a.out
  93. configure:3197: $? = 0
  94. configure:3214: result: yes
  95. configure:3221: checking whether we are cross compiling
  96. configure:3223: result: no
  97. configure:3226: checking for suffix of executables
  98. configure:3233: gcc -o conftest conftest.c >&5
  99. configure:3236: $? = 0
  100. configure:3260: result:
  101. configure:3266: checking for suffix of object files
  102. configure:3292: gcc -c conftest.c >&5
  103. configure:3295: $? = 0
  104. configure:3318: result: o
  105. configure:3322: checking whether we are using the GNU C compiler
  106. configure:3351: gcc -c conftest.c >&5
  107. configure:3357: $? = 0
  108. configure:3374: result: yes
  109. configure:3379: checking whether gcc accepts -g
  110. configure:3409: gcc -c -g conftest.c >&5
  111. configure:3415: $? = 0
  112. configure:3514: result: yes
  113. configure:3531: checking for gcc option to accept ISO C89
  114. configure:3605: gcc -c -g -O2 conftest.c >&5
  115. configure:3611: $? = 0
  116. configure:3634: result: none needed
  117. configure:3654: checking dependency style of gcc
  118. configure:3745: result: none
  119. configure:3760: checking for a sed that does not truncate output
  120. configure:3816: result: /bin/sed
  121. configure:3819: checking for grep that handles long lines and -e
  122. configure:3893: result: /bin/grep
  123. configure:3898: checking for egrep
  124. configure:3976: result: /bin/grep -E
  125. configure:3992: checking for ld used by gcc
  126. configure:4059: result: /usr/bin/ld
  127. configure:4068: checking if the linker (/usr/bin/ld) is GNU ld
  128. configure:4083: result: yes
  129. configure:4088: checking for /usr/bin/ld option to reload object files
  130. configure:4095: result: -r
  131. configure:4113: checking for BSD-compatible nm
  132. configure:4162: result: /usr/bin/nm -B
  133. configure:4166: checking whether ln -s works
  134. configure:4170: result: yes
  135. configure:4177: checking how to recognize dependent libraries
  136. configure:4363: result: pass_all
  137. configure:4452: gcc -c -g -O2 conftest.c >&5
  138. configure:4455: $? = 0
  139. configure:4608: checking how to run the C preprocessor
  140. configure:4648: gcc -E conftest.c
  141. configure:4654: $? = 0
  142. configure:4685: gcc -E conftest.c
  143. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  144. compilation terminated.
  145. configure:4691: $? = 1
  146. configure: failed program was:
  147. | /* confdefs.h. */
  148. | #define PACKAGE_NAME ""
  149. | #define PACKAGE_TARNAME ""
  150. | #define PACKAGE_VERSION ""
  151. | #define PACKAGE_STRING ""
  152. | #define PACKAGE_BUGREPORT ""
  153. | #define PACKAGE "libev"
  154. | #define VERSION "3.9"
  155. | /* end confdefs.h. */
  156. | #include <ac_nonexistent.h>
  157. configure:4724: result: gcc -E
  158. configure:4753: gcc -E conftest.c
  159. configure:4759: $? = 0
  160. configure:4790: gcc -E conftest.c
  161. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  162. compilation terminated.
  163. configure:4796: $? = 1
  164. configure: failed program was:
  165. | /* confdefs.h. */
  166. | #define PACKAGE_NAME ""
  167. | #define PACKAGE_TARNAME ""
  168. | #define PACKAGE_VERSION ""
  169. | #define PACKAGE_STRING ""
  170. | #define PACKAGE_BUGREPORT ""
  171. | #define PACKAGE "libev"
  172. | #define VERSION "3.9"
  173. | /* end confdefs.h. */
  174. | #include <ac_nonexistent.h>
  175. configure:4834: checking for ANSI C header files
  176. configure:4864: gcc -c -g -O2 conftest.c >&5
  177. configure:4870: $? = 0
  178. configure:4969: gcc -o conftest -g -O2 conftest.c >&5
  179. configure:4972: $? = 0
  180. configure:4978: ./conftest
  181. configure:4981: $? = 0
  182. configure:4998: result: yes
  183. configure:5022: checking for sys/types.h
  184. configure:5043: gcc -c -g -O2 conftest.c >&5
  185. configure:5049: $? = 0
  186. configure:5065: result: yes
  187. configure:5022: checking for sys/stat.h
  188. configure:5043: gcc -c -g -O2 conftest.c >&5
  189. configure:5049: $? = 0
  190. configure:5065: result: yes
  191. configure:5022: checking for stdlib.h
  192. configure:5043: gcc -c -g -O2 conftest.c >&5
  193. configure:5049: $? = 0
  194. configure:5065: result: yes
  195. configure:5022: checking for string.h
  196. configure:5043: gcc -c -g -O2 conftest.c >&5
  197. configure:5049: $? = 0
  198. configure:5065: result: yes
  199. configure:5022: checking for memory.h
  200. configure:5043: gcc -c -g -O2 conftest.c >&5
  201. configure:5049: $? = 0
  202. configure:5065: result: yes
  203. configure:5022: checking for strings.h
  204. configure:5043: gcc -c -g -O2 conftest.c >&5
  205. configure:5049: $? = 0
  206. configure:5065: result: yes
  207. configure:5022: checking for inttypes.h
  208. configure:5043: gcc -c -g -O2 conftest.c >&5
  209. configure:5049: $? = 0
  210. configure:5065: result: yes
  211. configure:5022: checking for stdint.h
  212. configure:5043: gcc -c -g -O2 conftest.c >&5
  213. configure:5049: $? = 0
  214. configure:5065: result: yes
  215. configure:5022: checking for unistd.h
  216. configure:5043: gcc -c -g -O2 conftest.c >&5
  217. configure:5049: $? = 0
  218. configure:5065: result: yes
  219. configure:5092: checking dlfcn.h usability
  220. configure:5109: gcc -c -g -O2 conftest.c >&5
  221. configure:5115: $? = 0
  222. configure:5129: result: yes
  223. configure:5133: checking dlfcn.h presence
  224. configure:5148: gcc -E conftest.c
  225. configure:5154: $? = 0
  226. configure:5168: result: yes
  227. configure:5196: checking for dlfcn.h
  228. configure:5204: result: yes
  229. configure:5275: checking for g++
  230. configure:5291: found /usr/bin/g++
  231. configure:5302: result: g++
  232. configure:5333: checking for C++ compiler version
  233. configure:5340: g++ --version >&5
  234. g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
  235. Copyright (C) 2010 Free Software Foundation, Inc.
  236. This is free software; see the source for copying conditions. There is NO
  237. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  238.  
  239. configure:5343: $? = 0
  240. configure:5350: g++ -v >&5
  241. Using built-in specs.
  242. COLLECT_GCC=g++
  243. COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
  244. Target: x86_64-linux-gnu
  245. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  246. Thread model: posix
  247. gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4)
  248. configure:5353: $? = 0
  249. configure:5360: g++ -V >&5
  250. g++: '-V' option must have argument
  251. configure:5363: $? = 1
  252. configure:5366: checking whether we are using the GNU C++ compiler
  253. configure:5395: g++ -c conftest.cpp >&5
  254. configure:5401: $? = 0
  255. configure:5418: result: yes
  256. configure:5423: checking whether g++ accepts -g
  257. configure:5453: g++ -c -g conftest.cpp >&5
  258. configure:5459: $? = 0
  259. configure:5558: result: yes
  260. configure:5583: checking dependency style of g++
  261. configure:5674: result: none
  262. configure:5699: checking how to run the C++ preprocessor
  263. configure:5735: g++ -E conftest.cpp
  264. configure:5741: $? = 0
  265. configure:5772: g++ -E conftest.cpp
  266. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  267. compilation terminated.
  268. configure:5778: $? = 1
  269. configure: failed program was:
  270. | /* confdefs.h. */
  271. | #define PACKAGE_NAME ""
  272. | #define PACKAGE_TARNAME ""
  273. | #define PACKAGE_VERSION ""
  274. | #define PACKAGE_STRING ""
  275. | #define PACKAGE_BUGREPORT ""
  276. | #define PACKAGE "libev"
  277. | #define VERSION "3.9"
  278. | #define STDC_HEADERS 1
  279. | #define HAVE_SYS_TYPES_H 1
  280. | #define HAVE_SYS_STAT_H 1
  281. | #define HAVE_STDLIB_H 1
  282. | #define HAVE_STRING_H 1
  283. | #define HAVE_MEMORY_H 1
  284. | #define HAVE_STRINGS_H 1
  285. | #define HAVE_INTTYPES_H 1
  286. | #define HAVE_STDINT_H 1
  287. | #define HAVE_UNISTD_H 1
  288. | #define HAVE_DLFCN_H 1
  289. | /* end confdefs.h. */
  290. | #include <ac_nonexistent.h>
  291. configure:5811: result: g++ -E
  292. configure:5840: g++ -E conftest.cpp
  293. configure:5846: $? = 0
  294. configure:5877: g++ -E conftest.cpp
  295. conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
  296. compilation terminated.
  297. configure:5883: $? = 1
  298. configure: failed program was:
  299. | /* confdefs.h. */
  300. | #define PACKAGE_NAME ""
  301. | #define PACKAGE_TARNAME ""
  302. | #define PACKAGE_VERSION ""
  303. | #define PACKAGE_STRING ""
  304. | #define PACKAGE_BUGREPORT ""
  305. | #define PACKAGE "libev"
  306. | #define VERSION "3.9"
  307. | #define STDC_HEADERS 1
  308. | #define HAVE_SYS_TYPES_H 1
  309. | #define HAVE_SYS_STAT_H 1
  310. | #define HAVE_STDLIB_H 1
  311. | #define HAVE_STRING_H 1
  312. | #define HAVE_MEMORY_H 1
  313. | #define HAVE_STRINGS_H 1
  314. | #define HAVE_INTTYPES_H 1
  315. | #define HAVE_STDINT_H 1
  316. | #define HAVE_UNISTD_H 1
  317. | #define HAVE_DLFCN_H 1
  318. | /* end confdefs.h. */
  319. | #include <ac_nonexistent.h>
  320. configure:5976: checking for g77
  321. configure:6006: result: no
  322. configure:5976: checking for xlf
  323. configure:6006: result: no
  324. configure:5976: checking for f77
  325. configure:6006: result: no
  326. configure:5976: checking for frt
  327. configure:6006: result: no
  328. configure:5976: checking for pgf77
  329. configure:6006: result: no
  330. configure:5976: checking for cf77
  331. configure:6006: result: no
  332. configure:5976: checking for fort77
  333. configure:6006: result: no
  334. configure:5976: checking for fl32
  335. configure:6006: result: no
  336. configure:5976: checking for af77
  337. configure:6006: result: no
  338. configure:5976: checking for xlf90
  339. configure:6006: result: no
  340. configure:5976: checking for f90
  341. configure:6006: result: no
  342. configure:5976: checking for pgf90
  343. configure:6006: result: no
  344. configure:5976: checking for pghpf
  345. configure:6006: result: no
  346. configure:5976: checking for epcf90
  347. configure:6006: result: no
  348. configure:5976: checking for gfortran
  349. configure:6006: result: no
  350. configure:5976: checking for g95
  351. configure:6006: result: no
  352. configure:5976: checking for xlf95
  353. configure:6006: result: no
  354. configure:5976: checking for f95
  355. configure:6006: result: no
  356. configure:5976: checking for fort
  357. configure:6006: result: no
  358. configure:5976: checking for ifort
  359. configure:6006: result: no
  360. configure:5976: checking for ifc
  361. configure:6006: result: no
  362. configure:5976: checking for efc
  363. configure:6006: result: no
  364. configure:5976: checking for pgf95
  365. configure:6006: result: no
  366. configure:5976: checking for lf95
  367. configure:6006: result: no
  368. configure:5976: checking for ftn
  369. configure:6006: result: no
  370. configure:6033: checking for Fortran 77 compiler version
  371. configure:6040: --version >&5
  372. /opt/passenger-3.0.5/ext/libev/configure: line 6041: --version: command not found
  373. configure:6043: $? = 127
  374. configure:6050: -v >&5
  375. /opt/passenger-3.0.5/ext/libev/configure: line 6051: -v: command not found
  376. configure:6053: $? = 127
  377. configure:6060: -V >&5
  378. /opt/passenger-3.0.5/ext/libev/configure: line 6061: -V: command not found
  379. configure:6063: $? = 127
  380. configure:6071: checking whether we are using the GNU Fortran 77 compiler
  381. configure:6090: -c conftest.F >&5
  382. /opt/passenger-3.0.5/ext/libev/configure: line 6091: -c: command not found
  383. configure:6096: $? = 127
  384. configure: failed program was:
  385. | program main
  386. | #ifndef __GNUC__
  387. | choke me
  388. | #endif
  389. |
  390. | end
  391. configure:6113: result: no
  392. configure:6119: checking whether accepts -g
  393. configure:6136: -c -g conftest.f >&5
  394. /opt/passenger-3.0.5/ext/libev/configure: line 6137: -c: command not found
  395. configure:6142: $? = 127
  396. configure: failed program was:
  397. | program main
  398. |
  399. | end
  400. configure:6158: result: no
  401. configure:6187: checking the maximum length of command line arguments
  402. configure:6299: result: 98304
  403. configure:6311: checking command to parse /usr/bin/nm -B output from gcc object
  404. configure:6416: gcc -c -g -O2 conftest.c >&5
  405. configure:6419: $? = 0
  406. configure:6423: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
  407. configure:6426: $? = 0
  408. configure:6478: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  409. configure:6481: $? = 0
  410. configure:6519: result: ok
  411. configure:6523: checking for objdir
  412. configure:6538: result: .libs
  413. configure:6630: checking for ar
  414. configure:6646: found /usr/bin/ar
  415. configure:6657: result: ar
  416. configure:6726: checking for ranlib
  417. configure:6742: found /usr/bin/ranlib
  418. configure:6753: result: ranlib
  419. configure:6822: checking for strip
  420. configure:6838: found /usr/bin/strip
  421. configure:6849: result: strip
  422. configure:7447: checking if gcc supports -fno-rtti -fno-exceptions
  423. configure:7465: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  424. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  425. configure:7469: $? = 0
  426. configure:7482: result: no
  427. configure:7497: checking for gcc option to produce PIC
  428. configure:7729: result: -fPIC
  429. configure:7737: checking if gcc PIC flag -fPIC works
  430. configure:7755: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5
  431. configure:7759: $? = 0
  432. configure:7772: result: yes
  433. configure:7800: checking if gcc static flag -static works
  434. configure:7828: result: yes
  435. configure:7838: checking if gcc supports -c -o file.o
  436. configure:7859: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  437. configure:7863: $? = 0
  438. configure:7885: result: yes
  439. configure:7911: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  440. configure:8892: result: yes
  441. configure:8959: checking dynamic linker characteristics
  442. configure:9573: result: GNU/Linux ld.so
  443. configure:9597: checking how to hardcode library paths into programs
  444. configure:9622: result: immediate
  445. configure:9636: checking whether stripping libraries is possible
  446. configure:9641: result: yes
  447. configure:10443: checking if libtool supports shared libraries
  448. configure:10445: result: yes
  449. configure:10448: checking whether to build shared libraries
  450. configure:10469: result: no
  451. configure:10472: checking whether to build static libraries
  452. configure:10476: result: yes
  453. configure:10570: creating libtool
  454. configure:11163: checking for ld used by g++
  455. configure:11230: result: /usr/bin/ld -m elf_x86_64
  456. configure:11239: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  457. configure:11254: result: yes
  458. configure:11305: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  459. configure:12251: result: yes
  460. configure:12268: g++ -c -g -O2 conftest.cpp >&5
  461. configure:12271: $? = 0
  462. configure:12427: checking for g++ option to produce PIC
  463. configure:12711: result: -fPIC
  464. configure:12719: checking if g++ PIC flag -fPIC works
  465. configure:12737: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5
  466. configure:12741: $? = 0
  467. configure:12754: result: yes
  468. configure:12782: checking if g++ static flag -static works
  469. configure:12810: result: yes
  470. configure:12820: checking if g++ supports -c -o file.o
  471. configure:12841: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  472. configure:12845: $? = 0
  473. configure:12867: result: yes
  474. configure:12893: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  475. configure:12922: result: yes
  476. configure:12989: checking dynamic linker characteristics
  477. configure:13551: result: GNU/Linux ld.so
  478. configure:13575: checking how to hardcode library paths into programs
  479. configure:13600: result: immediate
  480. configure:19876: checking sys/inotify.h usability
  481. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  482. configure:19899: $? = 0
  483. configure:19913: result: yes
  484. configure:19917: checking sys/inotify.h presence
  485. configure:19932: gcc -E conftest.c
  486. configure:19938: $? = 0
  487. configure:19952: result: yes
  488. configure:19980: checking for sys/inotify.h
  489. configure:19988: result: yes
  490. configure:19876: checking sys/epoll.h usability
  491. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  492. configure:19899: $? = 0
  493. configure:19913: result: yes
  494. configure:19917: checking sys/epoll.h presence
  495. configure:19932: gcc -E conftest.c
  496. configure:19938: $? = 0
  497. configure:19952: result: yes
  498. configure:19980: checking for sys/epoll.h
  499. configure:19988: result: yes
  500. configure:19876: checking sys/event.h usability
  501. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  502. conftest.c:56:23: fatal error: sys/event.h: No such file or directory
  503. compilation terminated.
  504. configure:19899: $? = 1
  505. configure: failed program was:
  506. | /* confdefs.h. */
  507. | #define PACKAGE_NAME ""
  508. | #define PACKAGE_TARNAME ""
  509. | #define PACKAGE_VERSION ""
  510. | #define PACKAGE_STRING ""
  511. | #define PACKAGE_BUGREPORT ""
  512. | #define PACKAGE "libev"
  513. | #define VERSION "3.9"
  514. | #define STDC_HEADERS 1
  515. | #define HAVE_SYS_TYPES_H 1
  516. | #define HAVE_SYS_STAT_H 1
  517. | #define HAVE_STDLIB_H 1
  518. | #define HAVE_STRING_H 1
  519. | #define HAVE_MEMORY_H 1
  520. | #define HAVE_STRINGS_H 1
  521. | #define HAVE_INTTYPES_H 1
  522. | #define HAVE_STDINT_H 1
  523. | #define HAVE_UNISTD_H 1
  524. | #define HAVE_DLFCN_H 1
  525. | #define HAVE_SYS_INOTIFY_H 1
  526. | #define HAVE_SYS_EPOLL_H 1
  527. | /* end confdefs.h. */
  528. | #include <stdio.h>
  529. | #ifdef HAVE_SYS_TYPES_H
  530. | # include <sys/types.h>
  531. | #endif
  532. | #ifdef HAVE_SYS_STAT_H
  533. | # include <sys/stat.h>
  534. | #endif
  535. | #ifdef STDC_HEADERS
  536. | # include <stdlib.h>
  537. | # include <stddef.h>
  538. | #else
  539. | # ifdef HAVE_STDLIB_H
  540. | # include <stdlib.h>
  541. | # endif
  542. | #endif
  543. | #ifdef HAVE_STRING_H
  544. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  545. | # include <memory.h>
  546. | # endif
  547. | # include <string.h>
  548. | #endif
  549. | #ifdef HAVE_STRINGS_H
  550. | # include <strings.h>
  551. | #endif
  552. | #ifdef HAVE_INTTYPES_H
  553. | # include <inttypes.h>
  554. | #endif
  555. | #ifdef HAVE_STDINT_H
  556. | # include <stdint.h>
  557. | #endif
  558. | #ifdef HAVE_UNISTD_H
  559. | # include <unistd.h>
  560. | #endif
  561. | #include <sys/event.h>
  562. configure:19913: result: no
  563. configure:19917: checking sys/event.h presence
  564. configure:19932: gcc -E conftest.c
  565. conftest.c:23:23: fatal error: sys/event.h: No such file or directory
  566. compilation terminated.
  567. configure:19938: $? = 1
  568. configure: failed program was:
  569. | /* confdefs.h. */
  570. | #define PACKAGE_NAME ""
  571. | #define PACKAGE_TARNAME ""
  572. | #define PACKAGE_VERSION ""
  573. | #define PACKAGE_STRING ""
  574. | #define PACKAGE_BUGREPORT ""
  575. | #define PACKAGE "libev"
  576. | #define VERSION "3.9"
  577. | #define STDC_HEADERS 1
  578. | #define HAVE_SYS_TYPES_H 1
  579. | #define HAVE_SYS_STAT_H 1
  580. | #define HAVE_STDLIB_H 1
  581. | #define HAVE_STRING_H 1
  582. | #define HAVE_MEMORY_H 1
  583. | #define HAVE_STRINGS_H 1
  584. | #define HAVE_INTTYPES_H 1
  585. | #define HAVE_STDINT_H 1
  586. | #define HAVE_UNISTD_H 1
  587. | #define HAVE_DLFCN_H 1
  588. | #define HAVE_SYS_INOTIFY_H 1
  589. | #define HAVE_SYS_EPOLL_H 1
  590. | /* end confdefs.h. */
  591. | #include <sys/event.h>
  592. configure:19952: result: no
  593. configure:19980: checking for sys/event.h
  594. configure:19988: result: no
  595. configure:19876: checking sys/queue.h usability
  596. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  597. configure:19899: $? = 0
  598. configure:19913: result: yes
  599. configure:19917: checking sys/queue.h presence
  600. configure:19932: gcc -E conftest.c
  601. configure:19938: $? = 0
  602. configure:19952: result: yes
  603. configure:19980: checking for sys/queue.h
  604. configure:19988: result: yes
  605. configure:19876: checking port.h usability
  606. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  607. conftest.c:57:18: fatal error: port.h: No such file or directory
  608. compilation terminated.
  609. configure:19899: $? = 1
  610. configure: failed program was:
  611. | /* confdefs.h. */
  612. | #define PACKAGE_NAME ""
  613. | #define PACKAGE_TARNAME ""
  614. | #define PACKAGE_VERSION ""
  615. | #define PACKAGE_STRING ""
  616. | #define PACKAGE_BUGREPORT ""
  617. | #define PACKAGE "libev"
  618. | #define VERSION "3.9"
  619. | #define STDC_HEADERS 1
  620. | #define HAVE_SYS_TYPES_H 1
  621. | #define HAVE_SYS_STAT_H 1
  622. | #define HAVE_STDLIB_H 1
  623. | #define HAVE_STRING_H 1
  624. | #define HAVE_MEMORY_H 1
  625. | #define HAVE_STRINGS_H 1
  626. | #define HAVE_INTTYPES_H 1
  627. | #define HAVE_STDINT_H 1
  628. | #define HAVE_UNISTD_H 1
  629. | #define HAVE_DLFCN_H 1
  630. | #define HAVE_SYS_INOTIFY_H 1
  631. | #define HAVE_SYS_EPOLL_H 1
  632. | #define HAVE_SYS_QUEUE_H 1
  633. | /* end confdefs.h. */
  634. | #include <stdio.h>
  635. | #ifdef HAVE_SYS_TYPES_H
  636. | # include <sys/types.h>
  637. | #endif
  638. | #ifdef HAVE_SYS_STAT_H
  639. | # include <sys/stat.h>
  640. | #endif
  641. | #ifdef STDC_HEADERS
  642. | # include <stdlib.h>
  643. | # include <stddef.h>
  644. | #else
  645. | # ifdef HAVE_STDLIB_H
  646. | # include <stdlib.h>
  647. | # endif
  648. | #endif
  649. | #ifdef HAVE_STRING_H
  650. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  651. | # include <memory.h>
  652. | # endif
  653. | # include <string.h>
  654. | #endif
  655. | #ifdef HAVE_STRINGS_H
  656. | # include <strings.h>
  657. | #endif
  658. | #ifdef HAVE_INTTYPES_H
  659. | # include <inttypes.h>
  660. | #endif
  661. | #ifdef HAVE_STDINT_H
  662. | # include <stdint.h>
  663. | #endif
  664. | #ifdef HAVE_UNISTD_H
  665. | # include <unistd.h>
  666. | #endif
  667. | #include <port.h>
  668. configure:19913: result: no
  669. configure:19917: checking port.h presence
  670. configure:19932: gcc -E conftest.c
  671. conftest.c:24:18: fatal error: port.h: No such file or directory
  672. compilation terminated.
  673. configure:19938: $? = 1
  674. configure: failed program was:
  675. | /* confdefs.h. */
  676. | #define PACKAGE_NAME ""
  677. | #define PACKAGE_TARNAME ""
  678. | #define PACKAGE_VERSION ""
  679. | #define PACKAGE_STRING ""
  680. | #define PACKAGE_BUGREPORT ""
  681. | #define PACKAGE "libev"
  682. | #define VERSION "3.9"
  683. | #define STDC_HEADERS 1
  684. | #define HAVE_SYS_TYPES_H 1
  685. | #define HAVE_SYS_STAT_H 1
  686. | #define HAVE_STDLIB_H 1
  687. | #define HAVE_STRING_H 1
  688. | #define HAVE_MEMORY_H 1
  689. | #define HAVE_STRINGS_H 1
  690. | #define HAVE_INTTYPES_H 1
  691. | #define HAVE_STDINT_H 1
  692. | #define HAVE_UNISTD_H 1
  693. | #define HAVE_DLFCN_H 1
  694. | #define HAVE_SYS_INOTIFY_H 1
  695. | #define HAVE_SYS_EPOLL_H 1
  696. | #define HAVE_SYS_QUEUE_H 1
  697. | /* end confdefs.h. */
  698. | #include <port.h>
  699. configure:19952: result: no
  700. configure:19980: checking for port.h
  701. configure:19988: result: no
  702. configure:19876: checking poll.h usability
  703. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  704. configure:19899: $? = 0
  705. configure:19913: result: yes
  706. configure:19917: checking poll.h presence
  707. configure:19932: gcc -E conftest.c
  708. configure:19938: $? = 0
  709. configure:19952: result: yes
  710. configure:19980: checking for poll.h
  711. configure:19988: result: yes
  712. configure:19876: checking sys/select.h usability
  713. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  714. configure:19899: $? = 0
  715. configure:19913: result: yes
  716. configure:19917: checking sys/select.h presence
  717. configure:19932: gcc -E conftest.c
  718. configure:19938: $? = 0
  719. configure:19952: result: yes
  720. configure:19980: checking for sys/select.h
  721. configure:19988: result: yes
  722. configure:19876: checking sys/eventfd.h usability
  723. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  724. configure:19899: $? = 0
  725. configure:19913: result: yes
  726. configure:19917: checking sys/eventfd.h presence
  727. configure:19932: gcc -E conftest.c
  728. configure:19938: $? = 0
  729. configure:19952: result: yes
  730. configure:19980: checking for sys/eventfd.h
  731. configure:19988: result: yes
  732. configure:19876: checking sys/signalfd.h usability
  733. configure:19893: gcc -c -g -O2 -O3 conftest.c >&5
  734. configure:19899: $? = 0
  735. configure:19913: result: yes
  736. configure:19917: checking sys/signalfd.h presence
  737. configure:19932: gcc -E conftest.c
  738. configure:19938: $? = 0
  739. configure:19952: result: yes
  740. configure:19980: checking for sys/signalfd.h
  741. configure:19988: result: yes
  742. configure:20013: checking for inotify_init
  743. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  744. configure:20075: $? = 0
  745. configure:20093: result: yes
  746. configure:20013: checking for epoll_ctl
  747. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  748. configure:20075: $? = 0
  749. configure:20093: result: yes
  750. configure:20013: checking for kqueue
  751. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  752. /tmp/ccl6p87r.o: In function `main':
  753. /opt/passenger-3.0.5/ext/libev/conftest.c:64: undefined reference to `kqueue'
  754. collect2: ld returned 1 exit status
  755. configure:20075: $? = 1
  756. configure: failed program was:
  757. | /* confdefs.h. */
  758. | #define PACKAGE_NAME ""
  759. | #define PACKAGE_TARNAME ""
  760. | #define PACKAGE_VERSION ""
  761. | #define PACKAGE_STRING ""
  762. | #define PACKAGE_BUGREPORT ""
  763. | #define PACKAGE "libev"
  764. | #define VERSION "3.9"
  765. | #define STDC_HEADERS 1
  766. | #define HAVE_SYS_TYPES_H 1
  767. | #define HAVE_SYS_STAT_H 1
  768. | #define HAVE_STDLIB_H 1
  769. | #define HAVE_STRING_H 1
  770. | #define HAVE_MEMORY_H 1
  771. | #define HAVE_STRINGS_H 1
  772. | #define HAVE_INTTYPES_H 1
  773. | #define HAVE_STDINT_H 1
  774. | #define HAVE_UNISTD_H 1
  775. | #define HAVE_DLFCN_H 1
  776. | #define HAVE_SYS_INOTIFY_H 1
  777. | #define HAVE_SYS_EPOLL_H 1
  778. | #define HAVE_SYS_QUEUE_H 1
  779. | #define HAVE_POLL_H 1
  780. | #define HAVE_SYS_SELECT_H 1
  781. | #define HAVE_SYS_EVENTFD_H 1
  782. | #define HAVE_SYS_SIGNALFD_H 1
  783. | #define HAVE_INOTIFY_INIT 1
  784. | #define HAVE_EPOLL_CTL 1
  785. | /* end confdefs.h. */
  786. | /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue.
  787. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  788. | #define kqueue innocuous_kqueue
  789. |
  790. | /* System header to define __stub macros and hopefully few prototypes,
  791. | which can conflict with char kqueue (); below.
  792. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  793. | <limits.h> exists even on freestanding compilers. */
  794. |
  795. | #ifdef __STDC__
  796. | # include <limits.h>
  797. | #else
  798. | # include <assert.h>
  799. | #endif
  800. |
  801. | #undef kqueue
  802. |
  803. | /* Override any GCC internal prototype to avoid an error.
  804. | Use char because int might match the return type of a GCC
  805. | builtin and then its argument prototype would still apply. */
  806. | #ifdef __cplusplus
  807. | extern "C"
  808. | #endif
  809. | char kqueue ();
  810. | /* The GNU C library defines this for functions which it implements
  811. | to always fail with ENOSYS. Some functions are actually named
  812. | something starting with __ and the normal name is an alias. */
  813. | #if defined __stub_kqueue || defined __stub___kqueue
  814. | choke me
  815. | #endif
  816. |
  817. | int
  818. | main ()
  819. | {
  820. | return kqueue ();
  821. | ;
  822. | return 0;
  823. | }
  824. configure:20093: result: no
  825. configure:20013: checking for port_create
  826. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  827. /tmp/cckprFHy.o: In function `main':
  828. /opt/passenger-3.0.5/ext/libev/conftest.c:64: undefined reference to `port_create'
  829. collect2: ld returned 1 exit status
  830. configure:20075: $? = 1
  831. configure: failed program was:
  832. | /* confdefs.h. */
  833. | #define PACKAGE_NAME ""
  834. | #define PACKAGE_TARNAME ""
  835. | #define PACKAGE_VERSION ""
  836. | #define PACKAGE_STRING ""
  837. | #define PACKAGE_BUGREPORT ""
  838. | #define PACKAGE "libev"
  839. | #define VERSION "3.9"
  840. | #define STDC_HEADERS 1
  841. | #define HAVE_SYS_TYPES_H 1
  842. | #define HAVE_SYS_STAT_H 1
  843. | #define HAVE_STDLIB_H 1
  844. | #define HAVE_STRING_H 1
  845. | #define HAVE_MEMORY_H 1
  846. | #define HAVE_STRINGS_H 1
  847. | #define HAVE_INTTYPES_H 1
  848. | #define HAVE_STDINT_H 1
  849. | #define HAVE_UNISTD_H 1
  850. | #define HAVE_DLFCN_H 1
  851. | #define HAVE_SYS_INOTIFY_H 1
  852. | #define HAVE_SYS_EPOLL_H 1
  853. | #define HAVE_SYS_QUEUE_H 1
  854. | #define HAVE_POLL_H 1
  855. | #define HAVE_SYS_SELECT_H 1
  856. | #define HAVE_SYS_EVENTFD_H 1
  857. | #define HAVE_SYS_SIGNALFD_H 1
  858. | #define HAVE_INOTIFY_INIT 1
  859. | #define HAVE_EPOLL_CTL 1
  860. | /* end confdefs.h. */
  861. | /* Define port_create to an innocuous variant, in case <limits.h> declares port_create.
  862. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  863. | #define port_create innocuous_port_create
  864. |
  865. | /* System header to define __stub macros and hopefully few prototypes,
  866. | which can conflict with char port_create (); below.
  867. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  868. | <limits.h> exists even on freestanding compilers. */
  869. |
  870. | #ifdef __STDC__
  871. | # include <limits.h>
  872. | #else
  873. | # include <assert.h>
  874. | #endif
  875. |
  876. | #undef port_create
  877. |
  878. | /* Override any GCC internal prototype to avoid an error.
  879. | Use char because int might match the return type of a GCC
  880. | builtin and then its argument prototype would still apply. */
  881. | #ifdef __cplusplus
  882. | extern "C"
  883. | #endif
  884. | char port_create ();
  885. | /* The GNU C library defines this for functions which it implements
  886. | to always fail with ENOSYS. Some functions are actually named
  887. | something starting with __ and the normal name is an alias. */
  888. | #if defined __stub_port_create || defined __stub___port_create
  889. | choke me
  890. | #endif
  891. |
  892. | int
  893. | main ()
  894. | {
  895. | return port_create ();
  896. | ;
  897. | return 0;
  898. | }
  899. configure:20093: result: no
  900. configure:20013: checking for poll
  901. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  902. configure:20075: $? = 0
  903. configure:20093: result: yes
  904. configure:20013: checking for select
  905. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  906. configure:20075: $? = 0
  907. configure:20093: result: yes
  908. configure:20013: checking for eventfd
  909. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  910. configure:20075: $? = 0
  911. configure:20093: result: yes
  912. configure:20013: checking for signalfd
  913. configure:20069: gcc -o conftest -g -O2 -O3 conftest.c >&5
  914. configure:20075: $? = 0
  915. configure:20093: result: yes
  916. configure:20104: checking for clock_gettime
  917. configure:20160: gcc -o conftest -g -O2 -O3 conftest.c >&5
  918. /tmp/cc0e1gw9.o: In function `main':
  919. /opt/passenger-3.0.5/ext/libev/conftest.c:68: undefined reference to `clock_gettime'
  920. collect2: ld returned 1 exit status
  921. configure:20166: $? = 1
  922. configure: failed program was:
  923. | /* confdefs.h. */
  924. | #define PACKAGE_NAME ""
  925. | #define PACKAGE_TARNAME ""
  926. | #define PACKAGE_VERSION ""
  927. | #define PACKAGE_STRING ""
  928. | #define PACKAGE_BUGREPORT ""
  929. | #define PACKAGE "libev"
  930. | #define VERSION "3.9"
  931. | #define STDC_HEADERS 1
  932. | #define HAVE_SYS_TYPES_H 1
  933. | #define HAVE_SYS_STAT_H 1
  934. | #define HAVE_STDLIB_H 1
  935. | #define HAVE_STRING_H 1
  936. | #define HAVE_MEMORY_H 1
  937. | #define HAVE_STRINGS_H 1
  938. | #define HAVE_INTTYPES_H 1
  939. | #define HAVE_STDINT_H 1
  940. | #define HAVE_UNISTD_H 1
  941. | #define HAVE_DLFCN_H 1
  942. | #define HAVE_SYS_INOTIFY_H 1
  943. | #define HAVE_SYS_EPOLL_H 1
  944. | #define HAVE_SYS_QUEUE_H 1
  945. | #define HAVE_POLL_H 1
  946. | #define HAVE_SYS_SELECT_H 1
  947. | #define HAVE_SYS_EVENTFD_H 1
  948. | #define HAVE_SYS_SIGNALFD_H 1
  949. | #define HAVE_INOTIFY_INIT 1
  950. | #define HAVE_EPOLL_CTL 1
  951. | #define HAVE_POLL 1
  952. | #define HAVE_SELECT 1
  953. | #define HAVE_EVENTFD 1
  954. | #define HAVE_SIGNALFD 1
  955. | /* end confdefs.h. */
  956. | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
  957. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  958. | #define clock_gettime innocuous_clock_gettime
  959. |
  960. | /* System header to define __stub macros and hopefully few prototypes,
  961. | which can conflict with char clock_gettime (); below.
  962. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  963. | <limits.h> exists even on freestanding compilers. */
  964. |
  965. | #ifdef __STDC__
  966. | # include <limits.h>
  967. | #else
  968. | # include <assert.h>
  969. | #endif
  970. |
  971. | #undef clock_gettime
  972. |
  973. | /* Override any GCC internal prototype to avoid an error.
  974. | Use char because int might match the return type of a GCC
  975. | builtin and then its argument prototype would still apply. */
  976. | #ifdef __cplusplus
  977. | extern "C"
  978. | #endif
  979. | char clock_gettime ();
  980. | /* The GNU C library defines this for functions which it implements
  981. | to always fail with ENOSYS. Some functions are actually named
  982. | something starting with __ and the normal name is an alias. */
  983. | #if defined __stub_clock_gettime || defined __stub___clock_gettime
  984. | choke me
  985. | #endif
  986. |
  987. | int
  988. | main ()
  989. | {
  990. | return clock_gettime ();
  991. | ;
  992. | return 0;
  993. | }
  994. configure:20183: result: no
  995. configure:20190: checking for clock_gettime syscall
  996. configure:20214: gcc -o conftest -g -O2 -O3 conftest.c >&5
  997. configure:20220: $? = 0
  998. configure:20232: result: yes
  999. configure:20417: checking for nanosleep
  1000. configure:20473: gcc -o conftest -g -O2 -O3 conftest.c >&5
  1001. configure:20479: $? = 0
  1002. configure:20496: result: yes
  1003. configure:20675: checking for ceil in -lm
  1004. configure:20710: gcc -o conftest -g -O2 -O3 conftest.c -lm >&5
  1005. conftest.c:42:6: warning: conflicting types for built-in function 'ceil'
  1006. configure:20716: $? = 0
  1007. configure:20734: result: yes
  1008. configure:20878: creating ./config.status
  1009.  
  1010. ## ---------------------- ##
  1011. ## Running config.status. ##
  1012. ## ---------------------- ##
  1013.  
  1014. This file was extended by config.status, which was
  1015. generated by GNU Autoconf 2.61. Invocation command line was
  1016.  
  1017. CONFIG_FILES =
  1018. CONFIG_HEADERS =
  1019. CONFIG_LINKS =
  1020. CONFIG_COMMANDS =
  1021. $ ./config.status
  1022.  
  1023. on metaoh.com
  1024.  
  1025. config.status:667: creating Makefile
  1026. config.status:667: creating config.h
  1027. config.status:956: executing depfiles commands
  1028.  
  1029. ## ---------------- ##
  1030. ## Cache variables. ##
  1031. ## ---------------- ##
  1032.  
  1033. ac_cv_build=x86_64-unknown-linux-gnu
  1034. ac_cv_c_compiler_gnu=yes
  1035. ac_cv_cxx_compiler_gnu=yes
  1036. ac_cv_env_CCC_set=
  1037. ac_cv_env_CCC_value=
  1038. ac_cv_env_CC_set=
  1039. ac_cv_env_CC_value=
  1040. ac_cv_env_CFLAGS_set=
  1041. ac_cv_env_CFLAGS_value=
  1042. ac_cv_env_CPPFLAGS_set=
  1043. ac_cv_env_CPPFLAGS_value=
  1044. ac_cv_env_CPP_set=
  1045. ac_cv_env_CPP_value=
  1046. ac_cv_env_CXXCPP_set=
  1047. ac_cv_env_CXXCPP_value=
  1048. ac_cv_env_CXXFLAGS_set=
  1049. ac_cv_env_CXXFLAGS_value=
  1050. ac_cv_env_CXX_set=
  1051. ac_cv_env_CXX_value=
  1052. ac_cv_env_F77_set=
  1053. ac_cv_env_F77_value=
  1054. ac_cv_env_FFLAGS_set=
  1055. ac_cv_env_FFLAGS_value=
  1056. ac_cv_env_LDFLAGS_set=
  1057. ac_cv_env_LDFLAGS_value=
  1058. ac_cv_env_LIBS_set=
  1059. ac_cv_env_LIBS_value=
  1060. ac_cv_env_build_alias_set=
  1061. ac_cv_env_build_alias_value=
  1062. ac_cv_env_host_alias_set=
  1063. ac_cv_env_host_alias_value=
  1064. ac_cv_env_target_alias_set=
  1065. ac_cv_env_target_alias_value=
  1066. ac_cv_f77_compiler_gnu=no
  1067. ac_cv_func_clock_gettime=no
  1068. ac_cv_func_epoll_ctl=yes
  1069. ac_cv_func_eventfd=yes
  1070. ac_cv_func_inotify_init=yes
  1071. ac_cv_func_kqueue=no
  1072. ac_cv_func_nanosleep=yes
  1073. ac_cv_func_poll=yes
  1074. ac_cv_func_port_create=no
  1075. ac_cv_func_select=yes
  1076. ac_cv_func_signalfd=yes
  1077. ac_cv_header_dlfcn_h=yes
  1078. ac_cv_header_inttypes_h=yes
  1079. ac_cv_header_memory_h=yes
  1080. ac_cv_header_poll_h=yes
  1081. ac_cv_header_port_h=no
  1082. ac_cv_header_stdc=yes
  1083. ac_cv_header_stdint_h=yes
  1084. ac_cv_header_stdlib_h=yes
  1085. ac_cv_header_string_h=yes
  1086. ac_cv_header_strings_h=yes
  1087. ac_cv_header_sys_epoll_h=yes
  1088. ac_cv_header_sys_event_h=no
  1089. ac_cv_header_sys_eventfd_h=yes
  1090. ac_cv_header_sys_inotify_h=yes
  1091. ac_cv_header_sys_queue_h=yes
  1092. ac_cv_header_sys_select_h=yes
  1093. ac_cv_header_sys_signalfd_h=yes
  1094. ac_cv_header_sys_stat_h=yes
  1095. ac_cv_header_sys_types_h=yes
  1096. ac_cv_header_unistd_h=yes
  1097. ac_cv_host=x86_64-unknown-linux-gnu
  1098. ac_cv_lib_m_ceil=yes
  1099. ac_cv_objext=o
  1100. ac_cv_path_EGREP='/bin/grep -E'
  1101. ac_cv_path_GREP=/bin/grep
  1102. ac_cv_path_install='/usr/bin/install -c'
  1103. ac_cv_path_mkdir=/bin/mkdir
  1104. ac_cv_prog_AWK=gawk
  1105. ac_cv_prog_CPP='gcc -E'
  1106. ac_cv_prog_CXXCPP='g++ -E'
  1107. ac_cv_prog_ac_ct_AR=ar
  1108. ac_cv_prog_ac_ct_CC=gcc
  1109. ac_cv_prog_ac_ct_CXX=g++
  1110. ac_cv_prog_ac_ct_RANLIB=ranlib
  1111. ac_cv_prog_ac_ct_STRIP=strip
  1112. ac_cv_prog_cc_c89=
  1113. ac_cv_prog_cc_g=yes
  1114. ac_cv_prog_cxx_g=yes
  1115. ac_cv_prog_f77_g=no
  1116. ac_cv_prog_make_make_set=yes
  1117. am_cv_CC_dependencies_compiler_type=none
  1118. am_cv_CXX_dependencies_compiler_type=none
  1119. lt_cv_deplibs_check_method=pass_all
  1120. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1121. lt_cv_file_magic_test_file=
  1122. lt_cv_ld_reload_flag=-r
  1123. lt_cv_objdir=.libs
  1124. lt_cv_path_LD=/usr/bin/ld
  1125. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1126. lt_cv_path_NM='/usr/bin/nm -B'
  1127. lt_cv_path_SED=/bin/sed
  1128. lt_cv_prog_compiler_c_o=yes
  1129. lt_cv_prog_compiler_c_o_CXX=yes
  1130. lt_cv_prog_compiler_pic_works=yes
  1131. lt_cv_prog_compiler_pic_works_CXX=yes
  1132. lt_cv_prog_compiler_rtti_exceptions=no
  1133. lt_cv_prog_compiler_static_works=yes
  1134. lt_cv_prog_compiler_static_works_CXX=yes
  1135. lt_cv_prog_gnu_ld=yes
  1136. lt_cv_prog_gnu_ldcxx=yes
  1137. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  1138. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1139. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  1140. lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/mesa /usr/lib32/mesa /usr/lib/alsa-lib /usr/local/lib /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu '
  1141. lt_cv_sys_lib_search_path_spec='/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2 /usr/lib/x86_64-linux-gnu /lib /usr/lib'
  1142. lt_cv_sys_max_cmd_len=98304
  1143. lt_lt_cv_prog_compiler_c_o='"yes"'
  1144. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  1145. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  1146. lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
  1147. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  1148.  
  1149. ## ----------------- ##
  1150. ## Output variables. ##
  1151. ## ----------------- ##
  1152.  
  1153. ACLOCAL='${SHELL} /opt/passenger-3.0.5/ext/libev/missing --run aclocal-1.10'
  1154. AMDEPBACKSLASH='\'
  1155. AMDEP_FALSE='#'
  1156. AMDEP_TRUE=''
  1157. AMTAR='${SHELL} /opt/passenger-3.0.5/ext/libev/missing --run tar'
  1158. AR='ar'
  1159. AUTOCONF='${SHELL} /opt/passenger-3.0.5/ext/libev/missing --run autoconf'
  1160. AUTOHEADER='${SHELL} /opt/passenger-3.0.5/ext/libev/missing --run autoheader'
  1161. AUTOMAKE='${SHELL} /opt/passenger-3.0.5/ext/libev/missing --run automake-1.10'
  1162. AWK='gawk'
  1163. CC='gcc'
  1164. CCDEPMODE='depmode=none'
  1165. CFLAGS='-g -O2 -O3'
  1166. CPP='gcc -E'
  1167. CPPFLAGS=''
  1168. CXX='g++'
  1169. CXXCPP='g++ -E'
  1170. CXXDEPMODE='depmode=none'
  1171. CXXFLAGS='-g -O2'
  1172. CYGPATH_W='echo'
  1173. DEFS='-DHAVE_CONFIG_H'
  1174. DEPDIR='.deps'
  1175. DSYMUTIL=''
  1176. ECHO='echo'
  1177. ECHO_C=''
  1178. ECHO_N='-n'
  1179. ECHO_T=''
  1180. EGREP='/bin/grep -E'
  1181. EXEEXT=''
  1182. F77=''
  1183. FFLAGS=''
  1184. GREP='/bin/grep'
  1185. INSTALL_DATA='${INSTALL} -m 644'
  1186. INSTALL_PROGRAM='${INSTALL}'
  1187. INSTALL_SCRIPT='${INSTALL}'
  1188. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1189. LDFLAGS=''
  1190. LIBOBJS=''
  1191. LIBS='-lm '
  1192. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1193. LN_S='ln -s'
  1194. LTLIBOBJS=''
  1195. MAINT='#'
  1196. MAINTAINER_MODE_FALSE=''
  1197. MAINTAINER_MODE_TRUE='#'
  1198. MAKEINFO='${SHELL} /opt/passenger-3.0.5/ext/libev/missing --run makeinfo'
  1199. NMEDIT=''
  1200. OBJEXT='o'
  1201. PACKAGE='libev'
  1202. PACKAGE_BUGREPORT=''
  1203. PACKAGE_NAME=''
  1204. PACKAGE_STRING=''
  1205. PACKAGE_TARNAME=''
  1206. PACKAGE_VERSION=''
  1207. PATH_SEPARATOR=':'
  1208. RANLIB='ranlib'
  1209. SED='/bin/sed'
  1210. SET_MAKE=''
  1211. SHELL='/bin/bash'
  1212. STRIP='strip'
  1213. VERSION='3.9'
  1214. ac_ct_CC='gcc'
  1215. ac_ct_CXX='g++'
  1216. ac_ct_F77=''
  1217. am__fastdepCC_FALSE=''
  1218. am__fastdepCC_TRUE='#'
  1219. am__fastdepCXX_FALSE=''
  1220. am__fastdepCXX_TRUE='#'
  1221. am__include='include'
  1222. am__isrc=''
  1223. am__leading_dot='.'
  1224. am__quote=''
  1225. am__tar='${AMTAR} chof - "$$tardir"'
  1226. am__untar='${AMTAR} xf -'
  1227. bindir='${exec_prefix}/bin'
  1228. build='x86_64-unknown-linux-gnu'
  1229. build_alias=''
  1230. build_cpu='x86_64'
  1231. build_os='linux-gnu'
  1232. build_vendor='unknown'
  1233. datadir='${datarootdir}'
  1234. datarootdir='${prefix}/share'
  1235. docdir='${datarootdir}/doc/${PACKAGE}'
  1236. dvidir='${docdir}'
  1237. exec_prefix='${prefix}'
  1238. host='x86_64-unknown-linux-gnu'
  1239. host_alias=''
  1240. host_cpu='x86_64'
  1241. host_os='linux-gnu'
  1242. host_vendor='unknown'
  1243. htmldir='${docdir}'
  1244. includedir='${prefix}/include'
  1245. infodir='${datarootdir}/info'
  1246. install_sh='$(SHELL) /opt/passenger-3.0.5/ext/libev/install-sh'
  1247. libdir='${exec_prefix}/lib'
  1248. libexecdir='${exec_prefix}/libexec'
  1249. localedir='${datarootdir}/locale'
  1250. localstatedir='${prefix}/var'
  1251. mandir='${datarootdir}/man'
  1252. mkdir_p='/bin/mkdir -p'
  1253. oldincludedir='/usr/include'
  1254. pdfdir='${docdir}'
  1255. prefix='/usr/local'
  1256. program_transform_name='s,x,x,'
  1257. psdir='${docdir}'
  1258. sbindir='${exec_prefix}/sbin'
  1259. sharedstatedir='${prefix}/com'
  1260. sysconfdir='${prefix}/etc'
  1261. target_alias=''
  1262.  
  1263. ## ----------- ##
  1264. ## confdefs.h. ##
  1265. ## ----------- ##
  1266.  
  1267. #define PACKAGE_NAME ""
  1268. #define PACKAGE_TARNAME ""
  1269. #define PACKAGE_VERSION ""
  1270. #define PACKAGE_STRING ""
  1271. #define PACKAGE_BUGREPORT ""
  1272. #define PACKAGE "libev"
  1273. #define VERSION "3.9"
  1274. #define STDC_HEADERS 1
  1275. #define HAVE_SYS_TYPES_H 1
  1276. #define HAVE_SYS_STAT_H 1
  1277. #define HAVE_STDLIB_H 1
  1278. #define HAVE_STRING_H 1
  1279. #define HAVE_MEMORY_H 1
  1280. #define HAVE_STRINGS_H 1
  1281. #define HAVE_INTTYPES_H 1
  1282. #define HAVE_STDINT_H 1
  1283. #define HAVE_UNISTD_H 1
  1284. #define HAVE_DLFCN_H 1
  1285. #define HAVE_SYS_INOTIFY_H 1
  1286. #define HAVE_SYS_EPOLL_H 1
  1287. #define HAVE_SYS_QUEUE_H 1
  1288. #define HAVE_POLL_H 1
  1289. #define HAVE_SYS_SELECT_H 1
  1290. #define HAVE_SYS_EVENTFD_H 1
  1291. #define HAVE_SYS_SIGNALFD_H 1
  1292. #define HAVE_INOTIFY_INIT 1
  1293. #define HAVE_EPOLL_CTL 1
  1294. #define HAVE_POLL 1
  1295. #define HAVE_SELECT 1
  1296. #define HAVE_EVENTFD 1
  1297. #define HAVE_SIGNALFD 1
  1298. #define HAVE_CLOCK_SYSCALL 1
  1299. #define HAVE_LIBM 1
  1300.  
  1301. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement