spacepaste

  1.  
  2. This file contains any messages produced by compilers while
  3. running configure, to aid debugging if configure makes a mistake.
  4. It was created by universal-ctags configure 0.0.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6. $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=mipsel-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/ctags-20161028 --htmldir=/usr/share/doc/ctags-20161028/html --libdir=/usr/lib --disable-json --disable-xml --disable-yaml --disable-readlib --disable-etags --enable-tmpdir=/tmp
  7. ## --------- ##
  8. ## Platform. ##
  9. ## --------- ##
  10. hostname = gentoo-for-mipsel
  11. uname -m = x86_64
  12. uname -r = 4.10.6-gentoo
  13. uname -s = Linux
  14. uname -v = #1 SMP Tue Mar 28 19:21:43 EEST 2017
  15. /usr/bin/uname -p = Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz
  16. /bin/uname -X = unknown
  17. /bin/arch = unknown
  18. /usr/bin/arch -k = unknown
  19. /usr/convex/getsysinfo = unknown
  20. /usr/bin/hostinfo = unknown
  21. /bin/machine = unknown
  22. /usr/bin/oslevel = unknown
  23. /bin/universe = unknown
  24. PATH: /usr/lib/portage/python3.5/ebuild-helpers/xattr
  25. PATH: /usr/lib/portage/python3.5/ebuild-helpers
  26. PATH: /usr/local/sbin
  27. PATH: /usr/local/bin
  28. PATH: /usr/sbin
  29. PATH: /usr/bin
  30. PATH: /sbin
  31. PATH: /bin
  32. PATH: /opt/bin
  33. PATH: /usr/mipsel-unknown-linux-gnu/gcc-bin/5.4.0
  34. ## ----------- ##
  35. ## Core tests. ##
  36. ## ----------- ##
  37. configure:2294: loading site script /usr/share/config.site
  38. | #!/bin/sh
  39. | # Copyright 2009-2014 Gentoo Foundation
  40. | # Distributed under the terms of the GNU General Public License v2
  41. |
  42. | TOPDIR=/usr/share/crossdev/include/site
  43. |
  44. | config_site_arch() {
  45. | local host="${CHOST%%-*}"
  46. |
  47. | case ${host} in
  48. | arm*b*) host=armeb ;;
  49. | arm*) host=arm ;;
  50. | mips*l*) host=mipsel ;;
  51. | mips*) host=mips ;;
  52. | esac
  53. |
  54. | echo "${host}"
  55. | }
  56. |
  57. | config_site_names() {
  58. | local site_arch="$(config_site_arch)"
  59. | local sites=""
  60. | local x
  61. |
  62. | case ${CHOST} in
  63. | *-linux-*) sites="${sites} linux ${site_arch}-linux" ;;
  64. | *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;;
  65. | esac
  66. |
  67. | case ${CHOST} in
  68. | *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;;
  69. | *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;;
  70. | *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;;
  71. | esac
  72. |
  73. | case ${CHOST} in
  74. | *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;;
  75. | *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;;
  76. | esac
  77. |
  78. | for x in ${sites} ${CHOST}; do
  79. | [ -e "${TOPDIR}/${x}" ] && echo "${TOPDIR}/${x}"
  80. | done
  81. | }
  82. |
  83. | # Only kick in for cross-compiles so we don't break native builds #427184
  84. | if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then
  85. | sites="$(config_site_names)"
  86. | if [ -n "${sites}" ] ; then
  87. | for site in ${sites}; do
  88. | echo "${0##*/}: loading site script ${site}"
  89. | . "${site}"
  90. | done
  91. | fi
  92. | unset site sites
  93. | fi
  94. configure:2435: checking for a BSD-compatible install
  95. configure:2503: result: /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c
  96. configure:2514: checking whether build environment is sane
  97. configure:2569: result: yes
  98. configure:2628: checking for mipsel-unknown-linux-gnu-strip
  99. configure:2644: found /usr/bin/mipsel-unknown-linux-gnu-strip
  100. configure:2655: result: mipsel-unknown-linux-gnu-strip
  101. configure:2720: checking for a thread-safe mkdir -p
  102. configure:2759: result: /bin/mkdir -p
  103. configure:2766: checking for gawk
  104. configure:2782: found /usr/bin/gawk
  105. configure:2793: result: gawk
  106. configure:2804: checking whether make sets $(MAKE)
  107. configure:2826: result: yes
  108. configure:2855: checking whether make supports nested variables
  109. configure:2872: result: yes
  110. configure:3009: checking whether make supports nested variables
  111. configure:3026: result: yes
  112. configure:3052: checking build system type
  113. configure:3066: result: x86_64-pc-linux-gnu
  114. configure:3086: checking host system type
  115. configure:3099: result: mipsel-unknown-linux-gnu
  116. configure:3372: checking for mipsel-unknown-linux-gnu-gcc
  117. configure:3388: found /usr/bin/mipsel-unknown-linux-gnu-gcc
  118. configure:3399: result: mipsel-unknown-linux-gnu-gcc
  119. configure:3668: checking for C compiler version
  120. configure:3677: mipsel-unknown-linux-gnu-gcc --version >&5
  121. mipsel-unknown-linux-gnu-gcc (Gentoo 5.4.0-r3 p1.3) 5.4.0
  122. Copyright (C) 2015 Free Software Foundation, Inc.
  123. This is free software; see the source for copying conditions. There is NO
  124. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  125. configure:3688: $? = 0
  126. configure:3677: mipsel-unknown-linux-gnu-gcc -v >&5
  127. Using built-in specs.
  128. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/mipsel-unknown-linux-gnu/gcc-bin/5.4.0/mipsel-unknown-linux-gnu-gcc
  129. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/mipsel-unknown-linux-gnu/5.4.0/lto-wrapper
  130. Target: mipsel-unknown-linux-gnu
  131. Configured with: /var/tmp/portage/cross-mipsel-unknown-linux-gnu/gcc-5.4.0-r3/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --target=mipsel-unknown-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/mipsel-unknown-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/mipsel-unknown-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/mipsel-unknown-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/mipsel-unknown-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/mipsel-unknown-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/mipsel-unknown-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/mipsel-unknown-linux-gnu/5.4.0/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 5.4.0-r3 p1.3' --enable-libstdcxx-time --enable-poison-system-directories --with-sysroot=/usr/mipsel-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-altivec --disable-fixed-point --with-abi=32 --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --enable-lto --with-isl --disable-isl-version-check --enable-libsanitizer --with-mips-plt --with-arch=mips32 --with-tune=mips32 --with-llsc --disable-libcilkrts
  132. Thread model: posix
  133. gcc version 5.4.0 (Gentoo 5.4.0-r3 p1.3)
  134. configure:3688: $? = 0
  135. configure:3677: mipsel-unknown-linux-gnu-gcc -V >&5
  136. mipsel-unknown-linux-gnu-gcc: error: unrecognized command line option '-V'
  137. mipsel-unknown-linux-gnu-gcc: fatal error: no input files
  138. compilation terminated.
  139. configure:3688: $? = 1
  140. configure:3677: mipsel-unknown-linux-gnu-gcc -qversion >&5
  141. mipsel-unknown-linux-gnu-gcc: error: unrecognized command line option '-qversion'
  142. mipsel-unknown-linux-gnu-gcc: fatal error: no input files
  143. compilation terminated.
  144. configure:3688: $? = 1
  145. configure:3708: checking whether the C compiler works
  146. configure:3730: mipsel-unknown-linux-gnu-gcc -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  147. configure:3734: $? = 0
  148. configure:3782: result: yes
  149. configure:3785: checking for C compiler default output file name
  150. configure:3787: result: a.out
  151. configure:3793: checking for suffix of executables
  152. configure:3800: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  153. configure:3804: $? = 0
  154. configure:3826: result:
  155. configure:3848: checking whether we are cross compiling
  156. configure:3886: result: yes
  157. configure:3891: checking for suffix of object files
  158. configure:3913: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  159. configure:3917: $? = 0
  160. configure:3938: result: o
  161. configure:3942: checking whether we are using the GNU C compiler
  162. configure:3961: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  163. configure:3961: $? = 0
  164. configure:3970: result: yes
  165. configure:3979: checking whether mipsel-unknown-linux-gnu-gcc accepts -g
  166. configure:3999: mipsel-unknown-linux-gnu-gcc -c -g conftest.c >&5
  167. configure:3999: $? = 0
  168. configure:4040: result: yes
  169. configure:4057: checking for mipsel-unknown-linux-gnu-gcc option to accept ISO C89
  170. configure:4120: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  171. configure:4120: $? = 0
  172. configure:4133: result: none needed
  173. configure:4158: checking whether mipsel-unknown-linux-gnu-gcc understands -c and -o together
  174. configure:4180: mipsel-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o
  175. configure:4183: $? = 0
  176. configure:4180: mipsel-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o
  177. configure:4183: $? = 0
  178. configure:4195: result: yes
  179. configure:4223: checking for style of include used by make
  180. configure:4251: result: GNU
  181. configure:4277: checking dependency style of mipsel-unknown-linux-gnu-gcc
  182. configure:4388: result: none
  183. configure:4403: checking for mipsel-unknown-linux-gnu-gcc option to accept ISO C99
  184. configure:4552: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  185. configure:4552: $? = 0
  186. configure:4565: result: none needed
  187. configure:4606: checking whether ln -s works
  188. configure:4610: result: yes
  189. configure:4619: checking for strip
  190. configure:4647: result: mipsel-unknown-linux-gnu-strip
  191. configure:4663: checking for special C compiler options needed for large files
  192. configure:4708: result: no
  193. configure:4714: checking for _FILE_OFFSET_BITS value needed for large files
  194. configure:4739: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  195. conftest.c:18:33: warning: left shift count >= width of type [-Wshift-count-overflow]
  196. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  197. ^
  198. conftest.c:19:23: note: in expansion of macro 'LARGE_OFF_T'
  199. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  200. ^
  201. conftest.c:18:57: warning: left shift count >= width of type [-Wshift-count-overflow]
  202. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  203. ^
  204. conftest.c:19:23: note: in expansion of macro 'LARGE_OFF_T'
  205. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  206. ^
  207. conftest.c:18:33: warning: left shift count >= width of type [-Wshift-count-overflow]
  208. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  209. ^
  210. conftest.c:20:13: note: in expansion of macro 'LARGE_OFF_T'
  211. && LARGE_OFF_T % 2147483647 == 1)
  212. ^
  213. conftest.c:18:57: warning: left shift count >= width of type [-Wshift-count-overflow]
  214. #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  215. ^
  216. conftest.c:20:13: note: in expansion of macro 'LARGE_OFF_T'
  217. && LARGE_OFF_T % 2147483647 == 1)
  218. ^
  219. conftest.c:19:7: error: variably modified 'off_t_is_large' at file scope
  220. int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  221. ^
  222. configure:4739: $? = 1
  223. configure: failed program was:
  224. | /* confdefs.h */
  225. | #define PACKAGE_NAME "universal-ctags"
  226. | #define PACKAGE_TARNAME "universal-ctags"
  227. | #define PACKAGE_VERSION "0.0.0"
  228. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  229. | #define PACKAGE_BUGREPORT ""
  230. | #define PACKAGE_URL ""
  231. | #define PACKAGE "universal-ctags"
  232. | #define VERSION "0.0.0"
  233. | #define DEFAULT_FILE_FORMAT 2
  234. | #define ETAGS "etags"
  235. | /* end confdefs.h. */
  236. | #include <sys/types.h>
  237. | /* Check that off_t can represent 2**63 - 1 correctly.
  238. | We can't simply define LARGE_OFF_T to be 9223372036854775807,
  239. | since some C++ compilers masquerading as C compilers
  240. | incorrectly reject 9223372036854775807. */
  241. | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
  242. | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
  243. | && LARGE_OFF_T % 2147483647 == 1)
  244. | ? 1 : -1];
  245. | int
  246. | main ()
  247. | {
  248. |
  249. | ;
  250. | return 0;
  251. | }
  252. configure:4763: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  253. configure:4763: $? = 0
  254. configure:4771: result: 64
  255. configure:4861: checking for perl
  256. configure:4891: result: no
  257. configure:4913: checking for rst2man
  258. configure:4946: result: no
  259. configure:4913: checking for rst2man.py
  260. configure:4931: found /usr/bin/rst2man.py
  261. configure:4943: result: /usr/bin/rst2man.py
  262. configure:4967: checking building in a git repository
  263. configure:4972: result: no
  264. configure:4979: checking for git
  265. configure:4995: found /usr/bin/git
  266. configure:5006: result: git
  267. configure:5031: checking directory to use for temporary files
  268. configure:5047: result: /tmp
  269. configure:5058: checking for case-insensitive filenames
  270. configure:5067: result: no
  271. configure:5072: checking selected sort method
  272. configure:5078: result: external sort utility
  273. configure:5083: checking for sort
  274. configure:5099: found /usr/bin/sort
  275. configure:5111: result: yes
  276. configure:5120: checking if sort accepts our command line
  277. configure:5128: result: yes
  278. configure:5151: checking how to run the C preprocessor
  279. configure:5182: mipsel-unknown-linux-gnu-gcc -E conftest.c
  280. configure:5182: $? = 0
  281. configure:5196: mipsel-unknown-linux-gnu-gcc -E conftest.c
  282. conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
  283. compilation terminated.
  284. configure:5196: $? = 1
  285. configure: failed program was:
  286. | /* confdefs.h */
  287. | #define PACKAGE_NAME "universal-ctags"
  288. | #define PACKAGE_TARNAME "universal-ctags"
  289. | #define PACKAGE_VERSION "0.0.0"
  290. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  291. | #define PACKAGE_BUGREPORT ""
  292. | #define PACKAGE_URL ""
  293. | #define PACKAGE "universal-ctags"
  294. | #define VERSION "0.0.0"
  295. | #define DEFAULT_FILE_FORMAT 2
  296. | #define ETAGS "etags"
  297. | #define _FILE_OFFSET_BITS 64
  298. | #define TMPDIR "/tmp"
  299. | #define EXTERNAL_SORT 1
  300. | /* end confdefs.h. */
  301. | #include <ac_nonexistent.h>
  302. configure:5221: result: mipsel-unknown-linux-gnu-gcc -E
  303. configure:5241: mipsel-unknown-linux-gnu-gcc -E conftest.c
  304. configure:5241: $? = 0
  305. configure:5255: mipsel-unknown-linux-gnu-gcc -E conftest.c
  306. conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
  307. compilation terminated.
  308. configure:5255: $? = 1
  309. configure: failed program was:
  310. | /* confdefs.h */
  311. | #define PACKAGE_NAME "universal-ctags"
  312. | #define PACKAGE_TARNAME "universal-ctags"
  313. | #define PACKAGE_VERSION "0.0.0"
  314. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  315. | #define PACKAGE_BUGREPORT ""
  316. | #define PACKAGE_URL ""
  317. | #define PACKAGE "universal-ctags"
  318. | #define VERSION "0.0.0"
  319. | #define DEFAULT_FILE_FORMAT 2
  320. | #define ETAGS "etags"
  321. | #define _FILE_OFFSET_BITS 64
  322. | #define TMPDIR "/tmp"
  323. | #define EXTERNAL_SORT 1
  324. | /* end confdefs.h. */
  325. | #include <ac_nonexistent.h>
  326. configure:5284: checking for grep that handles long lines and -e
  327. configure:5342: result: /bin/grep
  328. configure:5347: checking for egrep
  329. configure:5409: result: /bin/grep -E
  330. configure:5414: checking for ANSI C header files
  331. configure:5434: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  332. configure:5434: $? = 0
  333. configure:5518: result: yes
  334. configure:5531: checking for sys/types.h
  335. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  336. configure:5531: $? = 0
  337. configure:5531: result: yes
  338. configure:5531: checking for sys/stat.h
  339. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  340. configure:5531: $? = 0
  341. configure:5531: result: yes
  342. configure:5531: checking for stdlib.h
  343. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  344. configure:5531: $? = 0
  345. configure:5531: result: yes
  346. configure:5531: checking for string.h
  347. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  348. configure:5531: $? = 0
  349. configure:5531: result: yes
  350. configure:5531: checking for memory.h
  351. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  352. configure:5531: $? = 0
  353. configure:5531: result: yes
  354. configure:5531: checking for strings.h
  355. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  356. configure:5531: $? = 0
  357. configure:5531: result: yes
  358. configure:5531: checking for inttypes.h
  359. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  360. configure:5531: $? = 0
  361. configure:5531: result: yes
  362. configure:5531: checking for stdint.h
  363. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  364. configure:5531: $? = 0
  365. configure:5531: result: yes
  366. configure:5531: checking for unistd.h
  367. configure:5531: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  368. configure:5531: $? = 0
  369. configure:5531: result: yes
  370. configure:5546: checking dirent.h usability
  371. configure:5546: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  372. configure:5546: $? = 0
  373. configure:5546: result: yes
  374. configure:5546: checking dirent.h presence
  375. configure:5546: mipsel-unknown-linux-gnu-gcc -E conftest.c
  376. configure:5546: $? = 0
  377. configure:5546: result: yes
  378. configure:5546: checking for dirent.h
  379. configure:5546: result: yes
  380. configure:5546: checking errno.h usability
  381. configure:5546: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  382. configure:5546: $? = 0
  383. configure:5546: result: yes
  384. configure:5546: checking errno.h presence
  385. configure:5546: mipsel-unknown-linux-gnu-gcc -E conftest.c
  386. configure:5546: $? = 0
  387. configure:5546: result: yes
  388. configure:5546: checking for errno.h
  389. configure:5546: result: yes
  390. configure:5546: checking fcntl.h usability
  391. configure:5546: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  392. configure:5546: $? = 0
  393. configure:5546: result: yes
  394. configure:5546: checking fcntl.h presence
  395. configure:5546: mipsel-unknown-linux-gnu-gcc -E conftest.c
  396. configure:5546: $? = 0
  397. configure:5546: result: yes
  398. configure:5546: checking for fcntl.h
  399. configure:5546: result: yes
  400. configure:5546: checking io.h usability
  401. configure:5546: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  402. conftest.c:62:16: fatal error: io.h: No such file or directory
  403. compilation terminated.
  404. configure:5546: $? = 1
  405. configure: failed program was:
  406. | /* confdefs.h */
  407. | #define PACKAGE_NAME "universal-ctags"
  408. | #define PACKAGE_TARNAME "universal-ctags"
  409. | #define PACKAGE_VERSION "0.0.0"
  410. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  411. | #define PACKAGE_BUGREPORT ""
  412. | #define PACKAGE_URL ""
  413. | #define PACKAGE "universal-ctags"
  414. | #define VERSION "0.0.0"
  415. | #define DEFAULT_FILE_FORMAT 2
  416. | #define ETAGS "etags"
  417. | #define _FILE_OFFSET_BITS 64
  418. | #define TMPDIR "/tmp"
  419. | #define EXTERNAL_SORT 1
  420. | #define STDC_HEADERS 1
  421. | #define HAVE_SYS_TYPES_H 1
  422. | #define HAVE_SYS_STAT_H 1
  423. | #define HAVE_STDLIB_H 1
  424. | #define HAVE_STRING_H 1
  425. | #define HAVE_MEMORY_H 1
  426. | #define HAVE_STRINGS_H 1
  427. | #define HAVE_INTTYPES_H 1
  428. | #define HAVE_STDINT_H 1
  429. | #define HAVE_UNISTD_H 1
  430. | #define HAVE_DIRENT_H 1
  431. | #define HAVE_ERRNO_H 1
  432. | #define HAVE_FCNTL_H 1
  433. | /* end confdefs.h. */
  434. | #include <stdio.h>
  435. | #ifdef HAVE_SYS_TYPES_H
  436. | # include <sys/types.h>
  437. | #endif
  438. | #ifdef HAVE_SYS_STAT_H
  439. | # include <sys/stat.h>
  440. | #endif
  441. | #ifdef STDC_HEADERS
  442. | # include <stdlib.h>
  443. | # include <stddef.h>
  444. | #else
  445. | # ifdef HAVE_STDLIB_H
  446. | # include <stdlib.h>
  447. | # endif
  448. | #endif
  449. | #ifdef HAVE_STRING_H
  450. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  451. | # include <memory.h>
  452. | # endif
  453. | # include <string.h>
  454. | #endif
  455. | #ifdef HAVE_STRINGS_H
  456. | # include <strings.h>
  457. | #endif
  458. | #ifdef HAVE_INTTYPES_H
  459. | # include <inttypes.h>
  460. | #endif
  461. | #ifdef HAVE_STDINT_H
  462. | # include <stdint.h>
  463. | #endif
  464. | #ifdef HAVE_UNISTD_H
  465. | # include <unistd.h>
  466. | #endif
  467. | #include <io.h>
  468. configure:5546: result: no
  469. configure:5546: checking io.h presence
  470. configure:5546: mipsel-unknown-linux-gnu-gcc -E conftest.c
  471. conftest.c:29:16: fatal error: io.h: No such file or directory
  472. compilation terminated.
  473. configure:5546: $? = 1
  474. configure: failed program was:
  475. | /* confdefs.h */
  476. | #define PACKAGE_NAME "universal-ctags"
  477. | #define PACKAGE_TARNAME "universal-ctags"
  478. | #define PACKAGE_VERSION "0.0.0"
  479. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  480. | #define PACKAGE_BUGREPORT ""
  481. | #define PACKAGE_URL ""
  482. | #define PACKAGE "universal-ctags"
  483. | #define VERSION "0.0.0"
  484. | #define DEFAULT_FILE_FORMAT 2
  485. | #define ETAGS "etags"
  486. | #define _FILE_OFFSET_BITS 64
  487. | #define TMPDIR "/tmp"
  488. | #define EXTERNAL_SORT 1
  489. | #define STDC_HEADERS 1
  490. | #define HAVE_SYS_TYPES_H 1
  491. | #define HAVE_SYS_STAT_H 1
  492. | #define HAVE_STDLIB_H 1
  493. | #define HAVE_STRING_H 1
  494. | #define HAVE_MEMORY_H 1
  495. | #define HAVE_STRINGS_H 1
  496. | #define HAVE_INTTYPES_H 1
  497. | #define HAVE_STDINT_H 1
  498. | #define HAVE_UNISTD_H 1
  499. | #define HAVE_DIRENT_H 1
  500. | #define HAVE_ERRNO_H 1
  501. | #define HAVE_FCNTL_H 1
  502. | /* end confdefs.h. */
  503. | #include <io.h>
  504. configure:5546: result: no
  505. configure:5546: checking for io.h
  506. configure:5546: result: no
  507. configure:5546: checking limits.h usability
  508. configure:5546: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  509. configure:5546: $? = 0
  510. configure:5546: result: yes
  511. configure:5546: checking limits.h presence
  512. configure:5546: mipsel-unknown-linux-gnu-gcc -E conftest.c
  513. configure:5546: $? = 0
  514. configure:5546: result: yes
  515. configure:5546: checking for limits.h
  516. configure:5546: result: yes
  517. configure:5546: checking stat.h usability
  518. configure:5546: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  519. conftest.c:63:18: fatal error: stat.h: No such file or directory
  520. compilation terminated.
  521. configure:5546: $? = 1
  522. configure: failed program was:
  523. | /* confdefs.h */
  524. | #define PACKAGE_NAME "universal-ctags"
  525. | #define PACKAGE_TARNAME "universal-ctags"
  526. | #define PACKAGE_VERSION "0.0.0"
  527. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  528. | #define PACKAGE_BUGREPORT ""
  529. | #define PACKAGE_URL ""
  530. | #define PACKAGE "universal-ctags"
  531. | #define VERSION "0.0.0"
  532. | #define DEFAULT_FILE_FORMAT 2
  533. | #define ETAGS "etags"
  534. | #define _FILE_OFFSET_BITS 64
  535. | #define TMPDIR "/tmp"
  536. | #define EXTERNAL_SORT 1
  537. | #define STDC_HEADERS 1
  538. | #define HAVE_SYS_TYPES_H 1
  539. | #define HAVE_SYS_STAT_H 1
  540. | #define HAVE_STDLIB_H 1
  541. | #define HAVE_STRING_H 1
  542. | #define HAVE_MEMORY_H 1
  543. | #define HAVE_STRINGS_H 1
  544. | #define HAVE_INTTYPES_H 1
  545. | #define HAVE_STDINT_H 1
  546. | #define HAVE_UNISTD_H 1
  547. | #define HAVE_DIRENT_H 1
  548. | #define HAVE_ERRNO_H 1
  549. | #define HAVE_FCNTL_H 1
  550. | #define HAVE_LIMITS_H 1
  551. | /* end confdefs.h. */
  552. | #include <stdio.h>
  553. | #ifdef HAVE_SYS_TYPES_H
  554. | # include <sys/types.h>
  555. | #endif
  556. | #ifdef HAVE_SYS_STAT_H
  557. | # include <sys/stat.h>
  558. | #endif
  559. | #ifdef STDC_HEADERS
  560. | # include <stdlib.h>
  561. | # include <stddef.h>
  562. | #else
  563. | # ifdef HAVE_STDLIB_H
  564. | # include <stdlib.h>
  565. | # endif
  566. | #endif
  567. | #ifdef HAVE_STRING_H
  568. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  569. | # include <memory.h>
  570. | # endif
  571. | # include <string.h>
  572. | #endif
  573. | #ifdef HAVE_STRINGS_H
  574. | # include <strings.h>
  575. | #endif
  576. | #ifdef HAVE_INTTYPES_H
  577. | # include <inttypes.h>
  578. | #endif
  579. | #ifdef HAVE_STDINT_H
  580. | # include <stdint.h>
  581. | #endif
  582. | #ifdef HAVE_UNISTD_H
  583. | # include <unistd.h>
  584. | #endif
  585. | #include <stat.h>
  586. configure:5546: result: no
  587. configure:5546: checking stat.h presence
  588. configure:5546: mipsel-unknown-linux-gnu-gcc -E conftest.c
  589. conftest.c:30:18: fatal error: stat.h: No such file or directory
  590. compilation terminated.
  591. configure:5546: $? = 1
  592. configure: failed program was:
  593. | /* confdefs.h */
  594. | #define PACKAGE_NAME "universal-ctags"
  595. | #define PACKAGE_TARNAME "universal-ctags"
  596. | #define PACKAGE_VERSION "0.0.0"
  597. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  598. | #define PACKAGE_BUGREPORT ""
  599. | #define PACKAGE_URL ""
  600. | #define PACKAGE "universal-ctags"
  601. | #define VERSION "0.0.0"
  602. | #define DEFAULT_FILE_FORMAT 2
  603. | #define ETAGS "etags"
  604. | #define _FILE_OFFSET_BITS 64
  605. | #define TMPDIR "/tmp"
  606. | #define EXTERNAL_SORT 1
  607. | #define STDC_HEADERS 1
  608. | #define HAVE_SYS_TYPES_H 1
  609. | #define HAVE_SYS_STAT_H 1
  610. | #define HAVE_STDLIB_H 1
  611. | #define HAVE_STRING_H 1
  612. | #define HAVE_MEMORY_H 1
  613. | #define HAVE_STRINGS_H 1
  614. | #define HAVE_INTTYPES_H 1
  615. | #define HAVE_STDINT_H 1
  616. | #define HAVE_UNISTD_H 1
  617. | #define HAVE_DIRENT_H 1
  618. | #define HAVE_ERRNO_H 1
  619. | #define HAVE_FCNTL_H 1
  620. | #define HAVE_LIMITS_H 1
  621. | /* end confdefs.h. */
  622. | #include <stat.h>
  623. configure:5546: result: no
  624. configure:5546: checking for stat.h
  625. configure:5546: result: no
  626. configure:5546: checking for stdlib.h
  627. configure:5546: result: yes
  628. configure:5546: checking for string.h
  629. configure:5546: result: yes
  630. configure:5559: checking time.h usability
  631. configure:5559: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  632. configure:5559: $? = 0
  633. configure:5559: result: yes
  634. configure:5559: checking time.h presence
  635. configure:5559: mipsel-unknown-linux-gnu-gcc -E conftest.c
  636. configure:5559: $? = 0
  637. configure:5559: result: yes
  638. configure:5559: checking for time.h
  639. configure:5559: result: yes
  640. configure:5559: checking types.h usability
  641. configure:5559: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  642. conftest.c:66:19: fatal error: types.h: No such file or directory
  643. compilation terminated.
  644. configure:5559: $? = 1
  645. configure: failed program was:
  646. | /* confdefs.h */
  647. | #define PACKAGE_NAME "universal-ctags"
  648. | #define PACKAGE_TARNAME "universal-ctags"
  649. | #define PACKAGE_VERSION "0.0.0"
  650. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  651. | #define PACKAGE_BUGREPORT ""
  652. | #define PACKAGE_URL ""
  653. | #define PACKAGE "universal-ctags"
  654. | #define VERSION "0.0.0"
  655. | #define DEFAULT_FILE_FORMAT 2
  656. | #define ETAGS "etags"
  657. | #define _FILE_OFFSET_BITS 64
  658. | #define TMPDIR "/tmp"
  659. | #define EXTERNAL_SORT 1
  660. | #define STDC_HEADERS 1
  661. | #define HAVE_SYS_TYPES_H 1
  662. | #define HAVE_SYS_STAT_H 1
  663. | #define HAVE_STDLIB_H 1
  664. | #define HAVE_STRING_H 1
  665. | #define HAVE_MEMORY_H 1
  666. | #define HAVE_STRINGS_H 1
  667. | #define HAVE_INTTYPES_H 1
  668. | #define HAVE_STDINT_H 1
  669. | #define HAVE_UNISTD_H 1
  670. | #define HAVE_DIRENT_H 1
  671. | #define HAVE_ERRNO_H 1
  672. | #define HAVE_FCNTL_H 1
  673. | #define HAVE_LIMITS_H 1
  674. | #define HAVE_STDLIB_H 1
  675. | #define HAVE_STRING_H 1
  676. | #define HAVE_TIME_H 1
  677. | /* end confdefs.h. */
  678. | #include <stdio.h>
  679. | #ifdef HAVE_SYS_TYPES_H
  680. | # include <sys/types.h>
  681. | #endif
  682. | #ifdef HAVE_SYS_STAT_H
  683. | # include <sys/stat.h>
  684. | #endif
  685. | #ifdef STDC_HEADERS
  686. | # include <stdlib.h>
  687. | # include <stddef.h>
  688. | #else
  689. | # ifdef HAVE_STDLIB_H
  690. | # include <stdlib.h>
  691. | # endif
  692. | #endif
  693. | #ifdef HAVE_STRING_H
  694. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  695. | # include <memory.h>
  696. | # endif
  697. | # include <string.h>
  698. | #endif
  699. | #ifdef HAVE_STRINGS_H
  700. | # include <strings.h>
  701. | #endif
  702. | #ifdef HAVE_INTTYPES_H
  703. | # include <inttypes.h>
  704. | #endif
  705. | #ifdef HAVE_STDINT_H
  706. | # include <stdint.h>
  707. | #endif
  708. | #ifdef HAVE_UNISTD_H
  709. | # include <unistd.h>
  710. | #endif
  711. | #include <types.h>
  712. configure:5559: result: no
  713. configure:5559: checking types.h presence
  714. configure:5559: mipsel-unknown-linux-gnu-gcc -E conftest.c
  715. conftest.c:33:19: fatal error: types.h: No such file or directory
  716. compilation terminated.
  717. configure:5559: $? = 1
  718. configure: failed program was:
  719. | /* confdefs.h */
  720. | #define PACKAGE_NAME "universal-ctags"
  721. | #define PACKAGE_TARNAME "universal-ctags"
  722. | #define PACKAGE_VERSION "0.0.0"
  723. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  724. | #define PACKAGE_BUGREPORT ""
  725. | #define PACKAGE_URL ""
  726. | #define PACKAGE "universal-ctags"
  727. | #define VERSION "0.0.0"
  728. | #define DEFAULT_FILE_FORMAT 2
  729. | #define ETAGS "etags"
  730. | #define _FILE_OFFSET_BITS 64
  731. | #define TMPDIR "/tmp"
  732. | #define EXTERNAL_SORT 1
  733. | #define STDC_HEADERS 1
  734. | #define HAVE_SYS_TYPES_H 1
  735. | #define HAVE_SYS_STAT_H 1
  736. | #define HAVE_STDLIB_H 1
  737. | #define HAVE_STRING_H 1
  738. | #define HAVE_MEMORY_H 1
  739. | #define HAVE_STRINGS_H 1
  740. | #define HAVE_INTTYPES_H 1
  741. | #define HAVE_STDINT_H 1
  742. | #define HAVE_UNISTD_H 1
  743. | #define HAVE_DIRENT_H 1
  744. | #define HAVE_ERRNO_H 1
  745. | #define HAVE_FCNTL_H 1
  746. | #define HAVE_LIMITS_H 1
  747. | #define HAVE_STDLIB_H 1
  748. | #define HAVE_STRING_H 1
  749. | #define HAVE_TIME_H 1
  750. | /* end confdefs.h. */
  751. | #include <types.h>
  752. configure:5559: result: no
  753. configure:5559: checking for types.h
  754. configure:5559: result: no
  755. configure:5559: checking for unistd.h
  756. configure:5559: result: yes
  757. configure:5572: checking sys/dir.h usability
  758. configure:5572: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  759. configure:5572: $? = 0
  760. configure:5572: result: yes
  761. configure:5572: checking sys/dir.h presence
  762. configure:5572: mipsel-unknown-linux-gnu-gcc -E conftest.c
  763. configure:5572: $? = 0
  764. configure:5572: result: yes
  765. configure:5572: checking for sys/dir.h
  766. configure:5572: result: yes
  767. configure:5572: checking for sys/stat.h
  768. configure:5572: result: yes
  769. configure:5572: checking sys/times.h usability
  770. configure:5572: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  771. configure:5572: $? = 0
  772. configure:5572: result: yes
  773. configure:5572: checking sys/times.h presence
  774. configure:5572: mipsel-unknown-linux-gnu-gcc -E conftest.c
  775. configure:5572: $? = 0
  776. configure:5572: result: yes
  777. configure:5572: checking for sys/times.h
  778. configure:5572: result: yes
  779. configure:5572: checking for sys/types.h
  780. configure:5572: result: yes
  781. configure:5572: checking sys/wait.h usability
  782. configure:5572: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  783. configure:5572: $? = 0
  784. configure:5572: result: yes
  785. configure:5572: checking sys/wait.h presence
  786. configure:5572: mipsel-unknown-linux-gnu-gcc -E conftest.c
  787. configure:5572: $? = 0
  788. configure:5572: result: yes
  789. configure:5572: checking for sys/wait.h
  790. configure:5572: result: yes
  791. configure:5588: checking if L_tmpnam is defined in stdio.h
  792. configure:5602: result: yes
  793. configure:5618: checking if INT_MAX is defined in limits.h
  794. configure:5632: result: yes
  795. configure:5679: checking for size_t
  796. configure:5679: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  797. configure:5679: $? = 0
  798. configure:5679: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  799. conftest.c: In function 'main':
  800. conftest.c:75:21: error: expected expression before ')' token
  801. if (sizeof ((size_t)))
  802. ^
  803. configure:5679: $? = 1
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME "universal-ctags"
  807. | #define PACKAGE_TARNAME "universal-ctags"
  808. | #define PACKAGE_VERSION "0.0.0"
  809. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  810. | #define PACKAGE_BUGREPORT ""
  811. | #define PACKAGE_URL ""
  812. | #define PACKAGE "universal-ctags"
  813. | #define VERSION "0.0.0"
  814. | #define DEFAULT_FILE_FORMAT 2
  815. | #define ETAGS "etags"
  816. | #define _FILE_OFFSET_BITS 64
  817. | #define TMPDIR "/tmp"
  818. | #define EXTERNAL_SORT 1
  819. | #define STDC_HEADERS 1
  820. | #define HAVE_SYS_TYPES_H 1
  821. | #define HAVE_SYS_STAT_H 1
  822. | #define HAVE_STDLIB_H 1
  823. | #define HAVE_STRING_H 1
  824. | #define HAVE_MEMORY_H 1
  825. | #define HAVE_STRINGS_H 1
  826. | #define HAVE_INTTYPES_H 1
  827. | #define HAVE_STDINT_H 1
  828. | #define HAVE_UNISTD_H 1
  829. | #define HAVE_DIRENT_H 1
  830. | #define HAVE_ERRNO_H 1
  831. | #define HAVE_FCNTL_H 1
  832. | #define HAVE_LIMITS_H 1
  833. | #define HAVE_STDLIB_H 1
  834. | #define HAVE_STRING_H 1
  835. | #define HAVE_TIME_H 1
  836. | #define HAVE_UNISTD_H 1
  837. | #define HAVE_SYS_DIR_H 1
  838. | #define HAVE_SYS_STAT_H 1
  839. | #define HAVE_SYS_TIMES_H 1
  840. | #define HAVE_SYS_TYPES_H 1
  841. | #define HAVE_SYS_WAIT_H 1
  842. | /* end confdefs.h. */
  843. | #include <stdio.h>
  844. | #ifdef HAVE_SYS_TYPES_H
  845. | # include <sys/types.h>
  846. | #endif
  847. | #ifdef HAVE_SYS_STAT_H
  848. | # include <sys/stat.h>
  849. | #endif
  850. | #ifdef STDC_HEADERS
  851. | # include <stdlib.h>
  852. | # include <stddef.h>
  853. | #else
  854. | # ifdef HAVE_STDLIB_H
  855. | # include <stdlib.h>
  856. | # endif
  857. | #endif
  858. | #ifdef HAVE_STRING_H
  859. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  860. | # include <memory.h>
  861. | # endif
  862. | # include <string.h>
  863. | #endif
  864. | #ifdef HAVE_STRINGS_H
  865. | # include <strings.h>
  866. | #endif
  867. | #ifdef HAVE_INTTYPES_H
  868. | # include <inttypes.h>
  869. | #endif
  870. | #ifdef HAVE_STDINT_H
  871. | # include <stdint.h>
  872. | #endif
  873. | #ifdef HAVE_UNISTD_H
  874. | # include <unistd.h>
  875. | #endif
  876. | int
  877. | main ()
  878. | {
  879. | if (sizeof ((size_t)))
  880. | return 0;
  881. | ;
  882. | return 0;
  883. | }
  884. configure:5679: result: yes
  885. configure:5690: checking for off_t
  886. configure:5690: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  887. configure:5690: $? = 0
  888. configure:5690: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  889. conftest.c: In function 'main':
  890. conftest.c:75:20: error: expected expression before ')' token
  891. if (sizeof ((off_t)))
  892. ^
  893. configure:5690: $? = 1
  894. configure: failed program was:
  895. | /* confdefs.h */
  896. | #define PACKAGE_NAME "universal-ctags"
  897. | #define PACKAGE_TARNAME "universal-ctags"
  898. | #define PACKAGE_VERSION "0.0.0"
  899. | #define PACKAGE_STRING "universal-ctags 0.0.0"
  900. | #define PACKAGE_BUGREPORT ""
  901. | #define PACKAGE_URL ""
  902. | #define PACKAGE "universal-ctags"
  903. | #define VERSION "0.0.0"
  904. | #define DEFAULT_FILE_FORMAT 2
  905. | #define ETAGS "etags"
  906. | #define _FILE_OFFSET_BITS 64
  907. | #define TMPDIR "/tmp"
  908. | #define EXTERNAL_SORT 1
  909. | #define STDC_HEADERS 1
  910. | #define HAVE_SYS_TYPES_H 1
  911. | #define HAVE_SYS_STAT_H 1
  912. | #define HAVE_STDLIB_H 1
  913. | #define HAVE_STRING_H 1
  914. | #define HAVE_MEMORY_H 1
  915. | #define HAVE_STRINGS_H 1
  916. | #define HAVE_INTTYPES_H 1
  917. | #define HAVE_STDINT_H 1
  918. | #define HAVE_UNISTD_H 1
  919. | #define HAVE_DIRENT_H 1
  920. | #define HAVE_ERRNO_H 1
  921. | #define HAVE_FCNTL_H 1
  922. | #define HAVE_LIMITS_H 1
  923. | #define HAVE_STDLIB_H 1
  924. | #define HAVE_STRING_H 1
  925. | #define HAVE_TIME_H 1
  926. | #define HAVE_UNISTD_H 1
  927. | #define HAVE_SYS_DIR_H 1
  928. | #define HAVE_SYS_STAT_H 1
  929. | #define HAVE_SYS_TIMES_H 1
  930. | #define HAVE_SYS_TYPES_H 1
  931. | #define HAVE_SYS_WAIT_H 1
  932. | /* end confdefs.h. */
  933. | #include <stdio.h>
  934. | #ifdef HAVE_SYS_TYPES_H
  935. | # include <sys/types.h>
  936. | #endif
  937. | #ifdef HAVE_SYS_STAT_H
  938. | # include <sys/stat.h>
  939. | #endif
  940. | #ifdef STDC_HEADERS
  941. | # include <stdlib.h>
  942. | # include <stddef.h>
  943. | #else
  944. | # ifdef HAVE_STDLIB_H
  945. | # include <stdlib.h>
  946. | # endif
  947. | #endif
  948. | #ifdef HAVE_STRING_H
  949. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  950. | # include <memory.h>
  951. | # endif
  952. | # include <string.h>
  953. | #endif
  954. | #ifdef HAVE_STRINGS_H
  955. | # include <strings.h>
  956. | #endif
  957. | #ifdef HAVE_INTTYPES_H
  958. | # include <inttypes.h>
  959. | #endif
  960. | #ifdef HAVE_STDINT_H
  961. | # include <stdint.h>
  962. | #endif
  963. | #ifdef HAVE_UNISTD_H
  964. | # include <unistd.h>
  965. | #endif
  966. | int
  967. | main ()
  968. | {
  969. | if (sizeof ((off_t)))
  970. | return 0;
  971. | ;
  972. | return 0;
  973. | }
  974. configure:5690: result: yes
  975. configure:5702: checking for fpos_t
  976. configure:5711: result: yes
  977. configure:5724: checking for clock_t
  978. configure:5733: result: yes
  979. configure:5748: checking stdbool.h usability
  980. configure:5748: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  981. configure:5748: $? = 0
  982. configure:5748: result: yes
  983. configure:5748: checking stdbool.h presence
  984. configure:5748: mipsel-unknown-linux-gnu-gcc -E conftest.c
  985. configure:5748: $? = 0
  986. configure:5748: result: yes
  987. configure:5748: checking for stdbool.h
  988. configure:5748: result: yes
  989. configure:5794: checking for an ANSI C-conforming const
  990. configure:5860: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  991. configure:5860: $? = 0
  992. configure:5867: result: yes
  993. configure:5890: checking if struct stat contains st_ino
  994. configure:5911: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  995. configure:5911: $? = 0
  996. configure:5917: result: yes
  997. configure:5967: checking for fnmatch
  998. configure:5967: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  999. configure:5967: $? = 0
  1000. configure:5967: result: yes
  1001. configure:5991: checking fnmatch.h usability
  1002. configure:5991: mipsel-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -mglibc conftest.c >&5
  1003. configure:5991: $? = 0
  1004. configure:5991: result: yes
  1005. configure:5991: checking fnmatch.h presence
  1006. configure:5991: mipsel-unknown-linux-gnu-gcc -E conftest.c
  1007. configure:5991: $? = 0
  1008. configure:5991: result: yes
  1009. configure:5991: checking for fnmatch.h
  1010. configure:5991: result: yes
  1011. configure:6012: checking for strstr
  1012. configure:6012: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1013. conftest.c:67:6: warning: conflicting types for built-in function 'strstr'
  1014. char strstr ();
  1015. ^
  1016. configure:6012: $? = 0
  1017. configure:6012: result: yes
  1018. configure:6024: checking for strcasecmp
  1019. configure:6024: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1020. conftest.c:68:6: warning: conflicting types for built-in function 'strcasecmp'
  1021. char strcasecmp ();
  1022. ^
  1023. configure:6024: $? = 0
  1024. configure:6024: result: yes
  1025. configure:6036: checking for strncasecmp
  1026. configure:6036: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1027. conftest.c:69:6: warning: conflicting types for built-in function 'strncasecmp'
  1028. char strncasecmp ();
  1029. ^
  1030. configure:6036: $? = 0
  1031. configure:6036: result: yes
  1032. configure:6047: checking for fgetpos
  1033. configure:6047: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1034. configure:6047: $? = 0
  1035. configure:6047: result: yes
  1036. configure:6059: checking for mkstemp
  1037. configure:6059: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1038. configure:6059: $? = 0
  1039. configure:6059: result: yes
  1040. configure:6102: checking for opendir
  1041. configure:6102: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1042. configure:6102: $? = 0
  1043. configure:6102: result: yes
  1044. configure:6113: checking for strerror
  1045. configure:6113: result: yes
  1046. configure:6125: checking for clock
  1047. configure:6125: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1048. configure:6125: $? = 0
  1049. configure:6125: result: yes
  1050. configure:6136: checking for remove
  1051. configure:6136: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1052. configure:6136: $? = 0
  1053. configure:6136: result: yes
  1054. configure:6178: checking for truncate
  1055. configure:6178: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1056. configure:6178: $? = 0
  1057. configure:6178: result: yes
  1058. configure:6217: checking for setenv
  1059. configure:6217: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1060. configure:6217: $? = 0
  1061. configure:6217: result: yes
  1062. configure:6279: checking for regcomp
  1063. configure:6279: mipsel-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -mglibc -Wl,-O1 -Wl,--as-needed conftest.c >&5
  1064. configure:6279: $? = 0
  1065. configure:6279: result: yes
  1066. configure:6285: checking if regcomp works
  1067. configure:6311: result:
  1068. configure:6314: error: regcomp() on this system is broken.
  1069. ## ---------------- ##
  1070. ## Cache variables. ##
  1071. ## ---------------- ##
  1072. ac_cv___va_copy=yes
  1073. ac_cv_af_unix_large_dgram=yes
  1074. ac_cv_alignof_CORBA_boolean=1
  1075. ac_cv_alignof_CORBA_char=1
  1076. ac_cv_alignof_CORBA_double=8
  1077. ac_cv_alignof_CORBA_float=4
  1078. ac_cv_alignof_CORBA_long=4
  1079. ac_cv_alignof_CORBA_long_double=8
  1080. ac_cv_alignof_CORBA_long_long=8
  1081. ac_cv_alignof_CORBA_octet=1
  1082. ac_cv_alignof_CORBA_pointer=4
  1083. ac_cv_alignof_CORBA_short=2
  1084. ac_cv_alignof_CORBA_struct=1
  1085. ac_cv_alignof_CORBA_wchar=2
  1086. ac_cv_build=x86_64-pc-linux-gnu
  1087. ac_cv_c_compiler_gnu=yes
  1088. ac_cv_c_const=yes
  1089. ac_cv_c_long_double=no
  1090. ac_cv_check_sjlj=ssjlj
  1091. ac_cv_env_CC_set=
  1092. ac_cv_env_CC_value=
  1093. ac_cv_env_CFLAGS_set=set
  1094. ac_cv_env_CFLAGS_value=' -O2 -pipe -fomit-frame-pointer -mglibc'
  1095. ac_cv_env_CGCC_CFLAGS_set=
  1096. ac_cv_env_CGCC_CFLAGS_value=
  1097. ac_cv_env_CPPFLAGS_set=
  1098. ac_cv_env_CPPFLAGS_value=
  1099. ac_cv_env_CPP_set=
  1100. ac_cv_env_CPP_value=
  1101. ac_cv_env_DEBUG_CPPFLAGS_set=
  1102. ac_cv_env_DEBUG_CPPFLAGS_value=
  1103. ac_cv_env_EXTRA_CFLAGS_set=
  1104. ac_cv_env_EXTRA_CFLAGS_value=
  1105. ac_cv_env_EXTRA_CPPFLAGS_set=
  1106. ac_cv_env_EXTRA_CPPFLAGS_value=
  1107. ac_cv_env_JANSSON_CFLAGS_set=
  1108. ac_cv_env_JANSSON_CFLAGS_value=
  1109. ac_cv_env_JANSSON_LIBS_set=
  1110. ac_cv_env_JANSSON_LIBS_value=
  1111. ac_cv_env_LDFLAGS_set=set
  1112. ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed'
  1113. ac_cv_env_LIBS_set=
  1114. ac_cv_env_LIBS_value=
  1115. ac_cv_env_LIBXML_CFLAGS_set=
  1116. ac_cv_env_LIBXML_CFLAGS_value=
  1117. ac_cv_env_LIBXML_LIBS_set=
  1118. ac_cv_env_LIBXML_LIBS_value=
  1119. ac_cv_env_LIBYAML_CFLAGS_set=
  1120. ac_cv_env_LIBYAML_CFLAGS_value=
  1121. ac_cv_env_LIBYAML_LIBS_set=
  1122. ac_cv_env_LIBYAML_LIBS_value=
  1123. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1124. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1125. ac_cv_env_PKG_CONFIG_PATH_set=set
  1126. ac_cv_env_PKG_CONFIG_PATH_value=/usr/mipsel-unknown-linux-gnu/usr/lib/pkgconfig/
  1127. ac_cv_env_PKG_CONFIG_set=
  1128. ac_cv_env_PKG_CONFIG_value=
  1129. ac_cv_env_WARNING_CFLAGS_set=
  1130. ac_cv_env_WARNING_CFLAGS_value=
  1131. ac_cv_env_build_alias_set=set
  1132. ac_cv_env_build_alias_value=x86_64-pc-linux-gnu
  1133. ac_cv_env_host_alias_set=set
  1134. ac_cv_env_host_alias_value=mipsel-unknown-linux-gnu
  1135. ac_cv_env_target_alias_set=
  1136. ac_cv_env_target_alias_value=
  1137. ac_cv_epoll_works=yes
  1138. ac_cv_file___dev_urandom_=yes
  1139. ac_cv_file__bin_bash=yes
  1140. ac_cv_file__dev_arandom=no
  1141. ac_cv_file__dev_ptc=no
  1142. ac_cv_file__dev_ptmx=yes
  1143. ac_cv_file__dev_random=yes
  1144. ac_cv_file__dev_srandom=yes
  1145. ac_cv_file__dev_urandom=yes
  1146. ac_cv_file__dev_zero=yes
  1147. ac_cv_file__usr_share_sgml_X11_defs_ent=1
  1148. ac_cv_fread_reads_directories=yes
  1149. ac_cv_func___va_copy=yes
  1150. ac_cv_func_calloc_0_nonnull=yes
  1151. ac_cv_func_clock=yes
  1152. ac_cv_func_fgetpos=yes
  1153. ac_cv_func_fnmatch=yes
  1154. ac_cv_func_fnmatch_works=yes
  1155. ac_cv_func_getaddrinfo=yes
  1156. ac_cv_func_getpagesize=yes
  1157. ac_cv_func_getpgrp_void=yes
  1158. ac_cv_func_getpwuid_r=yes
  1159. ac_cv_func_malloc_0_nonnull=yes
  1160. ac_cv_func_memcmp_working=yes
  1161. ac_cv_func_memcpy=yes
  1162. ac_cv_func_mkstemp=yes
  1163. ac_cv_func_mmap_fixed_mapped=yes
  1164. ac_cv_func_opendir=yes
  1165. ac_cv_func_posix_getgrgid_r=yes
  1166. ac_cv_func_posix_getpwnam_r=yes
  1167. ac_cv_func_posix_getpwuid_r=yes
  1168. ac_cv_func_printf_unix98=yes
  1169. ac_cv_func_pthread_attr_getstack=yes
  1170. ac_cv_func_realloc_0_nonnull=yes
  1171. ac_cv_func_regcomp=yes
  1172. ac_cv_func_remove=yes
  1173. ac_cv_func_setenv=yes
  1174. ac_cv_func_setgrent_void=yes
  1175. ac_cv_func_setpgrp_void=yes
  1176. ac_cv_func_setresuid=yes
  1177. ac_cv_func_setvbuf_reversed=no
  1178. ac_cv_func_snprintf_c99=yes
  1179. ac_cv_func_strcasecmp=yes
  1180. ac_cv_func_strerror=yes
  1181. ac_cv_func_strncasecmp=yes
  1182. ac_cv_func_strnlen_working=yes
  1183. ac_cv_func_strstr=yes
  1184. ac_cv_func_truncate=yes
  1185. ac_cv_func_va_copy=yes
  1186. ac_cv_func_vsnprintf_c99=yes
  1187. ac_cv_func_wait3_rusage=yes
  1188. ac_cv_have_abstract_sockets=yes
  1189. ac_cv_have_accrights_in_msghdr=no
  1190. ac_cv_have_broken_snprintf=no
  1191. ac_cv_have_control_in_msghdr=yes
  1192. ac_cv_have_decl_sys_siglist=yes
  1193. ac_cv_have_openpty_ctty_bug=no
  1194. ac_cv_have_space_d_name_in_struct_dirent=yes
  1195. ac_cv_header_dirent_h=yes
  1196. ac_cv_header_errno_h=yes
  1197. ac_cv_header_fcntl_h=yes
  1198. ac_cv_header_fnmatch_h=yes
  1199. ac_cv_header_inttypes_h=yes
  1200. ac_cv_header_io_h=no
  1201. ac_cv_header_limits_h=yes
  1202. ac_cv_header_memory_h=yes
  1203. ac_cv_header_pwd_h=yes
  1204. ac_cv_header_stat_h=no
  1205. ac_cv_header_stdbool_h=yes
  1206. ac_cv_header_stdc=yes
  1207. ac_cv_header_stdint_h=yes
  1208. ac_cv_header_stdlib_h=yes
  1209. ac_cv_header_string_h=yes
  1210. ac_cv_header_strings_h=yes
  1211. ac_cv_header_sys_dir_h=yes
  1212. ac_cv_header_sys_stat_h=yes
  1213. ac_cv_header_sys_times_h=yes
  1214. ac_cv_header_sys_types_h=yes
  1215. ac_cv_header_sys_wait_h=yes
  1216. ac_cv_header_time_h=yes
  1217. ac_cv_header_types_h=no
  1218. ac_cv_header_unistd_h=yes
  1219. ac_cv_host=mipsel-unknown-linux-gnu
  1220. ac_cv_linux_vers=2
  1221. ac_cv_objext=o
  1222. ac_cv_path_EGREP='/bin/grep -E'
  1223. ac_cv_path_GREP=/bin/grep
  1224. ac_cv_path_RST2MAN=/usr/bin/rst2man.py
  1225. ac_cv_path_install='/usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c'
  1226. ac_cv_path_mkdir=/bin/mkdir
  1227. ac_cv_printf_zd_format=yes
  1228. ac_cv_prog_AWK=gawk
  1229. ac_cv_prog_CC=mipsel-unknown-linux-gnu-gcc
  1230. ac_cv_prog_CPP='mipsel-unknown-linux-gnu-gcc -E'
  1231. ac_cv_prog_GIT=git
  1232. ac_cv_prog_STRIP=mipsel-unknown-linux-gnu-strip
  1233. ac_cv_prog_cc_c89=
  1234. ac_cv_prog_cc_c99=
  1235. ac_cv_prog_cc_g=yes
  1236. ac_cv_prog_make_make_set=yes
  1237. ac_cv_prog_sort_found=yes
  1238. ac_cv_sizeof_int=4
  1239. ac_cv_sys_file_offset_bits=64
  1240. ac_cv_sys_largefile_CC=no
  1241. ac_cv_type_off_t=yes
  1242. ac_cv_type_size_t=yes
  1243. ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
  1244. ac_cv_uint=yes
  1245. ac_cv_unit=yes
  1246. ac_cv_va_copy=yes
  1247. am_cv_CC_dependencies_compiler_type=none
  1248. am_cv_func_working_getline=yes
  1249. am_cv_make_support_nested_variables=yes
  1250. am_cv_prog_cc_c_o=yes
  1251. am_cv_scanf_lld=yes
  1252. bash_cv_dup2_broken=no
  1253. bash_cv_func_sigsetjmp=present
  1254. bash_cv_func_strcoll_broken=no
  1255. bash_cv_getcwd_calls_popen=no
  1256. bash_cv_getenv_redef=yes
  1257. bash_cv_have_mbstate_t=yes
  1258. bash_cv_job_control_missing=present
  1259. bash_cv_must_reinstall_sighandlers=no
  1260. bash_cv_opendir_not_robust=no
  1261. bash_cv_pgrp_pipe=no
  1262. bash_cv_printf_a_format=yes
  1263. bash_cv_sys_named_pipes=present
  1264. bash_cv_sys_siglist=yes
  1265. bash_cv_type_rlimit=rlim_t
  1266. bash_cv_ulimit_maxfds=yes
  1267. bash_cv_under_sys_siglist=yes
  1268. bash_cv_unusable_rtsigs=no
  1269. compat_cv_func_snprintf_works=yes
  1270. fu_cv_sys_stat_statfs2_bsize=yes
  1271. fu_cv_sys_stat_statvfs=yes
  1272. gl_cv_func_btowc_eof=yes
  1273. gl_cv_func_malloc_0_nonnull=yes
  1274. gl_cv_func_re_compile_pattern_working=yes
  1275. gl_cv_func_rename_trailing_dest_slash_bug=no
  1276. gl_cv_func_rename_trailing_slash_bug=no
  1277. gl_cv_func_wcwidth_works=yes
  1278. glib_cv___va_copy=yes
  1279. glib_cv_compliant_posix_memalign=1
  1280. glib_cv_has__inline=yes
  1281. glib_cv_has__inline__=yes
  1282. glib_cv_hasinline=yes
  1283. glib_cv_long_long_format=ll
  1284. glib_cv_rtldglobal_broken=no
  1285. glib_cv_sane_realloc=yes
  1286. glib_cv_sizeof_gmutex=24
  1287. glib_cv_sizeof_system_thread=4
  1288. glib_cv_stack_grows=no
  1289. glib_cv_strlcpy=no
  1290. glib_cv_uscore=no
  1291. glib_cv_use_pid_surrogate=yes
  1292. glib_cv_va_copy=yes
  1293. glib_cv_va_val_copy=no
  1294. lf_cv_sane_realloc=yes
  1295. libIDL_cv_long_long_format=ll
  1296. mono_cv_uscore=no
  1297. rd_cv_ieee_works=yes
  1298. rpppoe_cv_pack_bitfields=rev
  1299. samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
  1300. samba_cv_HAVE_IFACE_AIX=no
  1301. samba_cv_HAVE_IFACE_IFCONF=yes
  1302. samba_cv_HAVE_IFACE_IFREQ=yes
  1303. samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no
  1304. screen_cv_sys_bcopy_overlap=no
  1305. screen_cv_sys_fifo_broken_impl=yes
  1306. screen_cv_sys_fifo_usable=yes
  1307. screen_cv_sys_memcpy_overlap=no
  1308. screen_cv_sys_memmove_overlap=no
  1309. screen_cv_sys_select_broken_retval=no
  1310. screen_cv_sys_sockets_nofs=no
  1311. screen_cv_sys_sockets_usable=yes
  1312. screen_cv_sys_terminfo_used=yes
  1313. slrn_cv___va_copy=yes
  1314. slrn_cv_va_copy=yes
  1315. slrn_cv_va_val_copy=yes
  1316. sudo_cv_func_unsetenv_void=no
  1317. sudo_cv_uid_t_len=10
  1318. td_cv_buggygetaddrinfo=no
  1319. utils_cv_sys_open_max=1015
  1320. vim_cv_getcwd_broken=no
  1321. vim_cv_memmove_handles_overlap=yes
  1322. vim_cv_stat_ignores_slash=yes
  1323. vim_cv_terminfo=yes
  1324. vim_cv_toupper_broken=no
  1325. vim_cv_tty_group=world
  1326. vim_cv_tty_mode=0666
  1327. wi_cv_struct_timeval_tv_sec=long
  1328. wi_cv_struct_timeval_tv_usec=long
  1329. wi_cv_unix_domain_sockets=yes
  1330. yeti_cv_func_scanf_modif_size_t=z
  1331. ## ----------------- ##
  1332. ## Output variables. ##
  1333. ## ----------------- ##
  1334. ACLOCAL='${SHELL} /usr/mipsel-unknown-linux-gnu/tmp/portage/dev-util/ctags-20161028/work/ctags-20161028/missing aclocal-1.15'
  1335. AMDEPBACKSLASH=''
  1336. AMDEP_FALSE=''
  1337. AMDEP_TRUE='#'
  1338. AMTAR='$${TAR-tar}'
  1339. AM_BACKSLASH='\'
  1340. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1341. AM_DEFAULT_VERBOSITY='1'
  1342. AM_V='$(V)'
  1343. AUTOCONF='${SHELL} /usr/mipsel-unknown-linux-gnu/tmp/portage/dev-util/ctags-20161028/work/ctags-20161028/missing autoconf'
  1344. AUTOHEADER='${SHELL} /usr/mipsel-unknown-linux-gnu/tmp/portage/dev-util/ctags-20161028/work/ctags-20161028/missing autoheader'
  1345. AUTOMAKE='${SHELL} /usr/mipsel-unknown-linux-gnu/tmp/portage/dev-util/ctags-20161028/work/ctags-20161028/missing automake-1.15'
  1346. AWK='gawk'
  1347. BUILD_IN_GIT_REPO_FALSE=''
  1348. BUILD_IN_GIT_REPO_TRUE='#'
  1349. CC='mipsel-unknown-linux-gnu-gcc'
  1350. CCDEPMODE='depmode=none'
  1351. CFLAGS=' -O2 -pipe -fomit-frame-pointer -mglibc'
  1352. CGCC_CFLAGS=''
  1353. COVERAGE_CFLAGS=''
  1354. COVERAGE_LDFLAGS=''
  1355. CPP='mipsel-unknown-linux-gnu-gcc -E'
  1356. CPPFLAGS=''
  1357. CTAGS_NAME_EXECUTABLE='ctags'
  1358. CYGPATH_W='echo'
  1359. DEBUG_CPPFLAGS='-DDEBUG'
  1360. DEFS=''
  1361. DEPDIR='.deps'
  1362. ECHO_C=''
  1363. ECHO_N='-n'
  1364. ECHO_T=''
  1365. EGREP='/bin/grep -E'
  1366. ENABLE_DEBUGGING_FALSE=''
  1367. ENABLE_DEBUGGING_TRUE='#'
  1368. ENABLE_XCMD_FALSE=''
  1369. ENABLE_XCMD_TRUE=''
  1370. ETAGS_NAME_EXECUTABLE='etags'
  1371. EXEEXT=''
  1372. EXTRA_CFLAGS='-std=gnu99'
  1373. EXTRA_CPPFLAGS='-D_GNU_SOURCE -D__USE_GNU'
  1374. FNMATCH_CPPFLAGS=''
  1375. GIT='git'
  1376. GREP='/bin/grep'
  1377. HAVE_FNMATCH_FALSE='#'
  1378. HAVE_FNMATCH_TRUE=''
  1379. HAVE_JANSSON_FALSE=''
  1380. HAVE_JANSSON_TRUE=''
  1381. HAVE_LIBXML_FALSE=''
  1382. HAVE_LIBXML_TRUE=''
  1383. HAVE_LIBYAML_FALSE=''
  1384. HAVE_LIBYAML_TRUE=''
  1385. HAVE_REGCOMP_FALSE=''
  1386. HAVE_REGCOMP_TRUE=''
  1387. HAVE_RST2MAN_FALSE='#'
  1388. HAVE_RST2MAN_TRUE=''
  1389. INSTALL_DATA='${INSTALL} -m 644'
  1390. INSTALL_ETAGS_FALSE=''
  1391. INSTALL_ETAGS_TRUE='#'
  1392. INSTALL_LIB_FALSE=''
  1393. INSTALL_LIB_TRUE='#'
  1394. INSTALL_PROGRAM='${INSTALL}'
  1395. INSTALL_SCRIPT='${INSTALL}'
  1396. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1397. JANSSON_CFLAGS=''
  1398. JANSSON_LIBS=''
  1399. LDFLAGS='-Wl,-O1 -Wl,--as-needed'
  1400. LIBOBJS=''
  1401. LIBS=''
  1402. LIBXML_CFLAGS=''
  1403. LIBXML_LIBS=''
  1404. LIBYAML_CFLAGS=''
  1405. LIBYAML_LIBS=''
  1406. LN_S='ln -s'
  1407. LTLIBOBJS=''
  1408. MAKEINFO='${SHELL} /usr/mipsel-unknown-linux-gnu/tmp/portage/dev-util/ctags-20161028/work/ctags-20161028/missing makeinfo'
  1409. MKDIR_P='/bin/mkdir -p'
  1410. OBJEXT='o'
  1411. PACKAGE='universal-ctags'
  1412. PACKAGE_BUGREPORT=''
  1413. PACKAGE_NAME='universal-ctags'
  1414. PACKAGE_STRING='universal-ctags 0.0.0'
  1415. PACKAGE_TARNAME='universal-ctags'
  1416. PACKAGE_URL=''
  1417. PACKAGE_VERSION='0.0.0'
  1418. PATH_SEPARATOR=':'
  1419. PKG_CONFIG=''
  1420. PKG_CONFIG_LIBDIR=''
  1421. PKG_CONFIG_PATH='/usr/mipsel-unknown-linux-gnu/usr/lib/pkgconfig/'
  1422. REAL_CC=''
  1423. REGCOMP_CPPFLAGS=''
  1424. RST2MAN='/usr/bin/rst2man.py'
  1425. RUN_OPTLIB2C_FALSE='#'
  1426. RUN_OPTLIB2C_TRUE=''
  1427. SET_MAKE=''
  1428. SHELL='/bin/sh'
  1429. STRIP='mipsel-unknown-linux-gnu-strip'
  1430. USE_READCMD_FALSE='#'
  1431. USE_READCMD_TRUE=''
  1432. VERSION='0.0.0'
  1433. WARNING_CFLAGS='-Wall'
  1434. ac_ct_CC=''
  1435. am__EXEEXT_FALSE=''
  1436. am__EXEEXT_TRUE=''
  1437. am__fastdepCC_FALSE=''
  1438. am__fastdepCC_TRUE='#'
  1439. am__include='include'
  1440. am__isrc=''
  1441. am__leading_dot='.'
  1442. am__nodep=''
  1443. am__quote=''
  1444. am__tar='$${TAR-tar} chof - "$$tardir"'
  1445. am__untar='$${TAR-tar} xf -'
  1446. bindir='${exec_prefix}/bin'
  1447. build='x86_64-pc-linux-gnu'
  1448. build_alias='x86_64-pc-linux-gnu'
  1449. build_cpu='x86_64'
  1450. build_os='linux-gnu'
  1451. build_vendor='pc'
  1452. datadir='/usr/share'
  1453. datarootdir='${prefix}/share'
  1454. docdir='/usr/share/doc/ctags-20161028'
  1455. dvidir='${docdir}'
  1456. exec_prefix='NONE'
  1457. host='mipsel-unknown-linux-gnu'
  1458. host_alias='mipsel-unknown-linux-gnu'
  1459. host_cpu='mipsel'
  1460. host_os='linux-gnu'
  1461. host_vendor='unknown'
  1462. htmldir='/usr/share/doc/ctags-20161028/html'
  1463. includedir='${prefix}/include'
  1464. infodir='/usr/share/info'
  1465. install_sh='${SHELL} /usr/mipsel-unknown-linux-gnu/tmp/portage/dev-util/ctags-20161028/work/ctags-20161028/install-sh'
  1466. libdir='/usr/lib'
  1467. libexecdir='${exec_prefix}/libexec'
  1468. localedir='${datarootdir}/locale'
  1469. localstatedir='/var/lib'
  1470. mandir='/usr/share/man'
  1471. mkdir_p='$(MKDIR_P)'
  1472. oldincludedir='/usr/include'
  1473. pdfdir='${docdir}'
  1474. perl_found='yes'
  1475. pkglibexecdir='${exec_prefix}/libexec/ctags'
  1476. pkgsysconfdir='/etc/ctags'
  1477. prefix='/usr'
  1478. program_transform_name='s,x,x,'
  1479. psdir='${docdir}'
  1480. sbindir='${exec_prefix}/sbin'
  1481. sharedstatedir='${prefix}/com'
  1482. sort_found='yes'
  1483. sysconfdir='/etc'
  1484. target_alias=''
  1485. ## ----------- ##
  1486. ## confdefs.h. ##
  1487. ## ----------- ##
  1488. /* confdefs.h */
  1489. #define PACKAGE_NAME "universal-ctags"
  1490. #define PACKAGE_TARNAME "universal-ctags"
  1491. #define PACKAGE_VERSION "0.0.0"
  1492. #define PACKAGE_STRING "universal-ctags 0.0.0"
  1493. #define PACKAGE_BUGREPORT ""
  1494. #define PACKAGE_URL ""
  1495. #define PACKAGE "universal-ctags"
  1496. #define VERSION "0.0.0"
  1497. #define DEFAULT_FILE_FORMAT 2
  1498. #define ETAGS "etags"
  1499. #define _FILE_OFFSET_BITS 64
  1500. #define TMPDIR "/tmp"
  1501. #define EXTERNAL_SORT 1
  1502. #define STDC_HEADERS 1
  1503. #define HAVE_SYS_TYPES_H 1
  1504. #define HAVE_SYS_STAT_H 1
  1505. #define HAVE_STDLIB_H 1
  1506. #define HAVE_STRING_H 1
  1507. #define HAVE_MEMORY_H 1
  1508. #define HAVE_STRINGS_H 1
  1509. #define HAVE_INTTYPES_H 1
  1510. #define HAVE_STDINT_H 1
  1511. #define HAVE_UNISTD_H 1
  1512. #define HAVE_DIRENT_H 1
  1513. #define HAVE_ERRNO_H 1
  1514. #define HAVE_FCNTL_H 1
  1515. #define HAVE_LIMITS_H 1
  1516. #define HAVE_STDLIB_H 1
  1517. #define HAVE_STRING_H 1
  1518. #define HAVE_TIME_H 1
  1519. #define HAVE_UNISTD_H 1
  1520. #define HAVE_SYS_DIR_H 1
  1521. #define HAVE_SYS_STAT_H 1
  1522. #define HAVE_SYS_TIMES_H 1
  1523. #define HAVE_SYS_TYPES_H 1
  1524. #define HAVE_SYS_WAIT_H 1
  1525. #define HAVE_STDBOOL_H 1
  1526. #define USE_STDBOOL_H 1
  1527. #define HAVE_STAT_ST_INO 1
  1528. #define HAVE_FNMATCH 1
  1529. #define HAVE_FNMATCH_H 1
  1530. #define HAVE_STRSTR 1
  1531. #define HAVE_STRCASECMP 1
  1532. #define HAVE_STRNCASECMP 1
  1533. #define HAVE_FGETPOS 1
  1534. #define HAVE_MKSTEMP 1
  1535. #define HAVE_OPENDIR 1
  1536. #define HAVE_STRERROR 1
  1537. #define HAVE_CLOCK 1
  1538. #define HAVE_REMOVE 1
  1539. #define HAVE_TRUNCATE 1
  1540. #define HAVE_SETENV 1
  1541. #define HAVE_REGCOMP 1
  1542. #define CHECK_REGCOMP 1
  1543. configure: exit 1
  1544.