Advertisement
RobertBerger

mod_websocket-1

Apr 22nd, 2013
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.06 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 mod_websocket configure 1.0, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = cpap-port-ThinkPad
  14. uname -m = x86_64
  15. uname -r = 3.5.0-27-generic
  16. uname -s = Linux
  17. uname -v = #46~precise1-Ubuntu SMP Tue Mar 26 19:33:21 UTC 2013
  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/lib/lightdm/lightdm
  31. PATH: /usr/local/sbin
  32. PATH: /usr/local/bin
  33. PATH: /usr/sbin
  34. PATH: /usr/bin
  35. PATH: /sbin
  36. PATH: /bin
  37. PATH: /usr/games
  38.  
  39.  
  40. ## ----------- ##
  41. ## Core tests. ##
  42. ## ----------- ##
  43.  
  44. configure:2169: checking for a BSD-compatible install
  45. configure:2237: result: /usr/bin/install -c
  46. configure:2248: checking whether build environment is sane
  47. configure:2298: result: yes
  48. configure:2439: checking for a thread-safe mkdir -p
  49. configure:2478: result: /bin/mkdir -p
  50. configure:2491: checking for gawk
  51. configure:2521: result: no
  52. configure:2491: checking for mawk
  53. configure:2507: found /usr/bin/mawk
  54. configure:2518: result: mawk
  55. configure:2529: checking whether make sets $(MAKE)
  56. configure:2551: result: yes
  57. configure:2636: checking build system type
  58. configure:2650: result: x86_64-unknown-linux-gnu
  59. configure:2670: checking host system type
  60. configure:2683: result: x86_64-unknown-linux-gnu
  61. configure:2762: checking for gcc
  62. configure:2778: found /usr/bin/gcc
  63. configure:2789: result: gcc
  64. configure:3018: checking for C compiler version
  65. configure:3027: gcc --version >&5
  66. gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
  67. Copyright (C) 2011 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions. There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3038: $? = 0
  72. configure:3027: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
  76. Target: x86_64-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --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
  78. Thread model: posix
  79. gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  80. configure:3038: $? = 0
  81. configure:3027: gcc -V >&5
  82. gcc: error: unrecognized option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3038: $? = 4
  86. configure:3027: gcc -qversion >&5
  87. gcc: error: unrecognized option '-qversion'
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:3038: $? = 4
  91. configure:3058: checking whether the C compiler works
  92. configure:3080: gcc -I/usr/local/include/ -L/usr/local/lib/ conftest.c >&5
  93. configure:3084: $? = 0
  94. configure:3132: result: yes
  95. configure:3135: checking for C compiler default output file name
  96. configure:3137: result: a.out
  97. configure:3143: checking for suffix of executables
  98. configure:3150: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ conftest.c >&5
  99. configure:3154: $? = 0
  100. configure:3176: result:
  101. configure:3198: checking whether we are cross compiling
  102. configure:3206: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ conftest.c >&5
  103. configure:3210: $? = 0
  104. configure:3217: ./conftest
  105. configure:3221: $? = 0
  106. configure:3236: result: no
  107. configure:3241: checking for suffix of object files
  108. configure:3263: gcc -c -I/usr/local/include/ conftest.c >&5
  109. configure:3267: $? = 0
  110. configure:3288: result: o
  111. configure:3292: checking whether we are using the GNU C compiler
  112. configure:3311: gcc -c -I/usr/local/include/ conftest.c >&5
  113. configure:3311: $? = 0
  114. configure:3320: result: yes
  115. configure:3329: checking whether gcc accepts -g
  116. configure:3349: gcc -c -g conftest.c >&5
  117. configure:3349: $? = 0
  118. configure:3390: result: yes
  119. configure:3407: checking for gcc option to accept ISO C89
  120. configure:3471: gcc -c -I/usr/local/include/ conftest.c >&5
  121. configure:3471: $? = 0
  122. configure:3484: result: none needed
  123. configure:3515: checking for style of include used by make
  124. configure:3543: result: GNU
  125. configure:3569: checking dependency style of gcc
  126. configure:3680: result: gcc3
  127. configure:3741: checking how to print strings
  128. configure:3768: result: printf
  129. configure:3789: checking for a sed that does not truncate output
  130. configure:3853: result: /bin/sed
  131. configure:3871: checking for grep that handles long lines and -e
  132. configure:3929: result: /bin/grep
  133. configure:3934: checking for egrep
  134. configure:3996: result: /bin/grep -E
  135. configure:4001: checking for fgrep
  136. configure:4063: result: /bin/grep -F
  137. configure:4098: checking for ld used by gcc
  138. configure:4165: result: /usr/bin/ld
  139. configure:4172: checking if the linker (/usr/bin/ld) is GNU ld
  140. configure:4187: result: yes
  141. configure:4199: checking for BSD- or MS-compatible name lister (nm)
  142. configure:4248: result: /usr/bin/nm -B
  143. configure:4378: checking the name lister (/usr/bin/nm -B) interface
  144. configure:4385: gcc -c -I/usr/local/include/ conftest.c >&5
  145. configure:4388: /usr/bin/nm -B "conftest.o"
  146. configure:4391: output
  147. 0000000000000000 B some_variable
  148. configure:4398: result: BSD nm
  149. configure:4401: checking whether ln -s works
  150. configure:4405: result: yes
  151. configure:4413: checking the maximum length of command line arguments
  152. configure:4543: result: 1572864
  153. configure:4560: checking whether the shell understands some XSI constructs
  154. configure:4570: result: yes
  155. configure:4574: checking whether the shell understands "+="
  156. configure:4580: result: yes
  157. configure:4615: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  158. configure:4655: result: func_convert_file_noop
  159. configure:4662: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  160. configure:4682: result: func_convert_file_noop
  161. configure:4689: checking for /usr/bin/ld option to reload object files
  162. configure:4696: result: -r
  163. configure:4770: checking for objdump
  164. configure:4786: found /usr/bin/objdump
  165. configure:4797: result: objdump
  166. configure:4829: checking how to recognize dependent libraries
  167. configure:5031: result: pass_all
  168. configure:5116: checking for dlltool
  169. configure:5146: result: no
  170. configure:5176: checking how to associate runtime and link libraries
  171. configure:5203: result: printf %s\n
  172. configure:5264: checking for ar
  173. configure:5280: found /usr/bin/ar
  174. configure:5291: result: ar
  175. configure:5328: checking for archiver @FILE support
  176. configure:5345: gcc -c -I/usr/local/include/ conftest.c >&5
  177. configure:5345: $? = 0
  178. configure:5348: ar cru libconftest.a @conftest.lst >&5
  179. configure:5351: $? = 0
  180. configure:5356: ar cru libconftest.a @conftest.lst >&5
  181. ar: conftest.o: No such file or directory
  182. configure:5359: $? = 1
  183. configure:5371: result: @
  184. configure:5429: checking for strip
  185. configure:5445: found /usr/bin/strip
  186. configure:5456: result: strip
  187. configure:5528: checking for ranlib
  188. configure:5544: found /usr/bin/ranlib
  189. configure:5555: result: ranlib
  190. configure:5657: checking command to parse /usr/bin/nm -B output from gcc object
  191. configure:5777: gcc -c -I/usr/local/include/ conftest.c >&5
  192. configure:5780: $? = 0
  193. configure:5784: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  194. configure:5787: $? = 0
  195. configure:5853: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ conftest.c conftstm.o >&5
  196. configure:5856: $? = 0
  197. configure:5894: result: ok
  198. configure:5931: checking for sysroot
  199. configure:5961: result: no
  200. configure:6038: gcc -c -I/usr/local/include/ conftest.c >&5
  201. configure:6041: $? = 0
  202. configure:6217: checking for mt
  203. configure:6233: found /bin/mt
  204. configure:6244: result: mt
  205. configure:6267: checking if mt is a manifest tool
  206. configure:6273: mt '-?'
  207. configure:6281: result: no
  208. configure:6923: checking how to run the C preprocessor
  209. configure:6954: gcc -E conftest.c
  210. configure:6954: $? = 0
  211. configure:6968: gcc -E conftest.c
  212. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  213. compilation terminated.
  214. configure:6968: $? = 1
  215. configure: failed program was:
  216. | /* confdefs.h */
  217. | #define PACKAGE_NAME "mod_websocket"
  218. | #define PACKAGE_TARNAME "mod_websocket"
  219. | #define PACKAGE_VERSION "1.0"
  220. | #define PACKAGE_STRING "mod_websocket 1.0"
  221. | #define PACKAGE_BUGREPORT "nori.0428@gmail.com"
  222. | #define PACKAGE_URL ""
  223. | #define PACKAGE "mod_websocket"
  224. | #define VERSION "1.0"
  225. | /* end confdefs.h. */
  226. | #include <ac_nonexistent.h>
  227. configure:6993: result: gcc -E
  228. configure:7013: gcc -E conftest.c
  229. configure:7013: $? = 0
  230. configure:7027: gcc -E conftest.c
  231. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  232. compilation terminated.
  233. configure:7027: $? = 1
  234. configure: failed program was:
  235. | /* confdefs.h */
  236. | #define PACKAGE_NAME "mod_websocket"
  237. | #define PACKAGE_TARNAME "mod_websocket"
  238. | #define PACKAGE_VERSION "1.0"
  239. | #define PACKAGE_STRING "mod_websocket 1.0"
  240. | #define PACKAGE_BUGREPORT "nori.0428@gmail.com"
  241. | #define PACKAGE_URL ""
  242. | #define PACKAGE "mod_websocket"
  243. | #define VERSION "1.0"
  244. | /* end confdefs.h. */
  245. | #include <ac_nonexistent.h>
  246. configure:7056: checking for ANSI C header files
  247. configure:7076: gcc -c -I/usr/local/include/ conftest.c >&5
  248. configure:7076: $? = 0
  249. configure:7149: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ conftest.c >&5
  250. configure:7149: $? = 0
  251. configure:7149: ./conftest
  252. configure:7149: $? = 0
  253. configure:7160: result: yes
  254. configure:7173: checking for sys/types.h
  255. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  256. configure:7173: $? = 0
  257. configure:7173: result: yes
  258. configure:7173: checking for sys/stat.h
  259. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  260. configure:7173: $? = 0
  261. configure:7173: result: yes
  262. configure:7173: checking for stdlib.h
  263. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  264. configure:7173: $? = 0
  265. configure:7173: result: yes
  266. configure:7173: checking for string.h
  267. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  268. configure:7173: $? = 0
  269. configure:7173: result: yes
  270. configure:7173: checking for memory.h
  271. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  272. configure:7173: $? = 0
  273. configure:7173: result: yes
  274. configure:7173: checking for strings.h
  275. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  276. configure:7173: $? = 0
  277. configure:7173: result: yes
  278. configure:7173: checking for inttypes.h
  279. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  280. configure:7173: $? = 0
  281. configure:7173: result: yes
  282. configure:7173: checking for stdint.h
  283. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  284. configure:7173: $? = 0
  285. configure:7173: result: yes
  286. configure:7173: checking for unistd.h
  287. configure:7173: gcc -c -I/usr/local/include/ conftest.c >&5
  288. configure:7173: $? = 0
  289. configure:7173: result: yes
  290. configure:7187: checking for dlfcn.h
  291. configure:7187: gcc -c -I/usr/local/include/ conftest.c >&5
  292. configure:7187: $? = 0
  293. configure:7187: result: yes
  294. configure:7393: checking for objdir
  295. configure:7408: result: .libs
  296. configure:7679: checking if gcc supports -fno-rtti -fno-exceptions
  297. configure:7697: gcc -c -I/usr/local/include/ -fno-rtti -fno-exceptions conftest.c >&5
  298. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  299. configure:7701: $? = 0
  300. configure:7714: result: no
  301. configure:8041: checking for gcc option to produce PIC
  302. configure:8048: result: -fPIC -DPIC
  303. configure:8056: checking if gcc PIC flag -fPIC -DPIC works
  304. configure:8074: gcc -c -I/usr/local/include/ -fPIC -DPIC -DPIC conftest.c >&5
  305. configure:8078: $? = 0
  306. configure:8091: result: yes
  307. configure:8120: checking if gcc static flag -static works
  308. configure:8148: result: yes
  309. configure:8163: checking if gcc supports -c -o file.o
  310. configure:8184: gcc -c -I/usr/local/include/ -o out/conftest2.o conftest.c >&5
  311. configure:8188: $? = 0
  312. configure:8210: result: yes
  313. configure:8218: checking if gcc supports -c -o file.o
  314. configure:8265: result: yes
  315. configure:8298: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  316. configure:9455: result: yes
  317. configure:9492: checking whether -lc should be explicitly linked in
  318. configure:9500: gcc -c -I/usr/local/include/ conftest.c >&5
  319. configure:9503: $? = 0
  320. configure:9518: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  321. configure:9521: $? = 0
  322. configure:9535: result: no
  323. configure:9695: checking dynamic linker characteristics
  324. configure:10206: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ -Wl,-rpath -Wl,/foo conftest.c >&5
  325. configure:10206: $? = 0
  326. configure:10440: result: GNU/Linux ld.so
  327. configure:10547: checking how to hardcode library paths into programs
  328. configure:10572: result: immediate
  329. configure:11112: checking whether stripping libraries is possible
  330. configure:11117: result: yes
  331. configure:11152: checking if libtool supports shared libraries
  332. configure:11154: result: yes
  333. configure:11157: checking whether to build shared libraries
  334. configure:11178: result: yes
  335. configure:11181: checking whether to build static libraries
  336. configure:11185: result: yes
  337. configure:11226: checking for flex
  338. configure:11256: result: no
  339. configure:11226: checking for lex
  340. configure:11256: result: no
  341. configure:11384: checking for bison
  342. configure:11400: found /usr/bin/bison
  343. configure:11411: result: bison -y
  344. configure:11425: checking whether --with-test option specified
  345. configure:11435: result: yes
  346. configure:11438: checking for ev_io_start in -lev
  347. configure:11463: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ conftest.c -lev >&5
  348. configure:11463: $? = 0
  349. configure:11472: result: yes
  350. configure:11480: checking for CU_basic_run_tests in -lcunit
  351. configure:11505: gcc -o conftest -I/usr/local/include/ -L/usr/local/lib/ conftest.c -lcunit >&5
  352. configure:11505: $? = 0
  353. configure:11514: result: yes
  354. configure:11534: checking whether --with-sample option specified
  355. configure:11544: result: no
  356. configure:11601: checking whether --with-libicu option specified
  357. configure:11611: result: yes
  358. configure:11619: checking for ucnv_open in -licui18n
  359. configure:11632: gcc -o conftest -I/usr/local/include/ -D_MOD_WEBSOCKET_WITH_ICU_ -L/usr/local/lib/ -lev -lcunit conftest.c -licui18n -licuuc >&5
  360. configure:11632: $? = 0
  361. configure:11633: result: yes
  362. configure:11652: checking whether --with-websocket option specified
  363. configure:11662: result: ALL
  364. configure:11675: checking whether byte ordering is bigendian
  365. configure:11690: gcc -c -I/usr/local/include/ -D_MOD_WEBSOCKET_WITH_ICU_ -D_MOD_WEBSOCKET_SPEC_IETF_00_ -D_MOD_WEBSOCKET_SPEC_RFC_6455_ conftest.c >&5
  366. conftest.c:24:9: error: unknown type name 'not'
  367. conftest.c:24:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
  368. conftest.c:24:15: error: unknown type name 'universal'
  369. configure:11690: $? = 1
  370. configure: failed program was:
  371. | /* confdefs.h */
  372. | #define PACKAGE_NAME "mod_websocket"
  373. | #define PACKAGE_TARNAME "mod_websocket"
  374. | #define PACKAGE_VERSION "1.0"
  375. | #define PACKAGE_STRING "mod_websocket 1.0"
  376. | #define PACKAGE_BUGREPORT "nori.0428@gmail.com"
  377. | #define PACKAGE_URL ""
  378. | #define PACKAGE "mod_websocket"
  379. | #define VERSION "1.0"
  380. | #define STDC_HEADERS 1
  381. | #define HAVE_SYS_TYPES_H 1
  382. | #define HAVE_SYS_STAT_H 1
  383. | #define HAVE_STDLIB_H 1
  384. | #define HAVE_STRING_H 1
  385. | #define HAVE_MEMORY_H 1
  386. | #define HAVE_STRINGS_H 1
  387. | #define HAVE_INTTYPES_H 1
  388. | #define HAVE_STDINT_H 1
  389. | #define HAVE_UNISTD_H 1
  390. | #define HAVE_DLFCN_H 1
  391. | #define LT_OBJDIR ".libs/"
  392. | /* end confdefs.h. */
  393. | #ifndef __APPLE_CC__
  394. | not a universal capable compiler
  395. | #endif
  396. | typedef int dummy;
  397. |
  398. configure:11735: gcc -c -I/usr/local/include/ -D_MOD_WEBSOCKET_WITH_ICU_ -D_MOD_WEBSOCKET_SPEC_IETF_00_ -D_MOD_WEBSOCKET_SPEC_RFC_6455_ conftest.c >&5
  399. configure:11735: $? = 0
  400. configure:11753: gcc -c -I/usr/local/include/ -D_MOD_WEBSOCKET_WITH_ICU_ -D_MOD_WEBSOCKET_SPEC_IETF_00_ -D_MOD_WEBSOCKET_SPEC_RFC_6455_ conftest.c >&5
  401. conftest.c: In function 'main':
  402. conftest.c:30:4: error: unknown type name 'not'
  403. conftest.c:30:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
  404. configure:11753: $? = 1
  405. configure: failed program was:
  406. | /* confdefs.h */
  407. | #define PACKAGE_NAME "mod_websocket"
  408. | #define PACKAGE_TARNAME "mod_websocket"
  409. | #define PACKAGE_VERSION "1.0"
  410. | #define PACKAGE_STRING "mod_websocket 1.0"
  411. | #define PACKAGE_BUGREPORT "nori.0428@gmail.com"
  412. | #define PACKAGE_URL ""
  413. | #define PACKAGE "mod_websocket"
  414. | #define VERSION "1.0"
  415. | #define STDC_HEADERS 1
  416. | #define HAVE_SYS_TYPES_H 1
  417. | #define HAVE_SYS_STAT_H 1
  418. | #define HAVE_STDLIB_H 1
  419. | #define HAVE_STRING_H 1
  420. | #define HAVE_MEMORY_H 1
  421. | #define HAVE_STRINGS_H 1
  422. | #define HAVE_INTTYPES_H 1
  423. | #define HAVE_STDINT_H 1
  424. | #define HAVE_UNISTD_H 1
  425. | #define HAVE_DLFCN_H 1
  426. | #define LT_OBJDIR ".libs/"
  427. | /* end confdefs.h. */
  428. | #include <sys/types.h>
  429. | #include <sys/param.h>
  430. |
  431. | int
  432. | main ()
  433. | {
  434. | #if BYTE_ORDER != BIG_ENDIAN
  435. | not big endian
  436. | #endif
  437. |
  438. | ;
  439. | return 0;
  440. | }
  441. configure:11881: result: no
  442. configure:11904: checking whether --with-lighttpd option specified
  443. configure:11914: result: no
  444. configure:12075: creating ./config.status
  445.  
  446. ## ---------------------- ##
  447. ## Running config.status. ##
  448. ## ---------------------- ##
  449.  
  450. This file was extended by mod_websocket config.status 1.0, which was
  451. generated by GNU Autoconf 2.68. Invocation command line was
  452.  
  453. CONFIG_FILES =
  454. CONFIG_HEADERS =
  455. CONFIG_LINKS =
  456. CONFIG_COMMANDS =
  457. $ ./config.status
  458.  
  459. on cpap-port-ThinkPad
  460.  
  461. config.status:1103: creating Makefile
  462. config.status:1103: creating src/Makefile
  463. config.status:1103: creating config.h
  464. config.status:1284: config.h is unchanged
  465. config.status:1332: executing depfiles commands
  466. config.status:1332: executing libtool commands
  467. configure:14464: creating ./config.status
  468.  
  469. ## ---------------------- ##
  470. ## Running config.status. ##
  471. ## ---------------------- ##
  472.  
  473. This file was extended by mod_websocket config.status 1.0, which was
  474. generated by GNU Autoconf 2.68. Invocation command line was
  475.  
  476. CONFIG_FILES =
  477. CONFIG_HEADERS =
  478. CONFIG_LINKS =
  479. CONFIG_COMMANDS =
  480. $ ./config.status
  481.  
  482. on cpap-port-ThinkPad
  483.  
  484. config.status:1106: creating Makefile
  485. config.status:1106: creating src/Makefile
  486. config.status:1106: creating stub/Makefile
  487. config.status:1106: creating src/tests/Makefile
  488. config.status:1106: creating config.h
  489. config.status:1287: config.h is unchanged
  490. config.status:1335: executing depfiles commands
  491. config.status:1335: executing libtool commands
  492.  
  493. ## ---------------- ##
  494. ## Cache variables. ##
  495. ## ---------------- ##
  496.  
  497. ac_cv_build=x86_64-unknown-linux-gnu
  498. ac_cv_c_bigendian=no
  499. ac_cv_c_compiler_gnu=yes
  500. ac_cv_env_CC_set=
  501. ac_cv_env_CC_value=
  502. ac_cv_env_CFLAGS_set=
  503. ac_cv_env_CFLAGS_value=
  504. ac_cv_env_CPPFLAGS_set=
  505. ac_cv_env_CPPFLAGS_value=
  506. ac_cv_env_CPP_set=
  507. ac_cv_env_CPP_value=
  508. ac_cv_env_LDFLAGS_set=
  509. ac_cv_env_LDFLAGS_value=
  510. ac_cv_env_LIBS_set=
  511. ac_cv_env_LIBS_value=
  512. ac_cv_env_YACC_set=
  513. ac_cv_env_YACC_value=
  514. ac_cv_env_YFLAGS_set=
  515. ac_cv_env_YFLAGS_value=
  516. ac_cv_env_build_alias_set=
  517. ac_cv_env_build_alias_value=
  518. ac_cv_env_host_alias_set=
  519. ac_cv_env_host_alias_value=
  520. ac_cv_env_target_alias_set=
  521. ac_cv_env_target_alias_value=
  522. ac_cv_header_dlfcn_h=yes
  523. ac_cv_header_inttypes_h=yes
  524. ac_cv_header_memory_h=yes
  525. ac_cv_header_stdc=yes
  526. ac_cv_header_stdint_h=yes
  527. ac_cv_header_stdlib_h=yes
  528. ac_cv_header_string_h=yes
  529. ac_cv_header_strings_h=yes
  530. ac_cv_header_sys_stat_h=yes
  531. ac_cv_header_sys_types_h=yes
  532. ac_cv_header_unistd_h=yes
  533. ac_cv_host=x86_64-unknown-linux-gnu
  534. ac_cv_lib_cunit_CU_basic_run_tests=yes
  535. ac_cv_lib_ev_ev_io_start=yes
  536. ac_cv_objext=o
  537. ac_cv_path_EGREP='/bin/grep -E'
  538. ac_cv_path_FGREP='/bin/grep -F'
  539. ac_cv_path_GREP=/bin/grep
  540. ac_cv_path_SED=/bin/sed
  541. ac_cv_path_install='/usr/bin/install -c'
  542. ac_cv_path_mkdir=/bin/mkdir
  543. ac_cv_prog_AWK=mawk
  544. ac_cv_prog_CPP='gcc -E'
  545. ac_cv_prog_YACC='bison -y'
  546. ac_cv_prog_ac_ct_AR=ar
  547. ac_cv_prog_ac_ct_CC=gcc
  548. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  549. ac_cv_prog_ac_ct_OBJDUMP=objdump
  550. ac_cv_prog_ac_ct_RANLIB=ranlib
  551. ac_cv_prog_ac_ct_STRIP=strip
  552. ac_cv_prog_cc_c89=
  553. ac_cv_prog_cc_g=yes
  554. ac_cv_prog_make_make_set=yes
  555. am_cv_CC_dependencies_compiler_type=gcc3
  556. lt_cv_ar_at_file=@
  557. lt_cv_archive_cmds_need_lc=no
  558. lt_cv_deplibs_check_method=pass_all
  559. lt_cv_file_magic_cmd='$MAGIC_CMD'
  560. lt_cv_file_magic_test_file=
  561. lt_cv_ld_reload_flag=-r
  562. lt_cv_nm_interface='BSD nm'
  563. lt_cv_objdir=.libs
  564. lt_cv_path_LD=/usr/bin/ld
  565. lt_cv_path_NM='/usr/bin/nm -B'
  566. lt_cv_path_mainfest_tool=no
  567. lt_cv_prog_compiler_c_o=yes
  568. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  569. lt_cv_prog_compiler_pic_works=yes
  570. lt_cv_prog_compiler_rtti_exceptions=no
  571. lt_cv_prog_compiler_static_works=yes
  572. lt_cv_prog_gnu_ld=yes
  573. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  574. lt_cv_shlibpath_overrides_runpath=no
  575. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  576. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  577. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  578. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  579. lt_cv_sys_max_cmd_len=1572864
  580. lt_cv_to_host_file_cmd=func_convert_file_noop
  581. lt_cv_to_tool_file_cmd=func_convert_file_noop
  582.  
  583. ## ----------------- ##
  584. ## Output variables. ##
  585. ## ----------------- ##
  586.  
  587. ACLOCAL='${SHELL} /home/cpap_port/webserver/lighttpd-src/mod_websocket/m4/missing --run aclocal-1.11'
  588. AMDEPBACKSLASH='\'
  589. AMDEP_FALSE='#'
  590. AMDEP_TRUE=''
  591. AMTAR='$${TAR-tar}'
  592. AR='ar'
  593. AUTOCONF='${SHELL} /home/cpap_port/webserver/lighttpd-src/mod_websocket/m4/missing --run autoconf'
  594. AUTOHEADER='${SHELL} /home/cpap_port/webserver/lighttpd-src/mod_websocket/m4/missing --run autoheader'
  595. AUTOMAKE='${SHELL} /home/cpap_port/webserver/lighttpd-src/mod_websocket/m4/missing --run automake-1.11'
  596. AWK='mawk'
  597. CC='gcc'
  598. CCDEPMODE='depmode=gcc3'
  599. CFLAGS=' -I/usr/local/include/ -D_MOD_WEBSOCKET_WITH_ICU_ -D_MOD_WEBSOCKET_SPEC_IETF_00_ -D_MOD_WEBSOCKET_SPEC_RFC_6455_'
  600. CPP='gcc -E'
  601. CPPFLAGS=''
  602. CYGPATH_W='echo'
  603. DEFS='-DHAVE_CONFIG_H'
  604. DEPDIR='.deps'
  605. DLLTOOL='false'
  606. DSYMUTIL=''
  607. DUMPBIN=''
  608. ECHO_C=''
  609. ECHO_N='-n'
  610. ECHO_T=''
  611. EGREP='/bin/grep -E'
  612. EXEEXT=''
  613. FGREP='/bin/grep -F'
  614. GREP='/bin/grep'
  615. INSTALL_DATA='${INSTALL} -m 644'
  616. INSTALL_PROGRAM='${INSTALL}'
  617. INSTALL_SCRIPT='${INSTALL}'
  618. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  619. LD='/usr/bin/ld -m elf_x86_64'
  620. LDFLAGS=' -L/usr/local/lib/ -lev -lcunit'
  621. LEX=':'
  622. LEXLIB=''
  623. LEX_OUTPUT_ROOT=''
  624. LIBOBJS=''
  625. LIBS=' -licui18n -licuuc'
  626. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  627. LIGHTTPD_LOCATION=''
  628. LIPO=''
  629. LN_S='ln -s'
  630. LTLIBOBJS=''
  631. MAKEINFO='${SHELL} /home/cpap_port/webserver/lighttpd-src/mod_websocket/m4/missing --run makeinfo'
  632. MANIFEST_TOOL=':'
  633. MKDIR_P='/bin/mkdir -p'
  634. MODULE_CFLAGS='-g -O3 -Werror -W -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wno-sign-compare -Waggregate-return -Wnested-externs -Wno-long-long -Wunused -Wfloat-equal -Wformat -fno-strict-aliasing'
  635. NM='/usr/bin/nm -B'
  636. NMEDIT=''
  637. OBJDUMP='objdump'
  638. OBJEXT='o'
  639. OTOOL64=''
  640. OTOOL=''
  641. PACKAGE='mod_websocket'
  642. PACKAGE_BUGREPORT='nori.0428@gmail.com'
  643. PACKAGE_NAME='mod_websocket'
  644. PACKAGE_STRING='mod_websocket 1.0'
  645. PACKAGE_TARNAME='mod_websocket'
  646. PACKAGE_URL=''
  647. PACKAGE_VERSION='1.0'
  648. PATH_SEPARATOR=':'
  649. RANLIB='ranlib'
  650. SED='/bin/sed'
  651. SET_MAKE=''
  652. SHELL='/bin/bash'
  653. STRIP='strip'
  654. VERSION='1.0'
  655. WITH_LIBICU_FALSE='#'
  656. WITH_LIBICU_TRUE=''
  657. WITH_SAMPLE_FALSE=''
  658. WITH_SAMPLE_TRUE='#'
  659. WITH_TEST_FALSE='#'
  660. WITH_TEST_TRUE=''
  661. YACC='bison -y'
  662. YFLAGS=''
  663. ac_ct_AR='ar'
  664. ac_ct_CC='gcc'
  665. ac_ct_DUMPBIN=''
  666. am__EXEEXT_FALSE=''
  667. am__EXEEXT_TRUE='#'
  668. am__fastdepCC_FALSE='#'
  669. am__fastdepCC_TRUE=''
  670. am__include='include'
  671. am__isrc=''
  672. am__leading_dot='.'
  673. am__nodep='_no'
  674. am__quote=''
  675. am__tar='$${TAR-tar} chof - "$$tardir"'
  676. am__untar='$${TAR-tar} xf -'
  677. bindir='${exec_prefix}/bin'
  678. build='x86_64-unknown-linux-gnu'
  679. build_alias=''
  680. build_cpu='x86_64'
  681. build_os='linux-gnu'
  682. build_vendor='unknown'
  683. datadir='${datarootdir}'
  684. datarootdir='${prefix}/share'
  685. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  686. dvidir='${docdir}'
  687. exec_prefix='${prefix}'
  688. host='x86_64-unknown-linux-gnu'
  689. host_alias=''
  690. host_cpu='x86_64'
  691. host_os='linux-gnu'
  692. host_vendor='unknown'
  693. htmldir='${docdir}'
  694. includedir='${prefix}/include'
  695. infodir='${datarootdir}/info'
  696. install_sh='${SHELL} /home/cpap_port/webserver/lighttpd-src/mod_websocket/m4/install-sh'
  697. libdir='${exec_prefix}/lib'
  698. libexecdir='${exec_prefix}/libexec'
  699. localedir='${datarootdir}/locale'
  700. localstatedir='${prefix}/var'
  701. mandir='${datarootdir}/man'
  702. mkdir_p='/bin/mkdir -p'
  703. oldincludedir='/usr/include'
  704. pdfdir='${docdir}'
  705. prefix='/usr/local'
  706. program_transform_name='s,x,x,'
  707. psdir='${docdir}'
  708. sbindir='${exec_prefix}/sbin'
  709. sharedstatedir='${prefix}/com'
  710. sysconfdir='${prefix}/etc'
  711. target_alias=''
  712.  
  713. ## ----------- ##
  714. ## confdefs.h. ##
  715. ## ----------- ##
  716.  
  717. /* confdefs.h */
  718. #define PACKAGE_NAME "mod_websocket"
  719. #define PACKAGE_TARNAME "mod_websocket"
  720. #define PACKAGE_VERSION "1.0"
  721. #define PACKAGE_STRING "mod_websocket 1.0"
  722. #define PACKAGE_BUGREPORT "nori.0428@gmail.com"
  723. #define PACKAGE_URL ""
  724. #define PACKAGE "mod_websocket"
  725. #define VERSION "1.0"
  726. #define STDC_HEADERS 1
  727. #define HAVE_SYS_TYPES_H 1
  728. #define HAVE_SYS_STAT_H 1
  729. #define HAVE_STDLIB_H 1
  730. #define HAVE_STRING_H 1
  731. #define HAVE_MEMORY_H 1
  732. #define HAVE_STRINGS_H 1
  733. #define HAVE_INTTYPES_H 1
  734. #define HAVE_STDINT_H 1
  735. #define HAVE_UNISTD_H 1
  736. #define HAVE_DLFCN_H 1
  737. #define LT_OBJDIR ".libs/"
  738.  
  739. configure: exit 0
  740.  
  741. ## ---------------------- ##
  742. ## Running config.status. ##
  743. ## ---------------------- ##
  744.  
  745. This file was extended by mod_websocket config.status 1.0, which was
  746. generated by GNU Autoconf 2.68. Invocation command line was
  747.  
  748. CONFIG_FILES =
  749. CONFIG_HEADERS =
  750. CONFIG_LINKS =
  751. CONFIG_COMMANDS =
  752. $ ./config.status config.h
  753.  
  754. on cpap-port-ThinkPad
  755.  
  756. config.status:1106: creating config.h
  757. config.status:1287: config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement