Guest User

Qingy-config-log

a guest
Feb 19th, 2013
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.89 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 qingy configure 1.0.0, which was
  5. generated by GNU Autoconf 2.63. Invocation command line was
  6.  
  7. $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --sbindir=/sbin --disable-optimizations --enable-pam --disable-static-build --enable-gpm-lock --enable-x-support --enable-DirectFB-support --enable-crypto=libgcrypt --disable-emacs --without-lispdir
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dayd
  14. uname -m = x86_64
  15. uname -r = 3.7.2-gentoo
  16. uname -s = Linux
  17. uname -v = #3 SMP Mon Feb 11 16:38:33 MST 2013
  18.  
  19. /usr/bin/uname -p = Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz
  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/lib64/portage/bin/ebuild-helpers
  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: /opt/bin
  38. PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2
  39. PATH: /usr/x86_64-pc-linux-gnu/armv6j-hardfloat-linux-gnueabi/gcc-bin/4.7.2
  40. PATH: /usr/x86_64-pc-linux-gnu/avr/gcc-bin/4.7.2
  41. PATH: /usr/x86_64-pc-linux-gnu/i686-w64-mingw32/gcc-bin/4.7.2
  42. PATH: /usr/x86_64-pc-linux-gnu/x86_64-w64-mingw32/gcc-bin/4.7.2
  43. PATH: /opt/nvidia-cg-toolkit/bin
  44. PATH: /opt/cuda/bin
  45.  
  46.  
  47. ## ----------- ##
  48. ## Core tests. ##
  49. ## ----------- ##
  50.  
  51. configure:2020: loading site script /usr/share/config.site
  52. | #!/bin/bash
  53. | # Copyright 2009 Gentoo Foundation
  54. | # Distributed under the terms of the GNU General Public License v2
  55. |
  56. | TOPDIR=/usr/share/crossdev/include/site
  57. |
  58. | config_site_arch() {
  59. | local host=$(echo ${CHOST/-/ } | awk '{print $1}')
  60. |
  61. | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
  62. | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
  63. |
  64. | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
  65. |
  66. | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
  67. |
  68. | echo ${host}
  69. | }
  70. |
  71. | config_site_names() {
  72. | local site_arch=$(config_site_arch)
  73. | local sites=""
  74. | local x
  75. |
  76. | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
  77. | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
  78. |
  79. | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
  80. | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
  81. |
  82. | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
  83. | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
  84. |
  85. | for x in ${sites} ${CHOST}; do
  86. | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
  87. | done
  88. | }
  89. |
  90. | # Only kick in for cross-compiles so we don't break native builds #427184
  91. | if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then
  92. | sites="$(config_site_names)"
  93. | if [[ ${sites} != "" ]]; then
  94. | for site in ${sites}; do
  95. | echo "$(basename $0): loading site script ${site}"
  96. | . ${site}
  97. | done
  98. | fi
  99. | unset site
  100. | unset sites
  101. | fi
  102. configure:2184: checking for a BSD-compatible install
  103. configure:2252: result: /usr/bin/install -c
  104. configure:2263: checking whether build environment is sane
  105. configure:2306: result: yes
  106. configure:2331: checking for a thread-safe mkdir -p
  107. configure:2370: result: /bin/mkdir -p
  108. configure:2383: checking for gawk
  109. configure:2399: found /usr/bin/gawk
  110. configure:2410: result: gawk
  111. configure:2421: checking whether make sets $(MAKE)
  112. configure:2443: result: yes
  113. configure:2642: checking for style of include used by make
  114. configure:2670: result: GNU
  115. configure:2700: checking for x86_64-pc-linux-gnu-gcc
  116. configure:2716: found /usr/bin/x86_64-pc-linux-gnu-gcc
  117. configure:2727: result: x86_64-pc-linux-gnu-gcc
  118. configure:2999: checking for C compiler version
  119. configure:3007: x86_64-pc-linux-gnu-gcc --version >&5
  120. x86_64-pc-linux-gnu-gcc (Gentoo 4.7.2 p1.3, pie-0.5.5) 4.7.2
  121. Copyright (C) 2012 Free Software Foundation, Inc.
  122. This is free software; see the source for copying conditions. There is NO
  123. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  124.  
  125. configure:3011: $? = 0
  126. configure:3018: x86_64-pc-linux-gnu-gcc -v >&5
  127. Using built-in specs.
  128. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-gcc
  129. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper
  130. Target: x86_64-pc-linux-gnu
  131. Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2 p1.3, pie-0.5.5'
  132. Thread model: posix
  133. gcc version 4.7.2 (Gentoo 4.7.2 p1.3, pie-0.5.5)
  134. configure:3022: $? = 0
  135. configure:3029: x86_64-pc-linux-gnu-gcc -V >&5
  136. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  137. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  138. compilation terminated.
  139. configure:3033: $? = 1
  140. configure:3056: checking for C compiler default output file name
  141. configure:3078: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  142. configure:3082: $? = 0
  143. configure:3120: result: a.out
  144. configure:3139: checking whether the C compiler works
  145. configure:3149: ./a.out
  146. configure:3153: $? = 0
  147. configure:3172: result: yes
  148. configure:3179: checking whether we are cross compiling
  149. configure:3181: result: no
  150. configure:3184: checking for suffix of executables
  151. configure:3191: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  152. configure:3195: $? = 0
  153. configure:3221: result:
  154. configure:3227: checking for suffix of object files
  155. configure:3253: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  156. configure:3257: $? = 0
  157. configure:3282: result: o
  158. configure:3286: checking whether we are using the GNU C compiler
  159. configure:3315: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  160. configure:3322: $? = 0
  161. configure:3339: result: yes
  162. configure:3348: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  163. configure:3378: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5
  164. configure:3385: $? = 0
  165. configure:3486: result: yes
  166. configure:3503: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
  167. configure:3577: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  168. configure:3584: $? = 0
  169. configure:3607: result: none needed
  170. configure:3627: checking dependency style of x86_64-pc-linux-gnu-gcc
  171. configure:3718: result: gcc3
  172. configure:3739: checking how to run the C preprocessor
  173. configure:3779: x86_64-pc-linux-gnu-gcc -E conftest.c
  174. configure:3786: $? = 0
  175. configure:3817: x86_64-pc-linux-gnu-gcc -E conftest.c
  176. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  177. compilation terminated.
  178. configure:3824: $? = 1
  179. configure: failed program was:
  180. | /* confdefs.h. */
  181. | #define PACKAGE_NAME "qingy"
  182. | #define PACKAGE_TARNAME "qingy"
  183. | #define PACKAGE_VERSION "1.0.0"
  184. | #define PACKAGE_STRING "qingy 1.0.0"
  185. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  186. | #define PACKAGE "qingy"
  187. | #define VERSION "1.0.0"
  188. | /* end confdefs.h. */
  189. | #include <ac_nonexistent.h>
  190. configure:3857: result: x86_64-pc-linux-gnu-gcc -E
  191. configure:3886: x86_64-pc-linux-gnu-gcc -E conftest.c
  192. configure:3893: $? = 0
  193. configure:3924: x86_64-pc-linux-gnu-gcc -E conftest.c
  194. conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory
  195. compilation terminated.
  196. configure:3931: $? = 1
  197. configure: failed program was:
  198. | /* confdefs.h. */
  199. | #define PACKAGE_NAME "qingy"
  200. | #define PACKAGE_TARNAME "qingy"
  201. | #define PACKAGE_VERSION "1.0.0"
  202. | #define PACKAGE_STRING "qingy 1.0.0"
  203. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  204. | #define PACKAGE "qingy"
  205. | #define VERSION "1.0.0"
  206. | /* end confdefs.h. */
  207. | #include <ac_nonexistent.h>
  208. configure:3971: checking for grep that handles long lines and -e
  209. configure:4031: result: /bin/grep
  210. configure:4036: checking for egrep
  211. configure:4100: result: /bin/grep -E
  212. configure:4105: checking for ANSI C header files
  213. configure:4135: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  214. configure:4142: $? = 0
  215. configure:4241: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  216. configure:4245: $? = 0
  217. configure:4251: ./conftest
  218. configure:4255: $? = 0
  219. configure:4273: result: yes
  220. configure:4297: checking for sys/types.h
  221. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  222. configure:4325: $? = 0
  223. configure:4342: result: yes
  224. configure:4297: checking for sys/stat.h
  225. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  226. configure:4325: $? = 0
  227. configure:4342: result: yes
  228. configure:4297: checking for stdlib.h
  229. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  230. configure:4325: $? = 0
  231. configure:4342: result: yes
  232. configure:4297: checking for string.h
  233. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  234. configure:4325: $? = 0
  235. configure:4342: result: yes
  236. configure:4297: checking for memory.h
  237. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  238. configure:4325: $? = 0
  239. configure:4342: result: yes
  240. configure:4297: checking for strings.h
  241. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  242. configure:4325: $? = 0
  243. configure:4342: result: yes
  244. configure:4297: checking for inttypes.h
  245. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  246. configure:4325: $? = 0
  247. configure:4342: result: yes
  248. configure:4297: checking for stdint.h
  249. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  250. configure:4325: $? = 0
  251. configure:4342: result: yes
  252. configure:4297: checking for unistd.h
  253. configure:4318: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  254. configure:4325: $? = 0
  255. configure:4342: result: yes
  256. configure:4367: checking minix/config.h usability
  257. configure:4384: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  258. conftest.c:53:26: fatal error: minix/config.h: No such file or directory
  259. compilation terminated.
  260. configure:4391: $? = 1
  261. configure: failed program was:
  262. | /* confdefs.h. */
  263. | #define PACKAGE_NAME "qingy"
  264. | #define PACKAGE_TARNAME "qingy"
  265. | #define PACKAGE_VERSION "1.0.0"
  266. | #define PACKAGE_STRING "qingy 1.0.0"
  267. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  268. | #define PACKAGE "qingy"
  269. | #define VERSION "1.0.0"
  270. | #define STDC_HEADERS 1
  271. | #define HAVE_SYS_TYPES_H 1
  272. | #define HAVE_SYS_STAT_H 1
  273. | #define HAVE_STDLIB_H 1
  274. | #define HAVE_STRING_H 1
  275. | #define HAVE_MEMORY_H 1
  276. | #define HAVE_STRINGS_H 1
  277. | #define HAVE_INTTYPES_H 1
  278. | #define HAVE_STDINT_H 1
  279. | #define HAVE_UNISTD_H 1
  280. | /* end confdefs.h. */
  281. | #include <stdio.h>
  282. | #ifdef HAVE_SYS_TYPES_H
  283. | # include <sys/types.h>
  284. | #endif
  285. | #ifdef HAVE_SYS_STAT_H
  286. | # include <sys/stat.h>
  287. | #endif
  288. | #ifdef STDC_HEADERS
  289. | # include <stdlib.h>
  290. | # include <stddef.h>
  291. | #else
  292. | # ifdef HAVE_STDLIB_H
  293. | # include <stdlib.h>
  294. | # endif
  295. | #endif
  296. | #ifdef HAVE_STRING_H
  297. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  298. | # include <memory.h>
  299. | # endif
  300. | # include <string.h>
  301. | #endif
  302. | #ifdef HAVE_STRINGS_H
  303. | # include <strings.h>
  304. | #endif
  305. | #ifdef HAVE_INTTYPES_H
  306. | # include <inttypes.h>
  307. | #endif
  308. | #ifdef HAVE_STDINT_H
  309. | # include <stdint.h>
  310. | #endif
  311. | #ifdef HAVE_UNISTD_H
  312. | # include <unistd.h>
  313. | #endif
  314. | #include <minix/config.h>
  315. configure:4405: result: no
  316. configure:4409: checking minix/config.h presence
  317. configure:4424: x86_64-pc-linux-gnu-gcc -E conftest.c
  318. conftest.c:20:26: fatal error: minix/config.h: No such file or directory
  319. compilation terminated.
  320. configure:4431: $? = 1
  321. configure: failed program was:
  322. | /* confdefs.h. */
  323. | #define PACKAGE_NAME "qingy"
  324. | #define PACKAGE_TARNAME "qingy"
  325. | #define PACKAGE_VERSION "1.0.0"
  326. | #define PACKAGE_STRING "qingy 1.0.0"
  327. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  328. | #define PACKAGE "qingy"
  329. | #define VERSION "1.0.0"
  330. | #define STDC_HEADERS 1
  331. | #define HAVE_SYS_TYPES_H 1
  332. | #define HAVE_SYS_STAT_H 1
  333. | #define HAVE_STDLIB_H 1
  334. | #define HAVE_STRING_H 1
  335. | #define HAVE_MEMORY_H 1
  336. | #define HAVE_STRINGS_H 1
  337. | #define HAVE_INTTYPES_H 1
  338. | #define HAVE_STDINT_H 1
  339. | #define HAVE_UNISTD_H 1
  340. | /* end confdefs.h. */
  341. | #include <minix/config.h>
  342. configure:4445: result: no
  343. configure:4478: checking for minix/config.h
  344. configure:4485: result: no
  345. configure:4516: checking whether it is safe to define __EXTENSIONS__
  346. configure:4544: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  347. configure:4551: $? = 0
  348. configure:4566: result: yes
  349. configure:4668: checking build system type
  350. configure:4686: result: x86_64-pc-linux-gnu
  351. configure:4708: checking host system type
  352. configure:4723: result: x86_64-pc-linux-gnu
  353. configure:4745: checking for a sed that does not truncate output
  354. configure:4801: result: /bin/sed
  355. configure:4815: checking for ld used by x86_64-pc-linux-gnu-gcc
  356. configure:4882: result: /usr/x86_64-pc-linux-gnu/bin/ld
  357. configure:4891: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld
  358. configure:4906: result: yes
  359. configure:4911: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files
  360. configure:4918: result: -r
  361. configure:4936: checking for BSD-compatible nm
  362. configure:4985: result: /usr/bin/nm -B
  363. configure:4989: checking whether ln -s works
  364. configure:4993: result: yes
  365. configure:5000: checking how to recognize dependent libraries
  366. configure:5186: result: pass_all
  367. configure:5274: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  368. configure:5277: $? = 0
  369. configure:5445: checking dlfcn.h usability
  370. configure:5462: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  371. configure:5469: $? = 0
  372. configure:5483: result: yes
  373. configure:5487: checking dlfcn.h presence
  374. configure:5502: x86_64-pc-linux-gnu-gcc -E conftest.c
  375. configure:5509: $? = 0
  376. configure:5523: result: yes
  377. configure:5556: checking for dlfcn.h
  378. configure:5565: result: yes
  379. configure:5594: checking for x86_64-pc-linux-gnu-g++
  380. configure:5610: found /usr/bin/x86_64-pc-linux-gnu-g++
  381. configure:5621: result: x86_64-pc-linux-gnu-g++
  382. configure:5692: checking for C++ compiler version
  383. configure:5700: x86_64-pc-linux-gnu-g++ --version >&5
  384. x86_64-pc-linux-gnu-g++ (Gentoo 4.7.2 p1.3, pie-0.5.5) 4.7.2
  385. Copyright (C) 2012 Free Software Foundation, Inc.
  386. This is free software; see the source for copying conditions. There is NO
  387. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  388.  
  389. configure:5704: $? = 0
  390. configure:5711: x86_64-pc-linux-gnu-g++ -v >&5
  391. Using built-in specs.
  392. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-g++
  393. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper
  394. Target: x86_64-pc-linux-gnu
  395. Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2 p1.3, pie-0.5.5'
  396. Thread model: posix
  397. gcc version 4.7.2 (Gentoo 4.7.2 p1.3, pie-0.5.5)
  398. configure:5715: $? = 0
  399. configure:5722: x86_64-pc-linux-gnu-g++ -V >&5
  400. x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V'
  401. x86_64-pc-linux-gnu-g++: fatal error: no input files
  402. compilation terminated.
  403. configure:5726: $? = 1
  404. configure:5729: checking whether we are using the GNU C++ compiler
  405. configure:5758: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5
  406. configure:5765: $? = 0
  407. configure:5782: result: yes
  408. configure:5791: checking whether x86_64-pc-linux-gnu-g++ accepts -g
  409. configure:5821: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5
  410. configure:5828: $? = 0
  411. configure:5929: result: yes
  412. configure:5954: checking dependency style of x86_64-pc-linux-gnu-g++
  413. configure:6045: result: gcc3
  414. configure:6070: checking how to run the C++ preprocessor
  415. configure:6106: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  416. configure:6113: $? = 0
  417. configure:6144: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  418. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  419. compilation terminated.
  420. configure:6151: $? = 1
  421. configure: failed program was:
  422. | /* confdefs.h. */
  423. | #define PACKAGE_NAME "qingy"
  424. | #define PACKAGE_TARNAME "qingy"
  425. | #define PACKAGE_VERSION "1.0.0"
  426. | #define PACKAGE_STRING "qingy 1.0.0"
  427. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  428. | #define PACKAGE "qingy"
  429. | #define VERSION "1.0.0"
  430. | #define STDC_HEADERS 1
  431. | #define HAVE_SYS_TYPES_H 1
  432. | #define HAVE_SYS_STAT_H 1
  433. | #define HAVE_STDLIB_H 1
  434. | #define HAVE_STRING_H 1
  435. | #define HAVE_MEMORY_H 1
  436. | #define HAVE_STRINGS_H 1
  437. | #define HAVE_INTTYPES_H 1
  438. | #define HAVE_STDINT_H 1
  439. | #define HAVE_UNISTD_H 1
  440. | #define __EXTENSIONS__ 1
  441. | #define _ALL_SOURCE 1
  442. | #define _GNU_SOURCE 1
  443. | #define _POSIX_PTHREAD_SEMANTICS 1
  444. | #define _TANDEM_SOURCE 1
  445. | #define HAVE_DLFCN_H 1
  446. | /* end confdefs.h. */
  447. | #include <ac_nonexistent.h>
  448. configure:6184: result: x86_64-pc-linux-gnu-g++ -E
  449. configure:6213: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  450. configure:6220: $? = 0
  451. configure:6251: x86_64-pc-linux-gnu-g++ -E conftest.cpp
  452. conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory
  453. compilation terminated.
  454. configure:6258: $? = 1
  455. configure: failed program was:
  456. | /* confdefs.h. */
  457. | #define PACKAGE_NAME "qingy"
  458. | #define PACKAGE_TARNAME "qingy"
  459. | #define PACKAGE_VERSION "1.0.0"
  460. | #define PACKAGE_STRING "qingy 1.0.0"
  461. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  462. | #define PACKAGE "qingy"
  463. | #define VERSION "1.0.0"
  464. | #define STDC_HEADERS 1
  465. | #define HAVE_SYS_TYPES_H 1
  466. | #define HAVE_SYS_STAT_H 1
  467. | #define HAVE_STDLIB_H 1
  468. | #define HAVE_STRING_H 1
  469. | #define HAVE_MEMORY_H 1
  470. | #define HAVE_STRINGS_H 1
  471. | #define HAVE_INTTYPES_H 1
  472. | #define HAVE_STDINT_H 1
  473. | #define HAVE_UNISTD_H 1
  474. | #define __EXTENSIONS__ 1
  475. | #define _ALL_SOURCE 1
  476. | #define _GNU_SOURCE 1
  477. | #define _POSIX_PTHREAD_SEMANTICS 1
  478. | #define _TANDEM_SOURCE 1
  479. | #define HAVE_DLFCN_H 1
  480. | /* end confdefs.h. */
  481. | #include <ac_nonexistent.h>
  482. configure:6309: checking for x86_64-pc-linux-gnu-g77
  483. configure:6339: result: no
  484. configure:6309: checking for x86_64-pc-linux-gnu-xlf
  485. configure:6339: result: no
  486. configure:6309: checking for x86_64-pc-linux-gnu-f77
  487. configure:6339: result: no
  488. configure:6309: checking for x86_64-pc-linux-gnu-frt
  489. configure:6339: result: no
  490. configure:6309: checking for x86_64-pc-linux-gnu-pgf77
  491. configure:6339: result: no
  492. configure:6309: checking for x86_64-pc-linux-gnu-cf77
  493. configure:6339: result: no
  494. configure:6309: checking for x86_64-pc-linux-gnu-fort77
  495. configure:6339: result: no
  496. configure:6309: checking for x86_64-pc-linux-gnu-fl32
  497. configure:6339: result: no
  498. configure:6309: checking for x86_64-pc-linux-gnu-af77
  499. configure:6339: result: no
  500. configure:6309: checking for x86_64-pc-linux-gnu-xlf90
  501. configure:6339: result: no
  502. configure:6309: checking for x86_64-pc-linux-gnu-f90
  503. configure:6339: result: no
  504. configure:6309: checking for x86_64-pc-linux-gnu-pgf90
  505. configure:6339: result: no
  506. configure:6309: checking for x86_64-pc-linux-gnu-pghpf
  507. configure:6339: result: no
  508. configure:6309: checking for x86_64-pc-linux-gnu-epcf90
  509. configure:6339: result: no
  510. configure:6309: checking for x86_64-pc-linux-gnu-gfortran
  511. configure:6325: found /usr/bin/x86_64-pc-linux-gnu-gfortran
  512. configure:6336: result: x86_64-pc-linux-gnu-gfortran
  513. configure:6406: checking for Fortran 77 compiler version
  514. configure:6414: x86_64-pc-linux-gnu-gfortran --version >&5
  515. GNU Fortran (Gentoo 4.7.2 p1.3, pie-0.5.5) 4.7.2
  516. Copyright (C) 2012 Free Software Foundation, Inc.
  517.  
  518. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  519. You may redistribute copies of GNU Fortran
  520. under the terms of the GNU General Public License.
  521. For more information about these matters, see the file named COPYING
  522.  
  523. configure:6418: $? = 0
  524. configure:6425: x86_64-pc-linux-gnu-gfortran -v >&5
  525. Using built-in specs.
  526. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-gfortran
  527. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper
  528. Target: x86_64-pc-linux-gnu
  529. Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2 p1.3, pie-0.5.5'
  530. Thread model: posix
  531. gcc version 4.7.2 (Gentoo 4.7.2 p1.3, pie-0.5.5)
  532. configure:6429: $? = 0
  533. configure:6436: x86_64-pc-linux-gnu-gfortran -V >&5
  534. x86_64-pc-linux-gnu-gfortran: error: unrecognized command line option '-V'
  535. x86_64-pc-linux-gnu-gfortran: fatal error: no input files
  536. compilation terminated.
  537. configure:6440: $? = 1
  538. configure:6448: checking whether we are using the GNU Fortran 77 compiler
  539. configure:6467: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe conftest.F >&5
  540. configure:6474: $? = 0
  541. configure:6491: result: yes
  542. configure:6497: checking whether x86_64-pc-linux-gnu-gfortran accepts -g
  543. configure:6514: x86_64-pc-linux-gnu-gfortran -c -g conftest.f >&5
  544. configure:6521: $? = 0
  545. configure:6537: result: yes
  546. configure:6570: checking the maximum length of command line arguments
  547. configure:6682: result: 1572864
  548. configure:6694: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object
  549. configure:6799: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  550. configure:6802: $? = 0
  551. configure:6806: /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
  552. configure:6809: $? = 0
  553. configure:6861: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5
  554. configure:6864: $? = 0
  555. configure:6902: result: ok
  556. configure:6906: checking for objdir
  557. configure:6921: result: .libs
  558. configure:6973: checking for x86_64-pc-linux-gnu-ar
  559. configure:6989: found /usr/bin/x86_64-pc-linux-gnu-ar
  560. configure:7000: result: x86_64-pc-linux-gnu-ar
  561. configure:7065: checking for x86_64-pc-linux-gnu-ranlib
  562. configure:7081: found /usr/bin/x86_64-pc-linux-gnu-ranlib
  563. configure:7092: result: x86_64-pc-linux-gnu-ranlib
  564. configure:7157: checking for x86_64-pc-linux-gnu-strip
  565. configure:7173: found /usr/bin/x86_64-pc-linux-gnu-strip
  566. configure:7184: result: x86_64-pc-linux-gnu-strip
  567. configure:7765: checking for correct ltmain.sh version
  568. configure:7815: result: yes
  569. configure:7875: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions
  570. configure:7893: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5
  571. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  572. configure:7897: $? = 0
  573. configure:7910: result: no
  574. configure:7925: checking for x86_64-pc-linux-gnu-gcc option to produce PIC
  575. configure:8157: result: -fPIC
  576. configure:8165: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC works
  577. configure:8183: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fPIC -DPIC conftest.c >&5
  578. configure:8187: $? = 0
  579. configure:8200: result: yes
  580. configure:8228: checking if x86_64-pc-linux-gnu-gcc static flag -static works
  581. configure:8256: result: yes
  582. configure:8266: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o
  583. configure:8287: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -o out/conftest2.o conftest.c >&5
  584. configure:8291: $? = 0
  585. configure:8313: result: yes
  586. configure:8339: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  587. configure:9327: result: yes
  588. configure:9348: checking whether -lc should be explicitly linked in
  589. configure:9353: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe conftest.c >&5
  590. configure:9356: $? = 0
  591. configure:9371: x86_64-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
  592. configure:9374: $? = 0
  593. configure:9386: result: no
  594. configure:9394: checking dynamic linker characteristics
  595. configure:10009: result: GNU/Linux ld.so
  596. configure:10033: checking how to hardcode library paths into programs
  597. configure:10058: result: immediate
  598. configure:10072: checking whether stripping libraries is possible
  599. configure:10077: result: yes
  600. configure:10907: checking if libtool supports shared libraries
  601. configure:10909: result: yes
  602. configure:10912: checking whether to build shared libraries
  603. configure:10933: result: yes
  604. configure:10936: checking whether to build static libraries
  605. configure:10940: result: yes
  606. configure:11034: creating libtool
  607. configure:11627: checking for ld used by x86_64-pc-linux-gnu-g++
  608. configure:11694: result: /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  609. configure:11703: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld
  610. configure:11718: result: yes
  611. configure:11769: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  612. configure:12723: result: yes
  613. configure:12740: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe conftest.cpp >&5
  614. configure:12743: $? = 0
  615. configure:12899: checking for x86_64-pc-linux-gnu-g++ option to produce PIC
  616. configure:13183: result: -fPIC
  617. configure:13191: checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works
  618. configure:13209: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fPIC -DPIC conftest.cpp >&5
  619. configure:13213: $? = 0
  620. configure:13226: result: yes
  621. configure:13254: checking if x86_64-pc-linux-gnu-g++ static flag -static works
  622. configure:13282: result: yes
  623. configure:13292: checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o
  624. configure:13313: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -o out/conftest2.o conftest.cpp >&5
  625. configure:13317: $? = 0
  626. configure:13339: result: yes
  627. configure:13365: checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  628. configure:13391: result: yes
  629. configure:13458: checking dynamic linker characteristics
  630. configure:14021: result: GNU/Linux ld.so
  631. configure:14045: checking how to hardcode library paths into programs
  632. configure:14070: result: immediate
  633. configure:14609: checking if libtool supports shared libraries
  634. configure:14611: result: yes
  635. configure:14614: checking whether to build shared libraries
  636. configure:14634: result: yes
  637. configure:14637: checking whether to build static libraries
  638. configure:14641: result: yes
  639. configure:14651: checking for x86_64-pc-linux-gnu-gfortran option to produce PIC
  640. configure:14883: result: -fPIC
  641. configure:14891: checking if x86_64-pc-linux-gnu-gfortran PIC flag -fPIC works
  642. configure:14909: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -fPIC conftest.f >&5
  643. configure:14913: $? = 0
  644. configure:14926: result: yes
  645. configure:14954: checking if x86_64-pc-linux-gnu-gfortran static flag -static works
  646. configure:14982: result: yes
  647. configure:14992: checking if x86_64-pc-linux-gnu-gfortran supports -c -o file.o
  648. configure:15013: x86_64-pc-linux-gnu-gfortran -c -O2 -pipe -o out/conftest2.o conftest.f >&5
  649. configure:15017: $? = 0
  650. configure:15039: result: yes
  651. configure:15065: checking whether the x86_64-pc-linux-gnu-gfortran linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries
  652. configure:16033: result: yes
  653. configure:16100: checking dynamic linker characteristics
  654. configure:16663: result: GNU/Linux ld.so
  655. configure:16687: checking how to hardcode library paths into programs
  656. configure:16712: result: immediate
  657. configure:20347: checking for a BSD-compatible install
  658. configure:20415: result: /usr/bin/install -c
  659. configure:20434: checking for x86_64-pc-linux-gnu-gcc
  660. configure:20461: result: x86_64-pc-linux-gnu-gcc
  661. configure:20733: checking for C compiler version
  662. configure:20741: x86_64-pc-linux-gnu-gcc --version >&5
  663. x86_64-pc-linux-gnu-gcc (Gentoo 4.7.2 p1.3, pie-0.5.5) 4.7.2
  664. Copyright (C) 2012 Free Software Foundation, Inc.
  665. This is free software; see the source for copying conditions. There is NO
  666. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  667.  
  668. configure:20745: $? = 0
  669. configure:20752: x86_64-pc-linux-gnu-gcc -v >&5
  670. Using built-in specs.
  671. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2/x86_64-pc-linux-gnu-gcc
  672. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.2/lto-wrapper
  673. Target: x86_64-pc-linux-gnu
  674. Configured with: /var/tmp/portage/sys-devel/gcc-4.7.2/work/gcc-4.7.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.2/python --enable-checking=release --disable-libgcj --enable-libstdcxx-time --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.2 p1.3, pie-0.5.5'
  675. Thread model: posix
  676. gcc version 4.7.2 (Gentoo 4.7.2 p1.3, pie-0.5.5)
  677. configure:20756: $? = 0
  678. configure:20763: x86_64-pc-linux-gnu-gcc -V >&5
  679. x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V'
  680. x86_64-pc-linux-gnu-gcc: fatal error: no input files
  681. compilation terminated.
  682. configure:20767: $? = 1
  683. configure:20770: checking whether we are using the GNU C compiler
  684. configure:20823: result: yes
  685. configure:20832: checking whether x86_64-pc-linux-gnu-gcc accepts -g
  686. configure:20970: result: yes
  687. configure:20987: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89
  688. configure:21091: result: none needed
  689. configure:21111: checking dependency style of x86_64-pc-linux-gnu-gcc
  690. configure:21202: result: gcc3
  691. configure:21221: checking for flex
  692. configure:21237: found /usr/bin/flex
  693. configure:21248: result: flex
  694. configure:21285: flex conftest.l
  695. configure:21289: $? = 0
  696. configure:21291: checking lex output file root
  697. configure:21307: result: lex.yy
  698. configure:21312: checking lex library
  699. configure:21331: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  700. /var/tmp/portage/sys-apps/qingy-1.0.0/temp/ccjic5Ew.o: In function `yylex':
  701. conftest.c:(.text+0xaf1): undefined reference to `yywrap'
  702. conftest.c:(.text+0xf33): undefined reference to `yywrap'
  703. /var/tmp/portage/sys-apps/qingy-1.0.0/temp/ccjic5Ew.o: In function `main':
  704. conftest.c:(.text.startup+0x9): undefined reference to `yywrap'
  705. collect2: error: ld returned 1 exit status
  706. configure:21338: $? = 1
  707. configure: failed program was:
  708. |
  709. | #line 3 "lex.yy.c"
  710. |
  711. | #define YY_INT_ALIGNED short int
  712. |
  713. | /* A lexical scanner generated by flex */
  714. |
  715. | #define FLEX_SCANNER
  716. | #define YY_FLEX_MAJOR_VERSION 2
  717. | #define YY_FLEX_MINOR_VERSION 5
  718. | #define YY_FLEX_SUBMINOR_VERSION 37
  719. | #if YY_FLEX_SUBMINOR_VERSION > 0
  720. | #define FLEX_BETA
  721. | #endif
  722. |
  723. | /* First, we deal with platform-specific or compiler-specific issues. */
  724. |
  725. | /* begin standard C headers. */
  726. | #include <stdio.h>
  727. | #include <string.h>
  728. | #include <errno.h>
  729. | #include <stdlib.h>
  730. |
  731. | /* end standard C headers. */
  732. |
  733. | /* flex integer type definitions */
  734. |
  735. | #ifndef FLEXINT_H
  736. | #define FLEXINT_H
  737. |
  738. | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  739. |
  740. | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  741. |
  742. | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  743. | * if you want the limit (max/min) macros for int types.
  744. | */
  745. | #ifndef __STDC_LIMIT_MACROS
  746. | #define __STDC_LIMIT_MACROS 1
  747. | #endif
  748. |
  749. | #include <inttypes.h>
  750. | typedef int8_t flex_int8_t;
  751. | typedef uint8_t flex_uint8_t;
  752. | typedef int16_t flex_int16_t;
  753. | typedef uint16_t flex_uint16_t;
  754. | typedef int32_t flex_int32_t;
  755. | typedef uint32_t flex_uint32_t;
  756. | #else
  757. | typedef signed char flex_int8_t;
  758. | typedef short int flex_int16_t;
  759. | typedef int flex_int32_t;
  760. | typedef unsigned char flex_uint8_t;
  761. | typedef unsigned short int flex_uint16_t;
  762. | typedef unsigned int flex_uint32_t;
  763. |
  764. | /* Limits of integral types. */
  765. | #ifndef INT8_MIN
  766. | #define INT8_MIN (-128)
  767. | #endif
  768. | #ifndef INT16_MIN
  769. | #define INT16_MIN (-32767-1)
  770. | #endif
  771. | #ifndef INT32_MIN
  772. | #define INT32_MIN (-2147483647-1)
  773. | #endif
  774. | #ifndef INT8_MAX
  775. | #define INT8_MAX (127)
  776. | #endif
  777. | #ifndef INT16_MAX
  778. | #define INT16_MAX (32767)
  779. | #endif
  780. | #ifndef INT32_MAX
  781. | #define INT32_MAX (2147483647)
  782. | #endif
  783. | #ifndef UINT8_MAX
  784. | #define UINT8_MAX (255U)
  785. | #endif
  786. | #ifndef UINT16_MAX
  787. | #define UINT16_MAX (65535U)
  788. | #endif
  789. | #ifndef UINT32_MAX
  790. | #define UINT32_MAX (4294967295U)
  791. | #endif
  792. |
  793. | #endif /* ! C99 */
  794. |
  795. | #endif /* ! FLEXINT_H */
  796. |
  797. | #ifdef __cplusplus
  798. |
  799. | /* The "const" storage-class-modifier is valid. */
  800. | #define YY_USE_CONST
  801. |
  802. | #else /* ! __cplusplus */
  803. |
  804. | /* C99 requires __STDC__ to be defined as 1. */
  805. | #if defined (__STDC__)
  806. |
  807. | #define YY_USE_CONST
  808. |
  809. | #endif /* defined (__STDC__) */
  810. | #endif /* ! __cplusplus */
  811. |
  812. | #ifdef YY_USE_CONST
  813. | #define yyconst const
  814. | #else
  815. | #define yyconst
  816. | #endif
  817. |
  818. | /* Returned upon end-of-file. */
  819. | #define YY_NULL 0
  820. |
  821. | /* Promotes a possibly negative, possibly signed char to an unsigned
  822. | * integer for use as an array index. If the signed char is negative,
  823. | * we want to instead treat it as an 8-bit unsigned char, hence the
  824. | * double cast.
  825. | */
  826. | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
  827. |
  828. | /* Enter a start condition. This macro really ought to take a parameter,
  829. | * but we do it the disgusting crufty way forced on us by the ()-less
  830. | * definition of BEGIN.
  831. | */
  832. | #define BEGIN (yy_start) = 1 + 2 *
  833. |
  834. | /* Translate the current start state into a value that can be later handed
  835. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  836. | * compatibility.
  837. | */
  838. | #define YY_START (((yy_start) - 1) / 2)
  839. | #define YYSTATE YY_START
  840. |
  841. | /* Action number for EOF rule of a given start state. */
  842. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  843. |
  844. | /* Special action meaning "start processing a new file". */
  845. | #define YY_NEW_FILE yyrestart(yyin )
  846. |
  847. | #define YY_END_OF_BUFFER_CHAR 0
  848. |
  849. | /* Size of default input buffer. */
  850. | #ifndef YY_BUF_SIZE
  851. | #define YY_BUF_SIZE 16384
  852. | #endif
  853. |
  854. | /* The state buf must be large enough to hold one state per character in the main buffer.
  855. | */
  856. | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  857. |
  858. | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  859. | #define YY_TYPEDEF_YY_BUFFER_STATE
  860. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  861. | #endif
  862. |
  863. | #ifndef YY_TYPEDEF_YY_SIZE_T
  864. | #define YY_TYPEDEF_YY_SIZE_T
  865. | typedef size_t yy_size_t;
  866. | #endif
  867. |
  868. | extern yy_size_t yyleng;
  869. |
  870. | extern FILE *yyin, *yyout;
  871. |
  872. | #define EOB_ACT_CONTINUE_SCAN 0
  873. | #define EOB_ACT_END_OF_FILE 1
  874. | #define EOB_ACT_LAST_MATCH 2
  875. |
  876. | #define YY_LESS_LINENO(n)
  877. |
  878. | /* Return all but the first "n" matched characters back to the input stream. */
  879. | #define yyless(n) \
  880. | do \
  881. | { \
  882. | /* Undo effects of setting up yytext. */ \
  883. | int yyless_macro_arg = (n); \
  884. | YY_LESS_LINENO(yyless_macro_arg);\
  885. | *yy_cp = (yy_hold_char); \
  886. | YY_RESTORE_YY_MORE_OFFSET \
  887. | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  888. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  889. | } \
  890. | while ( 0 )
  891. |
  892. | #define unput(c) yyunput( c, (yytext_ptr) )
  893. |
  894. | #ifndef YY_STRUCT_YY_BUFFER_STATE
  895. | #define YY_STRUCT_YY_BUFFER_STATE
  896. | struct yy_buffer_state
  897. | {
  898. | FILE *yy_input_file;
  899. |
  900. | char *yy_ch_buf; /* input buffer */
  901. | char *yy_buf_pos; /* current position in input buffer */
  902. |
  903. | /* Size of input buffer in bytes, not including room for EOB
  904. | * characters.
  905. | */
  906. | yy_size_t yy_buf_size;
  907. |
  908. | /* Number of characters read into yy_ch_buf, not including EOB
  909. | * characters.
  910. | */
  911. | yy_size_t yy_n_chars;
  912. |
  913. | /* Whether we "own" the buffer - i.e., we know we created it,
  914. | * and can realloc() it to grow it, and should free() it to
  915. | * delete it.
  916. | */
  917. | int yy_is_our_buffer;
  918. |
  919. | /* Whether this is an "interactive" input source; if so, and
  920. | * if we're using stdio for input, then we want to use getc()
  921. | * instead of fread(), to make sure we stop fetching input after
  922. | * each newline.
  923. | */
  924. | int yy_is_interactive;
  925. |
  926. | /* Whether we're considered to be at the beginning of a line.
  927. | * If so, '^' rules will be active on the next match, otherwise
  928. | * not.
  929. | */
  930. | int yy_at_bol;
  931. |
  932. | int yy_bs_lineno; /**< The line count. */
  933. | int yy_bs_column; /**< The column count. */
  934. |
  935. | /* Whether to try to fill the input buffer when we reach the
  936. | * end of it.
  937. | */
  938. | int yy_fill_buffer;
  939. |
  940. | int yy_buffer_status;
  941. |
  942. | #define YY_BUFFER_NEW 0
  943. | #define YY_BUFFER_NORMAL 1
  944. | /* When an EOF's been seen but there's still some text to process
  945. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  946. | * shouldn't try reading from the input source any more. We might
  947. | * still have a bunch of tokens to match, though, because of
  948. | * possible backing-up.
  949. | *
  950. | * When we actually see the EOF, we change the status to "new"
  951. | * (via yyrestart()), so that the user can continue scanning by
  952. | * just pointing yyin at a new input file.
  953. | */
  954. | #define YY_BUFFER_EOF_PENDING 2
  955. |
  956. | };
  957. | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  958. |
  959. | /* Stack of input buffers. */
  960. | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  961. | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  962. | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
  963. |
  964. | /* We provide macros for accessing buffer states in case in the
  965. | * future we want to put the buffer states in a more general
  966. | * "scanner state".
  967. | *
  968. | * Returns the top of the stack, or NULL.
  969. | */
  970. | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  971. | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  972. | : NULL)
  973. |
  974. | /* Same as previous macro, but useful when we know that the buffer stack is not
  975. | * NULL or when we need an lvalue. For internal use only.
  976. | */
  977. | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  978. |
  979. | /* yy_hold_char holds the character lost when yytext is formed. */
  980. | static char yy_hold_char;
  981. | static yy_size_t yy_n_chars; /* number of characters read into yy_ch_buf */
  982. | yy_size_t yyleng;
  983. |
  984. | /* Points to current character in buffer. */
  985. | static char *yy_c_buf_p = (char *) 0;
  986. | static int yy_init = 0; /* whether we need to initialize */
  987. | static int yy_start = 0; /* start state number */
  988. |
  989. | /* Flag which is used to allow yywrap()'s to do buffer switches
  990. | * instead of setting up a fresh yyin. A bit of a hack ...
  991. | */
  992. | static int yy_did_buffer_switch_on_eof;
  993. |
  994. | void yyrestart (FILE *input_file );
  995. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
  996. | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
  997. | void yy_delete_buffer (YY_BUFFER_STATE b );
  998. | void yy_flush_buffer (YY_BUFFER_STATE b );
  999. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
  1000. | void yypop_buffer_state (void );
  1001. |
  1002. | static void yyensure_buffer_stack (void );
  1003. | static void yy_load_buffer_state (void );
  1004. | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
  1005. |
  1006. | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
  1007. |
  1008. | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
  1009. | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
  1010. | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
  1011. |
  1012. | void *yyalloc (yy_size_t );
  1013. | void *yyrealloc (void *,yy_size_t );
  1014. | void yyfree (void * );
  1015. |
  1016. | #define yy_new_buffer yy_create_buffer
  1017. |
  1018. | #define yy_set_interactive(is_interactive) \
  1019. | { \
  1020. | if ( ! YY_CURRENT_BUFFER ){ \
  1021. | yyensure_buffer_stack (); \
  1022. | YY_CURRENT_BUFFER_LVALUE = \
  1023. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  1024. | } \
  1025. | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  1026. | }
  1027. |
  1028. | #define yy_set_bol(at_bol) \
  1029. | { \
  1030. | if ( ! YY_CURRENT_BUFFER ){\
  1031. | yyensure_buffer_stack (); \
  1032. | YY_CURRENT_BUFFER_LVALUE = \
  1033. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  1034. | } \
  1035. | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  1036. | }
  1037. |
  1038. | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  1039. |
  1040. | /* Begin user sect3 */
  1041. |
  1042. | typedef unsigned char YY_CHAR;
  1043. |
  1044. | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
  1045. |
  1046. | typedef int yy_state_type;
  1047. |
  1048. | extern int yylineno;
  1049. |
  1050. | int yylineno = 1;
  1051. |
  1052. | extern char *yytext;
  1053. | #define yytext_ptr yytext
  1054. |
  1055. | static yy_state_type yy_get_previous_state (void );
  1056. | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
  1057. | static int yy_get_next_buffer (void );
  1058. | static void yy_fatal_error (yyconst char msg[] );
  1059. |
  1060. | /* Done after the current pattern has been matched and before the
  1061. | * corresponding action - sets up yytext.
  1062. | */
  1063. | #define YY_DO_BEFORE_ACTION \
  1064. | (yytext_ptr) = yy_bp; \
  1065. | (yytext_ptr) -= (yy_more_len); \
  1066. | yyleng = (size_t) (yy_cp - (yytext_ptr)); \
  1067. | (yy_hold_char) = *yy_cp; \
  1068. | *yy_cp = '\0'; \
  1069. | (yy_c_buf_p) = yy_cp;
  1070. |
  1071. | #define YY_NUM_RULES 8
  1072. | #define YY_END_OF_BUFFER 9
  1073. | /* This struct is not used in this scanner,
  1074. | but its presence is necessary. */
  1075. | struct yy_trans_info
  1076. | {
  1077. | flex_int32_t yy_verify;
  1078. | flex_int32_t yy_nxt;
  1079. | };
  1080. | static yyconst flex_int16_t yy_acclist[23] =
  1081. | { 0,
  1082. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  1083. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  1084. | 7, 8
  1085. | } ;
  1086. |
  1087. | static yyconst flex_int16_t yy_accept[14] =
  1088. | { 0,
  1089. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  1090. | 20, 23, 23
  1091. | } ;
  1092. |
  1093. | static yyconst flex_int32_t yy_ec[256] =
  1094. | { 0,
  1095. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  1096. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1097. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1098. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1099. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1100. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1101. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1102. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1103. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1104. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  1105. |
  1106. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  1107. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1108. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1109. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1110. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1111. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1112. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1113. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1114. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1115. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1116. |
  1117. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1118. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1119. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1120. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1121. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1122. | 1, 1, 1, 1, 1
  1123. | } ;
  1124. |
  1125. | static yyconst flex_int32_t yy_meta[9] =
  1126. | { 0,
  1127. | 1, 1, 1, 1, 1, 1, 1, 1
  1128. | } ;
  1129. |
  1130. | static yyconst flex_int16_t yy_base[13] =
  1131. | { 0,
  1132. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  1133. | 10, 10
  1134. | } ;
  1135. |
  1136. | static yyconst flex_int16_t yy_def[13] =
  1137. | { 0,
  1138. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  1139. | 12, 0
  1140. | } ;
  1141. |
  1142. | static yyconst flex_int16_t yy_nxt[19] =
  1143. | { 0,
  1144. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  1145. | 12, 12, 12, 12, 12, 12, 12, 12
  1146. | } ;
  1147. |
  1148. | static yyconst flex_int16_t yy_chk[19] =
  1149. | { 0,
  1150. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  1151. | 12, 12, 12, 12, 12, 12, 12, 12
  1152. | } ;
  1153. |
  1154. | extern int yy_flex_debug;
  1155. | int yy_flex_debug = 0;
  1156. |
  1157. | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
  1158. | static char *yy_full_match;
  1159. | static int yy_lp;
  1160. | #define REJECT \
  1161. | { \
  1162. | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
  1163. | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
  1164. | ++(yy_lp); \
  1165. | goto find_rule; \
  1166. | }
  1167. |
  1168. | static int yy_more_flag = 0;
  1169. | static int yy_more_len = 0;
  1170. | #define yymore() ((yy_more_flag) = 1)
  1171. | #define YY_MORE_ADJ (yy_more_len)
  1172. | #define YY_RESTORE_YY_MORE_OFFSET
  1173. | char *yytext;
  1174. | #line 1 "conftest.l"
  1175. | #line 469 "lex.yy.c"
  1176. |
  1177. | #define INITIAL 0
  1178. |
  1179. | #ifndef YY_NO_UNISTD_H
  1180. | /* Special case for "unistd.h", since it is non-ANSI. We include it way
  1181. | * down here because we want the user's section 1 to have been scanned first.
  1182. | * The user has a chance to override it with an option.
  1183. | */
  1184. | #include <unistd.h>
  1185. | #endif
  1186. |
  1187. | #ifndef YY_EXTRA_TYPE
  1188. | #define YY_EXTRA_TYPE void *
  1189. | #endif
  1190. |
  1191. | static int yy_init_globals (void );
  1192. |
  1193. | /* Accessor methods to globals.
  1194. | These are made visible to non-reentrant scanners for convenience. */
  1195. |
  1196. | int yylex_destroy (void );
  1197. |
  1198. | int yyget_debug (void );
  1199. |
  1200. | void yyset_debug (int debug_flag );
  1201. |
  1202. | YY_EXTRA_TYPE yyget_extra (void );
  1203. |
  1204. | void yyset_extra (YY_EXTRA_TYPE user_defined );
  1205. |
  1206. | FILE *yyget_in (void );
  1207. |
  1208. | void yyset_in (FILE * in_str );
  1209. |
  1210. | FILE *yyget_out (void );
  1211. |
  1212. | void yyset_out (FILE * out_str );
  1213. |
  1214. | yy_size_t yyget_leng (void );
  1215. |
  1216. | char *yyget_text (void );
  1217. |
  1218. | int yyget_lineno (void );
  1219. |
  1220. | void yyset_lineno (int line_number );
  1221. |
  1222. | /* Macros after this point can all be overridden by user definitions in
  1223. | * section 1.
  1224. | */
  1225. |
  1226. | #ifndef YY_SKIP_YYWRAP
  1227. | #ifdef __cplusplus
  1228. | extern "C" int yywrap (void );
  1229. | #else
  1230. | extern int yywrap (void );
  1231. | #endif
  1232. | #endif
  1233. |
  1234. | static void yyunput (int c,char *buf_ptr );
  1235. |
  1236. | #ifndef yytext_ptr
  1237. | static void yy_flex_strncpy (char *,yyconst char *,int );
  1238. | #endif
  1239. |
  1240. | #ifdef YY_NEED_STRLEN
  1241. | static int yy_flex_strlen (yyconst char * );
  1242. | #endif
  1243. |
  1244. | #ifndef YY_NO_INPUT
  1245. |
  1246. | #ifdef __cplusplus
  1247. | static int yyinput (void );
  1248. | #else
  1249. | static int input (void );
  1250. | #endif
  1251. |
  1252. | #endif
  1253. |
  1254. | /* Amount of stuff to slurp up with each read. */
  1255. | #ifndef YY_READ_BUF_SIZE
  1256. | #define YY_READ_BUF_SIZE 8192
  1257. | #endif
  1258. |
  1259. | /* Copy whatever the last rule matched to the standard output. */
  1260. | #ifndef ECHO
  1261. | /* This used to be an fputs(), but since the string might contain NUL's,
  1262. | * we now use fwrite().
  1263. | */
  1264. | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
  1265. | #endif
  1266. |
  1267. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  1268. | * is returned in "result".
  1269. | */
  1270. | #ifndef YY_INPUT
  1271. | #define YY_INPUT(buf,result,max_size) \
  1272. | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
  1273. | { \
  1274. | int c = '*'; \
  1275. | size_t n; \
  1276. | for ( n = 0; n < max_size && \
  1277. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  1278. | buf[n] = (char) c; \
  1279. | if ( c == '\n' ) \
  1280. | buf[n++] = (char) c; \
  1281. | if ( c == EOF && ferror( yyin ) ) \
  1282. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1283. | result = n; \
  1284. | } \
  1285. | else \
  1286. | { \
  1287. | errno=0; \
  1288. | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  1289. | { \
  1290. | if( errno != EINTR) \
  1291. | { \
  1292. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1293. | break; \
  1294. | } \
  1295. | errno=0; \
  1296. | clearerr(yyin); \
  1297. | } \
  1298. | }\
  1299. | \
  1300. |
  1301. | #endif
  1302. |
  1303. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  1304. | * we don't want an extra ';' after the "return" because that will cause
  1305. | * some compilers to complain about unreachable statements.
  1306. | */
  1307. | #ifndef yyterminate
  1308. | #define yyterminate() return YY_NULL
  1309. | #endif
  1310. |
  1311. | /* Number of entries by which start-condition stack grows. */
  1312. | #ifndef YY_START_STACK_INCR
  1313. | #define YY_START_STACK_INCR 25
  1314. | #endif
  1315. |
  1316. | /* Report a fatal error. */
  1317. | #ifndef YY_FATAL_ERROR
  1318. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  1319. | #endif
  1320. |
  1321. | /* end tables serialization structures and prototypes */
  1322. |
  1323. | /* Default declaration of generated scanner - a define so the user can
  1324. | * easily add parameters.
  1325. | */
  1326. | #ifndef YY_DECL
  1327. | #define YY_DECL_IS_OURS 1
  1328. |
  1329. | extern int yylex (void);
  1330. |
  1331. | #define YY_DECL int yylex (void)
  1332. | #endif /* !YY_DECL */
  1333. |
  1334. | /* Code executed at the beginning of each rule, after yytext and yyleng
  1335. | * have been set up.
  1336. | */
  1337. | #ifndef YY_USER_ACTION
  1338. | #define YY_USER_ACTION
  1339. | #endif
  1340. |
  1341. | /* Code executed at the end of each rule. */
  1342. | #ifndef YY_BREAK
  1343. | #define YY_BREAK break;
  1344. | #endif
  1345. |
  1346. | #define YY_RULE_SETUP \
  1347. | YY_USER_ACTION
  1348. |
  1349. | /** The main scanner function which does all the work.
  1350. | */
  1351. | YY_DECL
  1352. | {
  1353. | register yy_state_type yy_current_state;
  1354. | register char *yy_cp, *yy_bp;
  1355. | register int yy_act;
  1356. |
  1357. | #line 1 "conftest.l"
  1358. |
  1359. | #line 653 "lex.yy.c"
  1360. |
  1361. | if ( !(yy_init) )
  1362. | {
  1363. | (yy_init) = 1;
  1364. |
  1365. | #ifdef YY_USER_INIT
  1366. | YY_USER_INIT;
  1367. | #endif
  1368. |
  1369. | /* Create the reject buffer large enough to save one state per allowed character. */
  1370. | if ( ! (yy_state_buf) )
  1371. | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
  1372. | if ( ! (yy_state_buf) )
  1373. | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
  1374. |
  1375. | if ( ! (yy_start) )
  1376. | (yy_start) = 1; /* first start state */
  1377. |
  1378. | if ( ! yyin )
  1379. | yyin = stdin;
  1380. |
  1381. | if ( ! yyout )
  1382. | yyout = stdout;
  1383. |
  1384. | if ( ! YY_CURRENT_BUFFER ) {
  1385. | yyensure_buffer_stack ();
  1386. | YY_CURRENT_BUFFER_LVALUE =
  1387. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1388. | }
  1389. |
  1390. | yy_load_buffer_state( );
  1391. | }
  1392. |
  1393. | while ( 1 ) /* loops until end-of-file is reached */
  1394. | {
  1395. | (yy_more_len) = 0;
  1396. | if ( (yy_more_flag) )
  1397. | {
  1398. | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
  1399. | (yy_more_flag) = 0;
  1400. | }
  1401. | yy_cp = (yy_c_buf_p);
  1402. |
  1403. | /* Support of yytext. */
  1404. | *yy_cp = (yy_hold_char);
  1405. |
  1406. | /* yy_bp points to the position in yy_ch_buf of the start of
  1407. | * the current run.
  1408. | */
  1409. | yy_bp = yy_cp;
  1410. |
  1411. | yy_current_state = (yy_start);
  1412. |
  1413. | (yy_state_ptr) = (yy_state_buf);
  1414. | *(yy_state_ptr)++ = yy_current_state;
  1415. |
  1416. | yy_match:
  1417. | do
  1418. | {
  1419. | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
  1420. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1421. | {
  1422. | yy_current_state = (int) yy_def[yy_current_state];
  1423. | if ( yy_current_state >= 13 )
  1424. | yy_c = yy_meta[(unsigned int) yy_c];
  1425. | }
  1426. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1427. | *(yy_state_ptr)++ = yy_current_state;
  1428. | ++yy_cp;
  1429. | }
  1430. | while ( yy_base[yy_current_state] != 10 );
  1431. |
  1432. | yy_find_action:
  1433. | yy_current_state = *--(yy_state_ptr);
  1434. | (yy_lp) = yy_accept[yy_current_state];
  1435. | find_rule: /* we branch to this label when backing up */
  1436. | for ( ; ; ) /* until we find what rule we matched */
  1437. | {
  1438. | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
  1439. | {
  1440. | yy_act = yy_acclist[(yy_lp)];
  1441. | {
  1442. | (yy_full_match) = yy_cp;
  1443. | break;
  1444. | }
  1445. | }
  1446. | --yy_cp;
  1447. | yy_current_state = *--(yy_state_ptr);
  1448. | (yy_lp) = yy_accept[yy_current_state];
  1449. | }
  1450. |
  1451. | YY_DO_BEFORE_ACTION;
  1452. |
  1453. | do_action: /* This label is used only to access EOF actions. */
  1454. |
  1455. | switch ( yy_act )
  1456. | { /* beginning of action switch */
  1457. | case 1:
  1458. | YY_RULE_SETUP
  1459. | #line 2 "conftest.l"
  1460. | { ECHO; }
  1461. | YY_BREAK
  1462. | case 2:
  1463. | YY_RULE_SETUP
  1464. | #line 3 "conftest.l"
  1465. | { REJECT; }
  1466. | YY_BREAK
  1467. | case 3:
  1468. | YY_RULE_SETUP
  1469. | #line 4 "conftest.l"
  1470. | { yymore (); }
  1471. | YY_BREAK
  1472. | case 4:
  1473. | YY_RULE_SETUP
  1474. | #line 5 "conftest.l"
  1475. | { yyless (1); }
  1476. | YY_BREAK
  1477. | case 5:
  1478. | YY_RULE_SETUP
  1479. | #line 6 "conftest.l"
  1480. | { yyless (input () != 0); }
  1481. | YY_BREAK
  1482. | case 6:
  1483. | YY_RULE_SETUP
  1484. | #line 7 "conftest.l"
  1485. | { unput (yytext[0]); }
  1486. | YY_BREAK
  1487. | case 7:
  1488. | YY_RULE_SETUP
  1489. | #line 8 "conftest.l"
  1490. | { BEGIN INITIAL; }
  1491. | YY_BREAK
  1492. | case 8:
  1493. | YY_RULE_SETUP
  1494. | #line 9 "conftest.l"
  1495. | ECHO;
  1496. | YY_BREAK
  1497. | #line 791 "lex.yy.c"
  1498. | case YY_STATE_EOF(INITIAL):
  1499. | yyterminate();
  1500. |
  1501. | case YY_END_OF_BUFFER:
  1502. | {
  1503. | /* Amount of text matched not including the EOB char. */
  1504. | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  1505. |
  1506. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  1507. | *yy_cp = (yy_hold_char);
  1508. | YY_RESTORE_YY_MORE_OFFSET
  1509. |
  1510. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  1511. | {
  1512. | /* We're scanning a new file or input source. It's
  1513. | * possible that this happened because the user
  1514. | * just pointed yyin at a new source and called
  1515. | * yylex(). If so, then we have to assure
  1516. | * consistency between YY_CURRENT_BUFFER and our
  1517. | * globals. Here is the right place to do so, because
  1518. | * this is the first action (other than possibly a
  1519. | * back-up) that will match for the new input source.
  1520. | */
  1521. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1522. | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  1523. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  1524. | }
  1525. |
  1526. | /* Note that here we test for yy_c_buf_p "<=" to the position
  1527. | * of the first EOB in the buffer, since yy_c_buf_p will
  1528. | * already have been incremented past the NUL character
  1529. | * (since all states make transitions on EOB to the
  1530. | * end-of-buffer state). Contrast this with the test
  1531. | * in input().
  1532. | */
  1533. | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1534. | { /* This was really a NUL. */
  1535. | yy_state_type yy_next_state;
  1536. |
  1537. | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  1538. |
  1539. | yy_current_state = yy_get_previous_state( );
  1540. |
  1541. | /* Okay, we're now positioned to make the NUL
  1542. | * transition. We couldn't have
  1543. | * yy_get_previous_state() go ahead and do it
  1544. | * for us because it doesn't know how to deal
  1545. | * with the possibility of jamming (and we don't
  1546. | * want to build jamming into it because then it
  1547. | * will run more slowly).
  1548. | */
  1549. |
  1550. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  1551. |
  1552. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1553. |
  1554. | if ( yy_next_state )
  1555. | {
  1556. | /* Consume the NUL. */
  1557. | yy_cp = ++(yy_c_buf_p);
  1558. | yy_current_state = yy_next_state;
  1559. | goto yy_match;
  1560. | }
  1561. |
  1562. | else
  1563. | {
  1564. | yy_cp = (yy_c_buf_p);
  1565. | goto yy_find_action;
  1566. | }
  1567. | }
  1568. |
  1569. | else switch ( yy_get_next_buffer( ) )
  1570. | {
  1571. | case EOB_ACT_END_OF_FILE:
  1572. | {
  1573. | (yy_did_buffer_switch_on_eof) = 0;
  1574. |
  1575. | if ( yywrap( ) )
  1576. | {
  1577. | /* Note: because we've taken care in
  1578. | * yy_get_next_buffer() to have set up
  1579. | * yytext, we can now set up
  1580. | * yy_c_buf_p so that if some total
  1581. | * hoser (like flex itself) wants to
  1582. | * call the scanner after we return the
  1583. | * YY_NULL, it'll still work - another
  1584. | * YY_NULL will get returned.
  1585. | */
  1586. | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  1587. |
  1588. | yy_act = YY_STATE_EOF(YY_START);
  1589. | goto do_action;
  1590. | }
  1591. |
  1592. | else
  1593. | {
  1594. | if ( ! (yy_did_buffer_switch_on_eof) )
  1595. | YY_NEW_FILE;
  1596. | }
  1597. | break;
  1598. | }
  1599. |
  1600. | case EOB_ACT_CONTINUE_SCAN:
  1601. | (yy_c_buf_p) =
  1602. | (yytext_ptr) + yy_amount_of_matched_text;
  1603. |
  1604. | yy_current_state = yy_get_previous_state( );
  1605. |
  1606. | yy_cp = (yy_c_buf_p);
  1607. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1608. | goto yy_match;
  1609. |
  1610. | case EOB_ACT_LAST_MATCH:
  1611. | (yy_c_buf_p) =
  1612. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  1613. |
  1614. | yy_current_state = yy_get_previous_state( );
  1615. |
  1616. | yy_cp = (yy_c_buf_p);
  1617. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1618. | goto yy_find_action;
  1619. | }
  1620. | break;
  1621. | }
  1622. |
  1623. | default:
  1624. | YY_FATAL_ERROR(
  1625. | "fatal flex scanner internal error--no action found" );
  1626. | } /* end of action switch */
  1627. | } /* end of scanning one token */
  1628. | } /* end of yylex */
  1629. |
  1630. | /* yy_get_next_buffer - try to read in a new buffer
  1631. | *
  1632. | * Returns a code representing an action:
  1633. | * EOB_ACT_LAST_MATCH -
  1634. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  1635. | * EOB_ACT_END_OF_FILE - end of file
  1636. | */
  1637. | static int yy_get_next_buffer (void)
  1638. | {
  1639. | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  1640. | register char *source = (yytext_ptr);
  1641. | register int number_to_move, i;
  1642. | int ret_val;
  1643. |
  1644. | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  1645. | YY_FATAL_ERROR(
  1646. | "fatal flex scanner internal error--end of buffer missed" );
  1647. |
  1648. | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  1649. | { /* Don't try to fill the buffer, so this is an EOF. */
  1650. | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  1651. | {
  1652. | /* We matched a single character, the EOB, so
  1653. | * treat this as a final EOF.
  1654. | */
  1655. | return EOB_ACT_END_OF_FILE;
  1656. | }
  1657. |
  1658. | else
  1659. | {
  1660. | /* We matched some text prior to the EOB, first
  1661. | * process it.
  1662. | */
  1663. | return EOB_ACT_LAST_MATCH;
  1664. | }
  1665. | }
  1666. |
  1667. | /* Try to read more data. */
  1668. |
  1669. | /* First move last chars to start of buffer. */
  1670. | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
  1671. |
  1672. | for ( i = 0; i < number_to_move; ++i )
  1673. | *(dest++) = *(source++);
  1674. |
  1675. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  1676. | /* don't do the read, it's not guaranteed to return an EOF,
  1677. | * just force an EOF
  1678. | */
  1679. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  1680. |
  1681. | else
  1682. | {
  1683. | yy_size_t num_to_read =
  1684. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  1685. |
  1686. | while ( num_to_read <= 0 )
  1687. | { /* Not enough room in the buffer - grow it. */
  1688. |
  1689. | YY_FATAL_ERROR(
  1690. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  1691. |
  1692. | }
  1693. |
  1694. | if ( num_to_read > YY_READ_BUF_SIZE )
  1695. | num_to_read = YY_READ_BUF_SIZE;
  1696. |
  1697. | /* Read in more data. */
  1698. | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1699. | (yy_n_chars), num_to_read );
  1700. |
  1701. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1702. | }
  1703. |
  1704. | if ( (yy_n_chars) == 0 )
  1705. | {
  1706. | if ( number_to_move == YY_MORE_ADJ )
  1707. | {
  1708. | ret_val = EOB_ACT_END_OF_FILE;
  1709. | yyrestart(yyin );
  1710. | }
  1711. |
  1712. | else
  1713. | {
  1714. | ret_val = EOB_ACT_LAST_MATCH;
  1715. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  1716. | YY_BUFFER_EOF_PENDING;
  1717. | }
  1718. | }
  1719. |
  1720. | else
  1721. | ret_val = EOB_ACT_CONTINUE_SCAN;
  1722. |
  1723. | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1724. | /* Extend the array by 50%, plus the number we really need. */
  1725. | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  1726. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
  1727. | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1728. | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  1729. | }
  1730. |
  1731. | (yy_n_chars) += number_to_move;
  1732. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  1733. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  1734. |
  1735. | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  1736. |
  1737. | return ret_val;
  1738. | }
  1739. |
  1740. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  1741. |
  1742. | static yy_state_type yy_get_previous_state (void)
  1743. | {
  1744. | register yy_state_type yy_current_state;
  1745. | register char *yy_cp;
  1746. |
  1747. | yy_current_state = (yy_start);
  1748. |
  1749. | (yy_state_ptr) = (yy_state_buf);
  1750. | *(yy_state_ptr)++ = yy_current_state;
  1751. |
  1752. | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  1753. | {
  1754. | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  1755. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1756. | {
  1757. | yy_current_state = (int) yy_def[yy_current_state];
  1758. | if ( yy_current_state >= 13 )
  1759. | yy_c = yy_meta[(unsigned int) yy_c];
  1760. | }
  1761. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1762. | *(yy_state_ptr)++ = yy_current_state;
  1763. | }
  1764. |
  1765. | return yy_current_state;
  1766. | }
  1767. |
  1768. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  1769. | *
  1770. | * synopsis
  1771. | * next_state = yy_try_NUL_trans( current_state );
  1772. | */
  1773. | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  1774. | {
  1775. | register int yy_is_jam;
  1776. |
  1777. | register YY_CHAR yy_c = 1;
  1778. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1779. | {
  1780. | yy_current_state = (int) yy_def[yy_current_state];
  1781. | if ( yy_current_state >= 13 )
  1782. | yy_c = yy_meta[(unsigned int) yy_c];
  1783. | }
  1784. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1785. | yy_is_jam = (yy_current_state == 12);
  1786. | if ( ! yy_is_jam )
  1787. | *(yy_state_ptr)++ = yy_current_state;
  1788. |
  1789. | return yy_is_jam ? 0 : yy_current_state;
  1790. | }
  1791. |
  1792. | static void yyunput (int c, register char * yy_bp )
  1793. | {
  1794. | register char *yy_cp;
  1795. |
  1796. | yy_cp = (yy_c_buf_p);
  1797. |
  1798. | /* undo effects of setting up yytext */
  1799. | *yy_cp = (yy_hold_char);
  1800. |
  1801. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1802. | { /* need to shift things up to make room */
  1803. | /* +2 for EOB chars. */
  1804. | register yy_size_t number_to_move = (yy_n_chars) + 2;
  1805. | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  1806. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  1807. | register char *source =
  1808. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  1809. |
  1810. | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1811. | *--dest = *--source;
  1812. |
  1813. | yy_cp += (int) (dest - source);
  1814. | yy_bp += (int) (dest - source);
  1815. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  1816. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  1817. |
  1818. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1819. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  1820. | }
  1821. |
  1822. | *--yy_cp = (char) c;
  1823. |
  1824. | (yytext_ptr) = yy_bp;
  1825. | (yy_hold_char) = *yy_cp;
  1826. | (yy_c_buf_p) = yy_cp;
  1827. | }
  1828. |
  1829. | #ifndef YY_NO_INPUT
  1830. | #ifdef __cplusplus
  1831. | static int yyinput (void)
  1832. | #else
  1833. | static int input (void)
  1834. | #endif
  1835. |
  1836. | {
  1837. | int c;
  1838. |
  1839. | *(yy_c_buf_p) = (yy_hold_char);
  1840. |
  1841. | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
  1842. | {
  1843. | /* yy_c_buf_p now points to the character we want to return.
  1844. | * If this occurs *before* the EOB characters, then it's a
  1845. | * valid NUL; if not, then we've hit the end of the buffer.
  1846. | */
  1847. | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1848. | /* This was really a NUL. */
  1849. | *(yy_c_buf_p) = '\0';
  1850. |
  1851. | else
  1852. | { /* need more input */
  1853. | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
  1854. | ++(yy_c_buf_p);
  1855. |
  1856. | switch ( yy_get_next_buffer( ) )
  1857. | {
  1858. | case EOB_ACT_LAST_MATCH:
  1859. | /* This happens because yy_g_n_b()
  1860. | * sees that we've accumulated a
  1861. | * token and flags that we need to
  1862. | * try matching the token before
  1863. | * proceeding. But for input(),
  1864. | * there's no matching to consider.
  1865. | * So convert the EOB_ACT_LAST_MATCH
  1866. | * to EOB_ACT_END_OF_FILE.
  1867. | */
  1868. |
  1869. | /* Reset buffer status. */
  1870. | yyrestart(yyin );
  1871. |
  1872. | /*FALLTHROUGH*/
  1873. |
  1874. | case EOB_ACT_END_OF_FILE:
  1875. | {
  1876. | if ( yywrap( ) )
  1877. | return EOF;
  1878. |
  1879. | if ( ! (yy_did_buffer_switch_on_eof) )
  1880. | YY_NEW_FILE;
  1881. | #ifdef __cplusplus
  1882. | return yyinput();
  1883. | #else
  1884. | return input();
  1885. | #endif
  1886. | }
  1887. |
  1888. | case EOB_ACT_CONTINUE_SCAN:
  1889. | (yy_c_buf_p) = (yytext_ptr) + offset;
  1890. | break;
  1891. | }
  1892. | }
  1893. | }
  1894. |
  1895. | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
  1896. | *(yy_c_buf_p) = '\0'; /* preserve yytext */
  1897. | (yy_hold_char) = *++(yy_c_buf_p);
  1898. |
  1899. | return c;
  1900. | }
  1901. | #endif /* ifndef YY_NO_INPUT */
  1902. |
  1903. | /** Immediately switch to a different input stream.
  1904. | * @param input_file A readable stream.
  1905. | *
  1906. | * @note This function does not reset the start condition to @c INITIAL .
  1907. | */
  1908. | void yyrestart (FILE * input_file )
  1909. | {
  1910. |
  1911. | if ( ! YY_CURRENT_BUFFER ){
  1912. | yyensure_buffer_stack ();
  1913. | YY_CURRENT_BUFFER_LVALUE =
  1914. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1915. | }
  1916. |
  1917. | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
  1918. | yy_load_buffer_state( );
  1919. | }
  1920. |
  1921. | /** Switch to a different input buffer.
  1922. | * @param new_buffer The new input buffer.
  1923. | *
  1924. | */
  1925. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
  1926. | {
  1927. |
  1928. | /* TODO. We should be able to replace this entire function body
  1929. | * with
  1930. | * yypop_buffer_state();
  1931. | * yypush_buffer_state(new_buffer);
  1932. | */
  1933. | yyensure_buffer_stack ();
  1934. | if ( YY_CURRENT_BUFFER == new_buffer )
  1935. | return;
  1936. |
  1937. | if ( YY_CURRENT_BUFFER )
  1938. | {
  1939. | /* Flush out information for old buffer. */
  1940. | *(yy_c_buf_p) = (yy_hold_char);
  1941. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1942. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1943. | }
  1944. |
  1945. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1946. | yy_load_buffer_state( );
  1947. |
  1948. | /* We don't actually know whether we did this switch during
  1949. | * EOF (yywrap()) processing, but the only time this flag
  1950. | * is looked at is after yywrap() is called, so it's safe
  1951. | * to go ahead and always set it.
  1952. | */
  1953. | (yy_did_buffer_switch_on_eof) = 1;
  1954. | }
  1955. |
  1956. | static void yy_load_buffer_state (void)
  1957. | {
  1958. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1959. | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
  1960. | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
  1961. | (yy_hold_char) = *(yy_c_buf_p);
  1962. | }
  1963. |
  1964. | /** Allocate and initialize an input buffer state.
  1965. | * @param file A readable stream.
  1966. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
  1967. | *
  1968. | * @return the allocated buffer state.
  1969. | */
  1970. | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
  1971. | {
  1972. | YY_BUFFER_STATE b;
  1973. |
  1974. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  1975. | if ( ! b )
  1976. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1977. |
  1978. | b->yy_buf_size = size;
  1979. |
  1980. | /* yy_ch_buf has to be 2 characters longer than the size given because
  1981. | * we need to put in 2 end-of-buffer characters.
  1982. | */
  1983. | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
  1984. | if ( ! b->yy_ch_buf )
  1985. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1986. |
  1987. | b->yy_is_our_buffer = 1;
  1988. |
  1989. | yy_init_buffer(b,file );
  1990. |
  1991. | return b;
  1992. | }
  1993. |
  1994. | /** Destroy the buffer.
  1995. | * @param b a buffer created with yy_create_buffer()
  1996. | *
  1997. | */
  1998. | void yy_delete_buffer (YY_BUFFER_STATE b )
  1999. | {
  2000. |
  2001. | if ( ! b )
  2002. | return;
  2003. |
  2004. | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
  2005. | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
  2006. |
  2007. | if ( b->yy_is_our_buffer )
  2008. | yyfree((void *) b->yy_ch_buf );
  2009. |
  2010. | yyfree((void *) b );
  2011. | }
  2012. |
  2013. | /* Initializes or reinitializes a buffer.
  2014. | * This function is sometimes called more than once on the same buffer,
  2015. | * such as during a yyrestart() or at EOF.
  2016. | */
  2017. | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
  2018. |
  2019. | {
  2020. | int oerrno = errno;
  2021. |
  2022. | yy_flush_buffer(b );
  2023. |
  2024. | b->yy_input_file = file;
  2025. | b->yy_fill_buffer = 1;
  2026. |
  2027. | /* If b is the current buffer, then yy_init_buffer was _probably_
  2028. | * called from yyrestart() or through yy_get_next_buffer.
  2029. | * In that case, we don't want to reset the lineno or column.
  2030. | */
  2031. | if (b != YY_CURRENT_BUFFER){
  2032. | b->yy_bs_lineno = 1;
  2033. | b->yy_bs_column = 0;
  2034. | }
  2035. |
  2036. | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  2037. |
  2038. | errno = oerrno;
  2039. | }
  2040. |
  2041. | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
  2042. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  2043. | *
  2044. | */
  2045. | void yy_flush_buffer (YY_BUFFER_STATE b )
  2046. | {
  2047. | if ( ! b )
  2048. | return;
  2049. |
  2050. | b->yy_n_chars = 0;
  2051. |
  2052. | /* We always need two end-of-buffer characters. The first causes
  2053. | * a transition to the end-of-buffer state. The second causes
  2054. | * a jam in that state.
  2055. | */
  2056. | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  2057. | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  2058. |
  2059. | b->yy_buf_pos = &b->yy_ch_buf[0];
  2060. |
  2061. | b->yy_at_bol = 1;
  2062. | b->yy_buffer_status = YY_BUFFER_NEW;
  2063. |
  2064. | if ( b == YY_CURRENT_BUFFER )
  2065. | yy_load_buffer_state( );
  2066. | }
  2067. |
  2068. | /** Pushes the new state onto the stack. The new state becomes
  2069. | * the current state. This function will allocate the stack
  2070. | * if necessary.
  2071. | * @param new_buffer The new state.
  2072. | *
  2073. | */
  2074. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
  2075. | {
  2076. | if (new_buffer == NULL)
  2077. | return;
  2078. |
  2079. | yyensure_buffer_stack();
  2080. |
  2081. | /* This block is copied from yy_switch_to_buffer. */
  2082. | if ( YY_CURRENT_BUFFER )
  2083. | {
  2084. | /* Flush out information for old buffer. */
  2085. | *(yy_c_buf_p) = (yy_hold_char);
  2086. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  2087. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  2088. | }
  2089. |
  2090. | /* Only push if top exists. Otherwise, replace top. */
  2091. | if (YY_CURRENT_BUFFER)
  2092. | (yy_buffer_stack_top)++;
  2093. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  2094. |
  2095. | /* copied from yy_switch_to_buffer. */
  2096. | yy_load_buffer_state( );
  2097. | (yy_did_buffer_switch_on_eof) = 1;
  2098. | }
  2099. |
  2100. | /** Removes and deletes the top of the stack, if present.
  2101. | * The next element becomes the new top.
  2102. | *
  2103. | */
  2104. | void yypop_buffer_state (void)
  2105. | {
  2106. | if (!YY_CURRENT_BUFFER)
  2107. | return;
  2108. |
  2109. | yy_delete_buffer(YY_CURRENT_BUFFER );
  2110. | YY_CURRENT_BUFFER_LVALUE = NULL;
  2111. | if ((yy_buffer_stack_top) > 0)
  2112. | --(yy_buffer_stack_top);
  2113. |
  2114. | if (YY_CURRENT_BUFFER) {
  2115. | yy_load_buffer_state( );
  2116. | (yy_did_buffer_switch_on_eof) = 1;
  2117. | }
  2118. | }
  2119. |
  2120. | /* Allocates the stack if it does not exist.
  2121. | * Guarantees space for at least one push.
  2122. | */
  2123. | static void yyensure_buffer_stack (void)
  2124. | {
  2125. | yy_size_t num_to_alloc;
  2126. |
  2127. | if (!(yy_buffer_stack)) {
  2128. |
  2129. | /* First allocation is just for 2 elements, since we don't know if this
  2130. | * scanner will even need a stack. We use 2 instead of 1 to avoid an
  2131. | * immediate realloc on the next call.
  2132. | */
  2133. | num_to_alloc = 1;
  2134. | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
  2135. | (num_to_alloc * sizeof(struct yy_buffer_state*)
  2136. | );
  2137. | if ( ! (yy_buffer_stack) )
  2138. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  2139. |
  2140. | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
  2141. |
  2142. | (yy_buffer_stack_max) = num_to_alloc;
  2143. | (yy_buffer_stack_top) = 0;
  2144. | return;
  2145. | }
  2146. |
  2147. | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
  2148. |
  2149. | /* Increase the buffer to prepare for a possible push. */
  2150. | int grow_size = 8 /* arbitrary grow size */;
  2151. |
  2152. | num_to_alloc = (yy_buffer_stack_max) + grow_size;
  2153. | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
  2154. | ((yy_buffer_stack),
  2155. | num_to_alloc * sizeof(struct yy_buffer_state*)
  2156. | );
  2157. | if ( ! (yy_buffer_stack) )
  2158. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  2159. |
  2160. | /* zero only the new slots.*/
  2161. | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
  2162. | (yy_buffer_stack_max) = num_to_alloc;
  2163. | }
  2164. | }
  2165. |
  2166. | /** Setup the input buffer state to scan directly from a user-specified character buffer.
  2167. | * @param base the character buffer
  2168. | * @param size the size in bytes of the character buffer
  2169. | *
  2170. | * @return the newly allocated buffer state object.
  2171. | */
  2172. | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
  2173. | {
  2174. | YY_BUFFER_STATE b;
  2175. |
  2176. | if ( size < 2 ||
  2177. | base[size-2] != YY_END_OF_BUFFER_CHAR ||
  2178. | base[size-1] != YY_END_OF_BUFFER_CHAR )
  2179. | /* They forgot to leave room for the EOB's. */
  2180. | return 0;
  2181. |
  2182. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  2183. | if ( ! b )
  2184. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  2185. |
  2186. | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
  2187. | b->yy_buf_pos = b->yy_ch_buf = base;
  2188. | b->yy_is_our_buffer = 0;
  2189. | b->yy_input_file = 0;
  2190. | b->yy_n_chars = b->yy_buf_size;
  2191. | b->yy_is_interactive = 0;
  2192. | b->yy_at_bol = 1;
  2193. | b->yy_fill_buffer = 0;
  2194. | b->yy_buffer_status = YY_BUFFER_NEW;
  2195. |
  2196. | yy_switch_to_buffer(b );
  2197. |
  2198. | return b;
  2199. | }
  2200. |
  2201. | /** Setup the input buffer state to scan a string. The next call to yylex() will
  2202. | * scan from a @e copy of @a str.
  2203. | * @param yystr a NUL-terminated string to scan
  2204. | *
  2205. | * @return the newly allocated buffer state object.
  2206. | * @note If you want to scan bytes that may contain NUL values, then use
  2207. | * yy_scan_bytes() instead.
  2208. | */
  2209. | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
  2210. | {
  2211. |
  2212. | return yy_scan_bytes(yystr,strlen(yystr) );
  2213. | }
  2214. |
  2215. | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
  2216. | * scan from a @e copy of @a bytes.
  2217. | * @param yybytes the byte buffer to scan
  2218. | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
  2219. | *
  2220. | * @return the newly allocated buffer state object.
  2221. | */
  2222. | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
  2223. | {
  2224. | YY_BUFFER_STATE b;
  2225. | char *buf;
  2226. | yy_size_t n;
  2227. | int i;
  2228. |
  2229. | /* Get memory for full buffer, including space for trailing EOB's. */
  2230. | n = _yybytes_len + 2;
  2231. | buf = (char *) yyalloc(n );
  2232. | if ( ! buf )
  2233. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  2234. |
  2235. | for ( i = 0; i < _yybytes_len; ++i )
  2236. | buf[i] = yybytes[i];
  2237. |
  2238. | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
  2239. |
  2240. | b = yy_scan_buffer(buf,n );
  2241. | if ( ! b )
  2242. | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  2243. |
  2244. | /* It's okay to grow etc. this buffer, and we should throw it
  2245. | * away when we're done.
  2246. | */
  2247. | b->yy_is_our_buffer = 1;
  2248. |
  2249. | return b;
  2250. | }
  2251. |
  2252. | #ifndef YY_EXIT_FAILURE
  2253. | #define YY_EXIT_FAILURE 2
  2254. | #endif
  2255. |
  2256. | static void yy_fatal_error (yyconst char* msg )
  2257. | {
  2258. | (void) fprintf( stderr, "%s\n", msg );
  2259. | exit( YY_EXIT_FAILURE );
  2260. | }
  2261. |
  2262. | /* Redefine yyless() so it works in section 3 code. */
  2263. |
  2264. | #undef yyless
  2265. | #define yyless(n) \
  2266. | do \
  2267. | { \
  2268. | /* Undo effects of setting up yytext. */ \
  2269. | int yyless_macro_arg = (n); \
  2270. | YY_LESS_LINENO(yyless_macro_arg);\
  2271. | yytext[yyleng] = (yy_hold_char); \
  2272. | (yy_c_buf_p) = yytext + yyless_macro_arg; \
  2273. | (yy_hold_char) = *(yy_c_buf_p); \
  2274. | *(yy_c_buf_p) = '\0'; \
  2275. | yyleng = yyless_macro_arg; \
  2276. | } \
  2277. | while ( 0 )
  2278. |
  2279. | /* Accessor methods (get/set functions) to struct members. */
  2280. |
  2281. | /** Get the current line number.
  2282. | *
  2283. | */
  2284. | int yyget_lineno (void)
  2285. | {
  2286. |
  2287. | return yylineno;
  2288. | }
  2289. |
  2290. | /** Get the input stream.
  2291. | *
  2292. | */
  2293. | FILE *yyget_in (void)
  2294. | {
  2295. | return yyin;
  2296. | }
  2297. |
  2298. | /** Get the output stream.
  2299. | *
  2300. | */
  2301. | FILE *yyget_out (void)
  2302. | {
  2303. | return yyout;
  2304. | }
  2305. |
  2306. | /** Get the length of the current token.
  2307. | *
  2308. | */
  2309. | yy_size_t yyget_leng (void)
  2310. | {
  2311. | return yyleng;
  2312. | }
  2313. |
  2314. | /** Get the current token.
  2315. | *
  2316. | */
  2317. |
  2318. | char *yyget_text (void)
  2319. | {
  2320. | return yytext;
  2321. | }
  2322. |
  2323. | /** Set the current line number.
  2324. | * @param line_number
  2325. | *
  2326. | */
  2327. | void yyset_lineno (int line_number )
  2328. | {
  2329. |
  2330. | yylineno = line_number;
  2331. | }
  2332. |
  2333. | /** Set the input stream. This does not discard the current
  2334. | * input buffer.
  2335. | * @param in_str A readable stream.
  2336. | *
  2337. | * @see yy_switch_to_buffer
  2338. | */
  2339. | void yyset_in (FILE * in_str )
  2340. | {
  2341. | yyin = in_str ;
  2342. | }
  2343. |
  2344. | void yyset_out (FILE * out_str )
  2345. | {
  2346. | yyout = out_str ;
  2347. | }
  2348. |
  2349. | int yyget_debug (void)
  2350. | {
  2351. | return yy_flex_debug;
  2352. | }
  2353. |
  2354. | void yyset_debug (int bdebug )
  2355. | {
  2356. | yy_flex_debug = bdebug ;
  2357. | }
  2358. |
  2359. | static int yy_init_globals (void)
  2360. | {
  2361. | /* Initialization is the same as for the non-reentrant scanner.
  2362. | * This function is called from yylex_destroy(), so don't allocate here.
  2363. | */
  2364. |
  2365. | (yy_buffer_stack) = 0;
  2366. | (yy_buffer_stack_top) = 0;
  2367. | (yy_buffer_stack_max) = 0;
  2368. | (yy_c_buf_p) = (char *) 0;
  2369. | (yy_init) = 0;
  2370. | (yy_start) = 0;
  2371. |
  2372. | (yy_state_buf) = 0;
  2373. | (yy_state_ptr) = 0;
  2374. | (yy_full_match) = 0;
  2375. | (yy_lp) = 0;
  2376. |
  2377. | /* Defined in main.c */
  2378. | #ifdef YY_STDINIT
  2379. | yyin = stdin;
  2380. | yyout = stdout;
  2381. | #else
  2382. | yyin = (FILE *) 0;
  2383. | yyout = (FILE *) 0;
  2384. | #endif
  2385. |
  2386. | /* For future reference: Set errno on error, since we are called by
  2387. | * yylex_init()
  2388. | */
  2389. | return 0;
  2390. | }
  2391. |
  2392. | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
  2393. | int yylex_destroy (void)
  2394. | {
  2395. |
  2396. | /* Pop the buffer stack, destroying each element. */
  2397. | while(YY_CURRENT_BUFFER){
  2398. | yy_delete_buffer(YY_CURRENT_BUFFER );
  2399. | YY_CURRENT_BUFFER_LVALUE = NULL;
  2400. | yypop_buffer_state();
  2401. | }
  2402. |
  2403. | /* Destroy the stack itself. */
  2404. | yyfree((yy_buffer_stack) );
  2405. | (yy_buffer_stack) = NULL;
  2406. |
  2407. | yyfree ( (yy_state_buf) );
  2408. | (yy_state_buf) = NULL;
  2409. |
  2410. | /* Reset the globals. This is important in a non-reentrant scanner so the next time
  2411. | * yylex() is called, initialization will occur. */
  2412. | yy_init_globals( );
  2413. |
  2414. | return 0;
  2415. | }
  2416. |
  2417. | /*
  2418. | * Internal utility routines.
  2419. | */
  2420. |
  2421. | #ifndef yytext_ptr
  2422. | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
  2423. | {
  2424. | register int i;
  2425. | for ( i = 0; i < n; ++i )
  2426. | s1[i] = s2[i];
  2427. | }
  2428. | #endif
  2429. |
  2430. | #ifdef YY_NEED_STRLEN
  2431. | static int yy_flex_strlen (yyconst char * s )
  2432. | {
  2433. | register int n;
  2434. | for ( n = 0; s[n]; ++n )
  2435. | ;
  2436. |
  2437. | return n;
  2438. | }
  2439. | #endif
  2440. |
  2441. | void *yyalloc (yy_size_t size )
  2442. | {
  2443. | return (void *) malloc( size );
  2444. | }
  2445. |
  2446. | void *yyrealloc (void * ptr, yy_size_t size )
  2447. | {
  2448. | /* The cast to (char *) in the following accommodates both
  2449. | * implementations that use char* generic pointers, and those
  2450. | * that use void* generic pointers. It works with the latter
  2451. | * because both ANSI C and C++ allow castless assignment from
  2452. | * any pointer type to void*, and deal with argument conversions
  2453. | * as though doing an assignment.
  2454. | */
  2455. | return (void *) realloc( (char *) ptr, size );
  2456. | }
  2457. |
  2458. | void yyfree (void * ptr )
  2459. | {
  2460. | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
  2461. | }
  2462. |
  2463. | #define YYTABLES_NAME "yytables"
  2464. |
  2465. | #line 9 "conftest.l"
  2466. |
  2467. |
  2468. | #ifdef YYTEXT_POINTER
  2469. | extern char *yytext;
  2470. | #endif
  2471. | int
  2472. | main (void)
  2473. | {
  2474. | return ! yylex () + ! yywrap ();
  2475. | }
  2476. configure:21331: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lfl >&5
  2477. configure:21338: $? = 0
  2478. configure:21362: result: -lfl
  2479. configure:21368: checking whether yytext is a pointer
  2480. configure:21389: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lfl >&5
  2481. configure:21396: $? = 0
  2482. configure:21418: result: yes
  2483. configure:21437: checking for bison
  2484. configure:21453: found /usr/bin/bison
  2485. configure:21464: result: bison -y
  2486. configure:21483: checking for emacs
  2487. configure:21499: found /usr/bin/emacs
  2488. configure:21510: result: emacs
  2489. configure:21528: checking where .elc files should go
  2490. configure:21530: result: no
  2491. configure:21683: checking ctype.h usability
  2492. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2493. configure:21707: $? = 0
  2494. configure:21721: result: yes
  2495. configure:21725: checking ctype.h presence
  2496. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2497. configure:21747: $? = 0
  2498. configure:21761: result: yes
  2499. configure:21794: checking for ctype.h
  2500. configure:21803: result: yes
  2501. configure:21683: checking fcntl.h usability
  2502. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2503. configure:21707: $? = 0
  2504. configure:21721: result: yes
  2505. configure:21725: checking fcntl.h presence
  2506. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2507. configure:21747: $? = 0
  2508. configure:21761: result: yes
  2509. configure:21794: checking for fcntl.h
  2510. configure:21803: result: yes
  2511. configure:21683: checking grp.h usability
  2512. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2513. configure:21707: $? = 0
  2514. configure:21721: result: yes
  2515. configure:21725: checking grp.h presence
  2516. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2517. configure:21747: $? = 0
  2518. configure:21761: result: yes
  2519. configure:21794: checking for grp.h
  2520. configure:21803: result: yes
  2521. configure:21683: checking lastlog.h usability
  2522. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2523. configure:21707: $? = 0
  2524. configure:21721: result: yes
  2525. configure:21725: checking lastlog.h presence
  2526. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2527. configure:21747: $? = 0
  2528. configure:21761: result: yes
  2529. configure:21794: checking for lastlog.h
  2530. configure:21803: result: yes
  2531. configure:21683: checking paths.h usability
  2532. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2533. configure:21707: $? = 0
  2534. configure:21721: result: yes
  2535. configure:21725: checking paths.h presence
  2536. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2537. configure:21747: $? = 0
  2538. configure:21761: result: yes
  2539. configure:21794: checking for paths.h
  2540. configure:21803: result: yes
  2541. configure:21683: checking pthread.h usability
  2542. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2543. configure:21707: $? = 0
  2544. configure:21721: result: yes
  2545. configure:21725: checking pthread.h presence
  2546. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2547. configure:21747: $? = 0
  2548. configure:21761: result: yes
  2549. configure:21794: checking for pthread.h
  2550. configure:21803: result: yes
  2551. configure:21683: checking pwd.h usability
  2552. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2553. configure:21707: $? = 0
  2554. configure:21721: result: yes
  2555. configure:21725: checking pwd.h presence
  2556. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2557. configure:21747: $? = 0
  2558. configure:21761: result: yes
  2559. configure:21794: checking for pwd.h
  2560. configure:21803: result: yes
  2561. configure:21683: checking stdio.h usability
  2562. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2563. configure:21707: $? = 0
  2564. configure:21721: result: yes
  2565. configure:21725: checking stdio.h presence
  2566. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2567. configure:21747: $? = 0
  2568. configure:21761: result: yes
  2569. configure:21794: checking for stdio.h
  2570. configure:21803: result: yes
  2571. configure:21672: checking for stdlib.h
  2572. configure:21679: result: yes
  2573. configure:21683: checking signal.h usability
  2574. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2575. configure:21707: $? = 0
  2576. configure:21721: result: yes
  2577. configure:21725: checking signal.h presence
  2578. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2579. configure:21747: $? = 0
  2580. configure:21761: result: yes
  2581. configure:21794: checking for signal.h
  2582. configure:21803: result: yes
  2583. configure:21672: checking for string.h
  2584. configure:21679: result: yes
  2585. configure:21683: checking syslog.h usability
  2586. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2587. configure:21707: $? = 0
  2588. configure:21721: result: yes
  2589. configure:21725: checking syslog.h presence
  2590. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2591. configure:21747: $? = 0
  2592. configure:21761: result: yes
  2593. configure:21794: checking for syslog.h
  2594. configure:21803: result: yes
  2595. configure:21683: checking termios.h usability
  2596. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2597. configure:21707: $? = 0
  2598. configure:21721: result: yes
  2599. configure:21725: checking termios.h presence
  2600. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2601. configure:21747: $? = 0
  2602. configure:21761: result: yes
  2603. configure:21794: checking for termios.h
  2604. configure:21803: result: yes
  2605. configure:21683: checking time.h usability
  2606. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2607. configure:21707: $? = 0
  2608. configure:21721: result: yes
  2609. configure:21725: checking time.h presence
  2610. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2611. configure:21747: $? = 0
  2612. configure:21761: result: yes
  2613. configure:21794: checking for time.h
  2614. configure:21803: result: yes
  2615. configure:21672: checking for unistd.h
  2616. configure:21679: result: yes
  2617. configure:21683: checking linux/kd.h usability
  2618. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2619. configure:21707: $? = 0
  2620. configure:21721: result: yes
  2621. configure:21725: checking linux/kd.h presence
  2622. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2623. configure:21747: $? = 0
  2624. configure:21761: result: yes
  2625. configure:21794: checking for linux/kd.h
  2626. configure:21803: result: yes
  2627. configure:21683: checking linux/vt.h usability
  2628. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2629. configure:21707: $? = 0
  2630. configure:21721: result: yes
  2631. configure:21725: checking linux/vt.h presence
  2632. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2633. configure:21747: $? = 0
  2634. configure:21761: result: yes
  2635. configure:21794: checking for linux/vt.h
  2636. configure:21803: result: yes
  2637. configure:21683: checking sys/ioctl.h usability
  2638. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2639. configure:21707: $? = 0
  2640. configure:21721: result: yes
  2641. configure:21725: checking sys/ioctl.h presence
  2642. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2643. configure:21747: $? = 0
  2644. configure:21761: result: yes
  2645. configure:21794: checking for sys/ioctl.h
  2646. configure:21803: result: yes
  2647. configure:21672: checking for sys/types.h
  2648. configure:21679: result: yes
  2649. configure:21672: checking for sys/stat.h
  2650. configure:21679: result: yes
  2651. configure:21683: checking sys/utsname.h usability
  2652. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2653. configure:21707: $? = 0
  2654. configure:21721: result: yes
  2655. configure:21725: checking sys/utsname.h presence
  2656. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2657. configure:21747: $? = 0
  2658. configure:21761: result: yes
  2659. configure:21794: checking for sys/utsname.h
  2660. configure:21803: result: yes
  2661. configure:21683: checking sys/wait.h usability
  2662. configure:21700: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2663. configure:21707: $? = 0
  2664. configure:21721: result: yes
  2665. configure:21725: checking sys/wait.h presence
  2666. configure:21740: x86_64-pc-linux-gnu-gcc -E conftest.c
  2667. configure:21747: $? = 0
  2668. configure:21761: result: yes
  2669. configure:21794: checking for sys/wait.h
  2670. configure:21803: result: yes
  2671. configure:21830: checking for dirent.h that defines DIR
  2672. configure:21859: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2673. configure:21866: $? = 0
  2674. configure:21883: result: yes
  2675. configure:21898: checking for library containing opendir
  2676. configure:21939: x86_64-pc-linux-gnu-gcc -o conftest -pipe -W -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5
  2677. configure:21946: $? = 0
  2678. configure:21977: result: none required
  2679. configure:22075: checking for sys/wait.h that is POSIX.1 compatible
  2680. configure:22133: result: yes
  2681. configure:22148: checking for crypt in -lcrypt
  2682. configure:22183: x86_64-pc-linux-gnu-gcc -o conftest -pipe -W -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lcrypt >&5
  2683. configure:22190: $? = 0
  2684. configure:22211: result: yes
  2685. configure:22227: checking for dlopen in -ldl
  2686. configure:22262: x86_64-pc-linux-gnu-gcc -o conftest -pipe -W -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -ldl -lcrypt >&5
  2687. configure:22269: $? = 0
  2688. configure:22290: result: yes
  2689. configure:22306: checking for pthread_create in -lpthread
  2690. configure:22341: x86_64-pc-linux-gnu-gcc -o conftest -pipe -W -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -ldl -lcrypt >&5
  2691. configure:22348: $? = 0
  2692. configure:22369: result: yes
  2693. configure:22384: checking for getdomainname
  2694. configure:22440: x86_64-pc-linux-gnu-gcc -o conftest -pipe -W -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread -ldl -lcrypt >&5
  2695. configure:22447: $? = 0
  2696. configure:22467: result: yes
  2697. configure:22520: checking curses.h usability
  2698. configure:22537: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2699. configure:22544: $? = 0
  2700. configure:22558: result: yes
  2701. configure:22562: checking curses.h presence
  2702. configure:22577: x86_64-pc-linux-gnu-gcc -E conftest.c
  2703. configure:22584: $? = 0
  2704. configure:22598: result: yes
  2705. configure:22631: checking for curses.h
  2706. configure:22640: result: yes
  2707. configure:22520: checking term.h usability
  2708. configure:22537: x86_64-pc-linux-gnu-gcc -c -pipe -W -Wall -march=native -O2 -pipe conftest.c >&5
  2709. configure:22544: $? = 0
  2710. configure:22558: result: yes
  2711. configure:22562: checking term.h presence
  2712. configure:22577: x86_64-pc-linux-gnu-gcc -E conftest.c
  2713. configure:22584: $? = 0
  2714. configure:22598: result: yes
  2715. configure:22631: checking for term.h
  2716. configure:22640: result: yes
  2717. configure:22659: checking for setupterm in -lncurses
  2718. configure:22694: x86_64-pc-linux-gnu-gcc -o conftest -pipe -W -Wall -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lncurses -lpthread -ldl -lcrypt >&5
  2719. /var/tmp/portage/sys-apps/qingy-1.0.0/temp/ccrbv3m3.o: In function `main':
  2720. conftest.c:(.text.startup+0x7): undefined reference to `setupterm'
  2721. collect2: error: ld returned 1 exit status
  2722. configure:22701: $? = 1
  2723. configure: failed program was:
  2724. | /* confdefs.h. */
  2725. | #define PACKAGE_NAME "qingy"
  2726. | #define PACKAGE_TARNAME "qingy"
  2727. | #define PACKAGE_VERSION "1.0.0"
  2728. | #define PACKAGE_STRING "qingy 1.0.0"
  2729. | #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  2730. | #define PACKAGE "qingy"
  2731. | #define VERSION "1.0.0"
  2732. | #define STDC_HEADERS 1
  2733. | #define HAVE_SYS_TYPES_H 1
  2734. | #define HAVE_SYS_STAT_H 1
  2735. | #define HAVE_STDLIB_H 1
  2736. | #define HAVE_STRING_H 1
  2737. | #define HAVE_MEMORY_H 1
  2738. | #define HAVE_STRINGS_H 1
  2739. | #define HAVE_INTTYPES_H 1
  2740. | #define HAVE_STDINT_H 1
  2741. | #define HAVE_UNISTD_H 1
  2742. | #define __EXTENSIONS__ 1
  2743. | #define _ALL_SOURCE 1
  2744. | #define _GNU_SOURCE 1
  2745. | #define _POSIX_PTHREAD_SEMANTICS 1
  2746. | #define _TANDEM_SOURCE 1
  2747. | #define HAVE_DLFCN_H 1
  2748. | #define YYTEXT_POINTER 1
  2749. | #define HAVE_CTYPE_H 1
  2750. | #define HAVE_FCNTL_H 1
  2751. | #define HAVE_GRP_H 1
  2752. | #define HAVE_LASTLOG_H 1
  2753. | #define HAVE_PATHS_H 1
  2754. | #define HAVE_PTHREAD_H 1
  2755. | #define HAVE_PWD_H 1
  2756. | #define HAVE_STDIO_H 1
  2757. | #define HAVE_STDLIB_H 1
  2758. | #define HAVE_SIGNAL_H 1
  2759. | #define HAVE_STRING_H 1
  2760. | #define HAVE_SYSLOG_H 1
  2761. | #define HAVE_TERMIOS_H 1
  2762. | #define HAVE_TIME_H 1
  2763. | #define HAVE_UNISTD_H 1
  2764. | #define HAVE_LINUX_KD_H 1
  2765. | #define HAVE_LINUX_VT_H 1
  2766. | #define HAVE_SYS_IOCTL_H 1
  2767. | #define HAVE_SYS_TYPES_H 1
  2768. | #define HAVE_SYS_STAT_H 1
  2769. | #define HAVE_SYS_UTSNAME_H 1
  2770. | #define HAVE_SYS_WAIT_H 1
  2771. | #define HAVE_DIRENT_H 1
  2772. | #define HAVE_SYS_WAIT_H 1
  2773. | #define HAVE_LIBCRYPT 1
  2774. | #define HAVE_LIBDL 1
  2775. | #define HAVE_LIBPTHREAD 1
  2776. | #define HAVE_getdomainname 1
  2777. | #define HAVE_CURSES_H 1
  2778. | #define HAVE_TERM_H 1
  2779. | /* end confdefs.h. */
  2780. |
  2781. | /* Override any GCC internal prototype to avoid an error.
  2782. | Use char because int might match the return type of a GCC
  2783. | builtin and then its argument prototype would still apply. */
  2784. | #ifdef __cplusplus
  2785. | extern "C"
  2786. | #endif
  2787. | char setupterm ();
  2788. | int
  2789. | main ()
  2790. | {
  2791. | return setupterm ();
  2792. | ;
  2793. | return 0;
  2794. | }
  2795. configure:22722: result: no
  2796. configure:22727: error: One or more function libraries that are necessary to compile this program are missing on this system. Cannot continue.
  2797.  
  2798. ## ---------------- ##
  2799. ## Cache variables. ##
  2800. ## ---------------- ##
  2801.  
  2802. ac_cv_build=x86_64-pc-linux-gnu
  2803. ac_cv_c_compiler_gnu=yes
  2804. ac_cv_cxx_compiler_gnu=yes
  2805. ac_cv_env_CCC_set=
  2806. ac_cv_env_CCC_value=
  2807. ac_cv_env_CC_set=
  2808. ac_cv_env_CC_value=
  2809. ac_cv_env_CFLAGS_set=set
  2810. ac_cv_env_CFLAGS_value='-march=native -O2 -pipe'
  2811. ac_cv_env_CPPFLAGS_set=
  2812. ac_cv_env_CPPFLAGS_value=
  2813. ac_cv_env_CPP_set=
  2814. ac_cv_env_CPP_value=
  2815. ac_cv_env_CXXCPP_set=
  2816. ac_cv_env_CXXCPP_value=
  2817. ac_cv_env_CXXFLAGS_set=set
  2818. ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe'
  2819. ac_cv_env_CXX_set=
  2820. ac_cv_env_CXX_value=
  2821. ac_cv_env_DIRECTFB_CFLAGS_set=
  2822. ac_cv_env_DIRECTFB_CFLAGS_value=
  2823. ac_cv_env_DIRECTFB_LIBS_set=
  2824. ac_cv_env_DIRECTFB_LIBS_value=
  2825. ac_cv_env_EMACSLOADPATH_set=
  2826. ac_cv_env_EMACSLOADPATH_value=
  2827. ac_cv_env_EMACS_set=
  2828. ac_cv_env_EMACS_value=
  2829. ac_cv_env_F77_set=
  2830. ac_cv_env_F77_value=
  2831. ac_cv_env_FFLAGS_set=set
  2832. ac_cv_env_FFLAGS_value='-O2 -pipe'
  2833. ac_cv_env_LDFLAGS_set=set
  2834. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  2835. ac_cv_env_LIBS_set=
  2836. ac_cv_env_LIBS_value=
  2837. ac_cv_env_PKG_CONFIG_set=
  2838. ac_cv_env_PKG_CONFIG_value=
  2839. ac_cv_env_YACC_set=
  2840. ac_cv_env_YACC_value=
  2841. ac_cv_env_YFLAGS_set=
  2842. ac_cv_env_YFLAGS_value=
  2843. ac_cv_env_build_alias_set=set
  2844. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  2845. ac_cv_env_host_alias_set=set
  2846. ac_cv_env_host_alias_value=x86_64-pc-linux-gnu
  2847. ac_cv_env_target_alias_set=
  2848. ac_cv_env_target_alias_value=
  2849. ac_cv_f77_compiler_gnu=yes
  2850. ac_cv_func_getdomainname=yes
  2851. ac_cv_header_ctype_h=yes
  2852. ac_cv_header_curses_h=yes
  2853. ac_cv_header_dirent_dirent_h=yes
  2854. ac_cv_header_dlfcn_h=yes
  2855. ac_cv_header_fcntl_h=yes
  2856. ac_cv_header_grp_h=yes
  2857. ac_cv_header_inttypes_h=yes
  2858. ac_cv_header_lastlog_h=yes
  2859. ac_cv_header_linux_kd_h=yes
  2860. ac_cv_header_linux_vt_h=yes
  2861. ac_cv_header_memory_h=yes
  2862. ac_cv_header_minix_config_h=no
  2863. ac_cv_header_paths_h=yes
  2864. ac_cv_header_pthread_h=yes
  2865. ac_cv_header_pwd_h=yes
  2866. ac_cv_header_signal_h=yes
  2867. ac_cv_header_stdc=yes
  2868. ac_cv_header_stdint_h=yes
  2869. ac_cv_header_stdio_h=yes
  2870. ac_cv_header_stdlib_h=yes
  2871. ac_cv_header_string_h=yes
  2872. ac_cv_header_strings_h=yes
  2873. ac_cv_header_sys_ioctl_h=yes
  2874. ac_cv_header_sys_stat_h=yes
  2875. ac_cv_header_sys_types_h=yes
  2876. ac_cv_header_sys_utsname_h=yes
  2877. ac_cv_header_sys_wait_h=yes
  2878. ac_cv_header_syslog_h=yes
  2879. ac_cv_header_term_h=yes
  2880. ac_cv_header_termios_h=yes
  2881. ac_cv_header_time_h=yes
  2882. ac_cv_header_unistd_h=yes
  2883. ac_cv_host=x86_64-pc-linux-gnu
  2884. ac_cv_lib_crypt_crypt=yes
  2885. ac_cv_lib_dl_dlopen=yes
  2886. ac_cv_lib_lex=-lfl
  2887. ac_cv_lib_ncurses_setupterm=no
  2888. ac_cv_lib_pthread_pthread_create=yes
  2889. ac_cv_objext=o
  2890. ac_cv_path_EGREP='/bin/grep -E'
  2891. ac_cv_path_GREP=/bin/grep
  2892. ac_cv_path_install='/usr/bin/install -c'
  2893. ac_cv_path_mkdir=/bin/mkdir
  2894. ac_cv_prog_AR=x86_64-pc-linux-gnu-ar
  2895. ac_cv_prog_AWK=gawk
  2896. ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc
  2897. ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E'
  2898. ac_cv_prog_CXX=x86_64-pc-linux-gnu-g++
  2899. ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E'
  2900. ac_cv_prog_EMACS=emacs
  2901. ac_cv_prog_F77=x86_64-pc-linux-gnu-gfortran
  2902. ac_cv_prog_LEX=flex
  2903. ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib
  2904. ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip
  2905. ac_cv_prog_YACC='bison -y'
  2906. ac_cv_prog_cc_c89=
  2907. ac_cv_prog_cc_g=yes
  2908. ac_cv_prog_cxx_g=yes
  2909. ac_cv_prog_f77_g=yes
  2910. ac_cv_prog_lex_root=lex.yy
  2911. ac_cv_prog_lex_yytext_pointer=yes
  2912. ac_cv_prog_make_make_set=yes
  2913. ac_cv_safe_to_define___extensions__=yes
  2914. ac_cv_search_opendir='none required'
  2915. am_cv_CC_dependencies_compiler_type=gcc3
  2916. am_cv_CXX_dependencies_compiler_type=gcc3
  2917. lt_cv_deplibs_check_method=pass_all
  2918. lt_cv_file_magic_cmd='$MAGIC_CMD'
  2919. lt_cv_file_magic_test_file=
  2920. lt_cv_ld_reload_flag=-r
  2921. lt_cv_objdir=.libs
  2922. lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld
  2923. lt_cv_path_LDCXX='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64'
  2924. lt_cv_path_NM='/usr/bin/nm -B'
  2925. lt_cv_path_SED=/bin/sed
  2926. lt_cv_prog_compiler_c_o=yes
  2927. lt_cv_prog_compiler_c_o_CXX=yes
  2928. lt_cv_prog_compiler_c_o_F77=yes
  2929. lt_cv_prog_compiler_pic_works=yes
  2930. lt_cv_prog_compiler_pic_works_CXX=yes
  2931. lt_cv_prog_compiler_pic_works_F77=yes
  2932. lt_cv_prog_compiler_rtti_exceptions=no
  2933. lt_cv_prog_compiler_static_works=yes
  2934. lt_cv_prog_compiler_static_works_CXX=yes
  2935. lt_cv_prog_compiler_static_works_F77=yes
  2936. lt_cv_prog_gnu_ld=yes
  2937. lt_cv_prog_gnu_ldcxx=yes
  2938. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
  2939. 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'\'''
  2940. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
  2941. lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3 /usr/lib32/OpenCL/vendors/nvidia /usr/lib64/OpenCL/vendors/nvidia /usr/lib32/opengl/nvidia/lib /usr/lib64/opengl/nvidia/lib /usr/lib64/qt4 /usr/lib32/qt4 /usr/lib/qt4 /usr/lib/postgresql /usr/lib64/postgresql /usr/lib64/postgresql-9.2/lib64/ /opt/nvidia-cg-toolkit/lib64 /opt/nvidia-cg-toolkit/lib32 /usr/games/lib64 /usr/games/lib32 /usr/games/lib /usr/lib64/R/lib /opt/cuda/lib64 /opt/cuda/lib '
  2942. lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2 /usr/lib64 /lib64 /usr/x86_64-pc-linux-gnu/lib'
  2943. lt_cv_sys_max_cmd_len=1572864
  2944. lt_lt_cv_prog_compiler_c_o='"yes"'
  2945. lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
  2946. lt_lt_cv_prog_compiler_c_o_F77='"yes"'
  2947. lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
  2948. 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'\''"'
  2949. lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
  2950.  
  2951. ## ----------------- ##
  2952. ## Output variables. ##
  2953. ## ----------------- ##
  2954.  
  2955. ACLOCAL='${SHELL} /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/missing --run aclocal-1.10'
  2956. AMDEPBACKSLASH='\'
  2957. AMDEP_FALSE='#'
  2958. AMDEP_TRUE=''
  2959. AMTAR='${SHELL} /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/missing --run tar'
  2960. AR='x86_64-pc-linux-gnu-ar'
  2961. AUTOCONF='${SHELL} /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/missing --run autoconf'
  2962. AUTOHEADER='${SHELL} /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/missing --run autoheader'
  2963. AUTOMAKE='${SHELL} /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/missing --run automake-1.10'
  2964. AWK='gawk'
  2965. CC='x86_64-pc-linux-gnu-gcc'
  2966. CCDEPMODE='depmode=gcc3'
  2967. CFLAGS='-pipe -W -Wall -march=native -O2 -pipe'
  2968. CPP='x86_64-pc-linux-gnu-gcc -E'
  2969. CPPFLAGS=''
  2970. CRYPTOLIB=''
  2971. CRYPTO_LIBGCRYPT_FALSE=''
  2972. CRYPTO_LIBGCRYPT_TRUE=''
  2973. CRYPTO_OPENSSL_FALSE=''
  2974. CRYPTO_OPENSSL_TRUE=''
  2975. CXX='x86_64-pc-linux-gnu-g++'
  2976. CXXCPP='x86_64-pc-linux-gnu-g++ -E'
  2977. CXXDEPMODE='depmode=gcc3'
  2978. CXXFLAGS='-march=native -O2 -pipe'
  2979. CYGPATH_W='echo'
  2980. DEFS=''
  2981. DEPDIR='.deps'
  2982. DIRECTFB_CFLAGS=''
  2983. DIRECTFB_LIBS=''
  2984. DSYMUTIL=''
  2985. ECHO='echo'
  2986. ECHO_C=''
  2987. ECHO_N='-n'
  2988. ECHO_T=''
  2989. EGREP='/bin/grep -E'
  2990. EMACS='emacs'
  2991. EMACSLOADPATH=''
  2992. EXEEXT=''
  2993. F77='x86_64-pc-linux-gnu-gfortran'
  2994. FFLAGS='-O2 -pipe'
  2995. GPM_LOCK=''
  2996. GREP='/bin/grep'
  2997. INSTALL_DATA='${INSTALL} -m 644'
  2998. INSTALL_PROGRAM='${INSTALL}'
  2999. INSTALL_SCRIPT='${INSTALL}'
  3000. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3001. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  3002. LEX='flex'
  3003. LEXLIB='-lfl'
  3004. LEX_OUTPUT_ROOT='lex.yy'
  3005. LIBOBJS=''
  3006. LIBS='-lpthread -ldl -lcrypt '
  3007. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3008. LN_S='ln -s'
  3009. LTLIBOBJS=''
  3010. MAKEINFO='${SHELL} /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/missing --run makeinfo'
  3011. MKDIR_P='/bin/mkdir -p'
  3012. NCURSESLIB=''
  3013. NMEDIT=''
  3014. OBJEXT='o'
  3015. PACKAGE='qingy'
  3016. PACKAGE_BUGREPORT='michele.noberasco@tiscali.it'
  3017. PACKAGE_NAME='qingy'
  3018. PACKAGE_STRING='qingy 1.0.0'
  3019. PACKAGE_TARNAME='qingy'
  3020. PACKAGE_VERSION='1.0.0'
  3021. PAMDATA=''
  3022. PAMDIR=''
  3023. PASSWDLIB=''
  3024. PATH_SEPARATOR=':'
  3025. PKG_CONFIG=''
  3026. RANLIB='x86_64-pc-linux-gnu-ranlib'
  3027. SCREENSAVERS_DIR=''
  3028. SED='/bin/sed'
  3029. SET_MAKE=''
  3030. SHELL='/bin/sh'
  3031. STRIP='x86_64-pc-linux-gnu-strip'
  3032. TEMP_FILES_DIR=''
  3033. TEXT_SESSIONS_DIR=''
  3034. THEMES_DIR=''
  3035. USE_DIRECTFB_FALSE=''
  3036. USE_DIRECTFB_TRUE=''
  3037. USE_PAM_FALSE=''
  3038. USE_PAM_TRUE=''
  3039. VERSION='1.0.0'
  3040. WANT_CRYPTO_FALSE=''
  3041. WANT_CRYPTO_TRUE=''
  3042. WANT_EMACS_STUFF_FALSE=''
  3043. WANT_EMACS_STUFF_TRUE='#'
  3044. WANT_GPM_LOCK_FALSE=''
  3045. WANT_GPM_LOCK_TRUE=''
  3046. WANT_SCREEN_SAVERS_FALSE=''
  3047. WANT_SCREEN_SAVERS_TRUE=''
  3048. WANT_STATIC_FALSE=''
  3049. WANT_STATIC_TRUE=''
  3050. XFREE=''
  3051. XINIT=''
  3052. XLIBS=''
  3053. X_SESSIONS_DIR=''
  3054. YACC='bison -y'
  3055. YFLAGS=''
  3056. ac_ct_CC=''
  3057. ac_ct_CXX=''
  3058. ac_ct_F77=''
  3059. am__fastdepCC_FALSE='#'
  3060. am__fastdepCC_TRUE=''
  3061. am__fastdepCXX_FALSE='#'
  3062. am__fastdepCXX_TRUE=''
  3063. am__include='include'
  3064. am__isrc=''
  3065. am__leading_dot='.'
  3066. am__quote=''
  3067. am__tar='${AMTAR} chof - "$$tardir"'
  3068. am__untar='${AMTAR} xf -'
  3069. bindir='${exec_prefix}/bin'
  3070. build='x86_64-pc-linux-gnu'
  3071. build_alias='x86_64-pc-linux-gnu'
  3072. build_cpu='x86_64'
  3073. build_os='linux-gnu'
  3074. build_vendor='pc'
  3075. datadir='/usr/share'
  3076. datarootdir='${prefix}/share'
  3077. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3078. dvidir='${docdir}'
  3079. exec_prefix='NONE'
  3080. host='x86_64-pc-linux-gnu'
  3081. host_alias='x86_64-pc-linux-gnu'
  3082. host_cpu='x86_64'
  3083. host_os='linux-gnu'
  3084. host_vendor='pc'
  3085. htmldir='${docdir}'
  3086. includedir='${prefix}/include'
  3087. infodir='/usr/share/info'
  3088. install_sh='$(SHELL) /var/tmp/portage/sys-apps/qingy-1.0.0/work/qingy-1.0.0/install-sh'
  3089. libdir='/usr/lib64'
  3090. libexecdir='${exec_prefix}/libexec'
  3091. lispdir='no'
  3092. localedir='${datarootdir}/locale'
  3093. localstatedir='/var/lib'
  3094. mandir='/usr/share/man'
  3095. mkdir_p='/bin/mkdir -p'
  3096. oldincludedir='/usr/include'
  3097. pdfdir='${docdir}'
  3098. prefix='/usr'
  3099. program_transform_name='s,x,x,'
  3100. psdir='${docdir}'
  3101. sbindir='/sbin'
  3102. sharedstatedir='${prefix}/com'
  3103. sysconfdir='/etc'
  3104. target_alias=''
  3105.  
  3106. ## ----------- ##
  3107. ## confdefs.h. ##
  3108. ## ----------- ##
  3109.  
  3110. #define PACKAGE_NAME "qingy"
  3111. #define PACKAGE_TARNAME "qingy"
  3112. #define PACKAGE_VERSION "1.0.0"
  3113. #define PACKAGE_STRING "qingy 1.0.0"
  3114. #define PACKAGE_BUGREPORT "michele.noberasco@tiscali.it"
  3115. #define PACKAGE "qingy"
  3116. #define VERSION "1.0.0"
  3117. #define STDC_HEADERS 1
  3118. #define HAVE_SYS_TYPES_H 1
  3119. #define HAVE_SYS_STAT_H 1
  3120. #define HAVE_STDLIB_H 1
  3121. #define HAVE_STRING_H 1
  3122. #define HAVE_MEMORY_H 1
  3123. #define HAVE_STRINGS_H 1
  3124. #define HAVE_INTTYPES_H 1
  3125. #define HAVE_STDINT_H 1
  3126. #define HAVE_UNISTD_H 1
  3127. #define __EXTENSIONS__ 1
  3128. #define _ALL_SOURCE 1
  3129. #define _GNU_SOURCE 1
  3130. #define _POSIX_PTHREAD_SEMANTICS 1
  3131. #define _TANDEM_SOURCE 1
  3132. #define HAVE_DLFCN_H 1
  3133. #define YYTEXT_POINTER 1
  3134. #define HAVE_CTYPE_H 1
  3135. #define HAVE_FCNTL_H 1
  3136. #define HAVE_GRP_H 1
  3137. #define HAVE_LASTLOG_H 1
  3138. #define HAVE_PATHS_H 1
  3139. #define HAVE_PTHREAD_H 1
  3140. #define HAVE_PWD_H 1
  3141. #define HAVE_STDIO_H 1
  3142. #define HAVE_STDLIB_H 1
  3143. #define HAVE_SIGNAL_H 1
  3144. #define HAVE_STRING_H 1
  3145. #define HAVE_SYSLOG_H 1
  3146. #define HAVE_TERMIOS_H 1
  3147. #define HAVE_TIME_H 1
  3148. #define HAVE_UNISTD_H 1
  3149. #define HAVE_LINUX_KD_H 1
  3150. #define HAVE_LINUX_VT_H 1
  3151. #define HAVE_SYS_IOCTL_H 1
  3152. #define HAVE_SYS_TYPES_H 1
  3153. #define HAVE_SYS_STAT_H 1
  3154. #define HAVE_SYS_UTSNAME_H 1
  3155. #define HAVE_SYS_WAIT_H 1
  3156. #define HAVE_DIRENT_H 1
  3157. #define HAVE_SYS_WAIT_H 1
  3158. #define HAVE_LIBCRYPT 1
  3159. #define HAVE_LIBDL 1
  3160. #define HAVE_LIBPTHREAD 1
  3161. #define HAVE_getdomainname 1
  3162. #define HAVE_CURSES_H 1
  3163. #define HAVE_TERM_H 1
  3164.  
  3165. configure: exit 1
Add Comment
Please, Sign In to add comment