Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 70.07 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 tesseract configure 5.0.0-alpha-16-gdb087, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 4.15.0-45-generic
  16. uname -s = Linux
  17. uname -v = #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /snap/bin
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:2596: checking for g++
  44. configure:2612: found /usr/bin/g++
  45. configure:2623: result: g++
  46. configure:2650: checking for C++ compiler version
  47. configure:2659: g++ --version >&5
  48. g++ (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
  49. Copyright (C) 2017 Free Software Foundation, Inc.
  50. This is free software; see the source for copying conditions. There is NO
  51. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  52.  
  53. configure:2670: $? = 0
  54. configure:2659: g++ -v >&5
  55. Using built-in specs.
  56. COLLECT_GCC=g++
  57. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  58. OFFLOAD_TARGET_NAMES=nvptx-none
  59. OFFLOAD_TARGET_DEFAULT=1
  60. Target: x86_64-linux-gnu
  61. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  62. Thread model: posix
  63. gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
  64. configure:2670: $? = 0
  65. configure:2659: g++ -V >&5
  66. g++: error: unrecognized command line option '-V'
  67. g++: fatal error: no input files
  68. compilation terminated.
  69. configure:2670: $? = 1
  70. configure:2659: g++ -qversion >&5
  71. g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
  72. g++: fatal error: no input files
  73. compilation terminated.
  74. configure:2670: $? = 1
  75. configure:2690: checking whether the C++ compiler works
  76. configure:2712: g++ conftest.cpp >&5
  77. configure:2716: $? = 0
  78. configure:2764: result: yes
  79. configure:2767: checking for C++ compiler default output file name
  80. configure:2769: result: a.out
  81. configure:2775: checking for suffix of executables
  82. configure:2782: g++ -o conftest conftest.cpp >&5
  83. configure:2786: $? = 0
  84. configure:2808: result:
  85. configure:2830: checking whether we are cross compiling
  86. configure:2838: g++ -o conftest conftest.cpp >&5
  87. configure:2842: $? = 0
  88. configure:2849: ./conftest
  89. configure:2853: $? = 0
  90. configure:2868: result: no
  91. configure:2873: checking for suffix of object files
  92. configure:2895: g++ -c conftest.cpp >&5
  93. configure:2899: $? = 0
  94. configure:2920: result: o
  95. configure:2924: checking whether we are using the GNU C++ compiler
  96. configure:2943: g++ -c conftest.cpp >&5
  97. configure:2943: $? = 0
  98. configure:2952: result: yes
  99. configure:2961: checking whether g++ accepts -g
  100. configure:2981: g++ -c -g conftest.cpp >&5
  101. configure:2981: $? = 0
  102. configure:3022: result: yes
  103. configure:3104: checking for a BSD-compatible install
  104. configure:3172: result: /usr/bin/install -c
  105. configure:3183: checking whether build environment is sane
  106. configure:3238: result: yes
  107. configure:3389: checking for a thread-safe mkdir -p
  108. configure:3428: result: /bin/mkdir -p
  109. configure:3435: checking for gawk
  110. configure:3451: found /usr/bin/gawk
  111. configure:3462: result: gawk
  112. configure:3473: checking whether make sets $(MAKE)
  113. configure:3495: result: yes
  114. configure:3525: checking for style of include used by make
  115. configure:3553: result: GNU
  116. configure:3587: checking whether make supports nested variables
  117. configure:3604: result: yes
  118. configure:3689: checking dependency style of g++
  119. configure:3800: result: gcc3
  120. configure:3917: checking for a sed that does not truncate output
  121. configure:3981: result: /bin/sed
  122. configure:3991: checking Major version
  123. configure:3993: result: 5
  124. configure:3995: checking Minor version
  125. configure:3997: result: 0
  126. configure:3999: checking Point version
  127. configure:4001: result: 0-alpha-16-gdb087
  128. configure:4066: checking build system type
  129. configure:4080: result: x86_64-pc-linux-gnu
  130. configure:4100: checking host system type
  131. configure:4113: result: x86_64-pc-linux-gnu
  132. configure:4249: checking whether C++ compiler accepts -mavx
  133. configure:4268: g++ -c -g -O2 -Werror -mavx conftest.cpp >&5
  134. configure:4268: $? = 0
  135. configure:4276: result: yes
  136. configure:4295: checking whether C++ compiler accepts -mavx2
  137. configure:4314: g++ -c -g -O2 -Werror -mavx2 conftest.cpp >&5
  138. configure:4314: $? = 0
  139. configure:4322: result: yes
  140. configure:4341: checking whether C++ compiler accepts -msse4.1
  141. configure:4360: g++ -c -g -O2 -Werror -msse4.1 conftest.cpp >&5
  142. configure:4360: $? = 0
  143. configure:4368: result: yes
  144. configure:4387: checking whether C++ compiler accepts -march=native
  145. configure:4406: g++ -c -g -O2 -Werror -march=native conftest.cpp >&5
  146. configure:4406: $? = 0
  147. configure:4414: result: yes
  148. configure:4455: checking --enable-graphics argument
  149. configure:4462: result:
  150. configure:4478: checking --enable-legacy argument
  151. configure:4485: result:
  152. configure:4497: checking --enable-embedded argument
  153. configure:4504: result:
  154. configure:4527: checking for g++ option to support OpenMP
  155. configure:4542: g++ -o conftest -g -O2 conftest.cpp >&5
  156. conftest.cpp:17:2: error: 'choke' does not name a type
  157. choke me
  158. ^~~~~
  159. In file included from conftest.cpp:19:0:
  160. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:39:3: error: 'omp_lock_t' does not name a type
  161. } omp_lock_t;
  162. ^~~~~~~~~~
  163. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:100:28: error: variable or field 'omp_init_lock' declared void
  164. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  165. ^~~~~~~~~~
  166. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:100:28: error: 'omp_lock_t' was not declared in this scope
  167. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:100:28: note: suggested alternative: 'omp_lock_hint_t'
  168. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  169. ^~~~~~~~~~
  170. omp_lock_hint_t
  171. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:100:40: error: expected primary-expression before ')' token
  172. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  173. ^
  174. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:101:38: error: variable or field 'omp_init_lock_with_hint' declared void
  175. extern void omp_init_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
  176. ^~~~~~~~~~
  177. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:101:38: error: 'omp_lock_t' was not declared in this scope
  178. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:101:38: note: suggested alternative: 'omp_lock_hint_t'
  179. extern void omp_init_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
  180. ^~~~~~~~~~
  181. omp_lock_hint_t
  182. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:101:50: error: expected primary-expression before ',' token
  183. extern void omp_init_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
  184. ^
  185. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:101:67: error: expected primary-expression before ')' token
  186. extern void omp_init_lock_with_hint (omp_lock_t *, omp_lock_hint_t)
  187. ^
  188. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:103:31: error: variable or field 'omp_destroy_lock' declared void
  189. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  190. ^~~~~~~~~~
  191. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:103:31: error: 'omp_lock_t' was not declared in this scope
  192. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:103:31: note: suggested alternative: 'omp_lock_hint_t'
  193. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  194. ^~~~~~~~~~
  195. omp_lock_hint_t
  196. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:103:43: error: expected primary-expression before ')' token
  197. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  198. ^
  199. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:104:27: error: variable or field 'omp_set_lock' declared void
  200. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  201. ^~~~~~~~~~
  202. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:104:27: error: 'omp_lock_t' was not declared in this scope
  203. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:104:27: note: suggested alternative: 'omp_lock_hint_t'
  204. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  205. ^~~~~~~~~~
  206. omp_lock_hint_t
  207. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:104:39: error: expected primary-expression before ')' token
  208. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  209. ^
  210. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:105:29: error: variable or field 'omp_unset_lock' declared void
  211. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  212. ^~~~~~~~~~
  213. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:105:29: error: 'omp_lock_t' was not declared in this scope
  214. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:105:29: note: suggested alternative: 'omp_lock_hint_t'
  215. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  216. ^~~~~~~~~~
  217. omp_lock_hint_t
  218. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:105:41: error: expected primary-expression before ')' token
  219. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  220. ^
  221. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:106:27: error: 'omp_lock_t' was not declared in this scope
  222. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  223. ^~~~~~~~~~
  224. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:106:27: note: suggested alternative: 'omp_lock_hint_t'
  225. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  226. ^~~~~~~~~~
  227. omp_lock_hint_t
  228. /usr/lib/gcc/x86_64-linux-gnu/7/include/omp.h:106:39: error: expected primary-expression before ')' token
  229. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  230. ^
  231. configure:4542: $? = 1
  232. configure: failed program was:
  233. | /* confdefs.h */
  234. | #define PACKAGE_NAME "tesseract"
  235. | #define PACKAGE_TARNAME "tesseract"
  236. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  237. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  238. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  239. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  240. | #define PACKAGE "tesseract"
  241. | #define VERSION "5.0.0-alpha-16-gdb087"
  242. | #define PACKAGE_NAME "tesseract"
  243. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  244. | #define PACKAGE_YEAR "2018"
  245. | #define PACKAGE_DATE "10/29"
  246. | /* end confdefs.h. */
  247. |
  248. | #ifndef _OPENMP
  249. | choke me
  250. | #endif
  251. | #include <omp.h>
  252. | int main () { return omp_get_num_threads (); }
  253. |
  254. configure:4560: g++ -o conftest -g -O2 -fopenmp conftest.cpp >&5
  255. configure:4560: $? = 0
  256. configure:4574: result: -fopenmp
  257. configure:4593: checking how to run the C++ preprocessor
  258. configure:4620: g++ -E conftest.cpp
  259. configure:4620: $? = 0
  260. configure:4634: g++ -E conftest.cpp
  261. conftest.cpp:15:10: fatal error: ac_nonexistent.h: No such file or directory
  262. #include <ac_nonexistent.h>
  263. ^~~~~~~~~~~~~~~~~~
  264. compilation terminated.
  265. configure:4634: $? = 1
  266. configure: failed program was:
  267. | /* confdefs.h */
  268. | #define PACKAGE_NAME "tesseract"
  269. | #define PACKAGE_TARNAME "tesseract"
  270. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  271. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  272. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  273. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  274. | #define PACKAGE "tesseract"
  275. | #define VERSION "5.0.0-alpha-16-gdb087"
  276. | #define PACKAGE_NAME "tesseract"
  277. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  278. | #define PACKAGE_YEAR "2018"
  279. | #define PACKAGE_DATE "10/29"
  280. | /* end confdefs.h. */
  281. | #include <ac_nonexistent.h>
  282. configure:4659: result: g++ -E
  283. configure:4679: g++ -E conftest.cpp
  284. configure:4679: $? = 0
  285. configure:4693: g++ -E conftest.cpp
  286. conftest.cpp:15:10: fatal error: ac_nonexistent.h: No such file or directory
  287. #include <ac_nonexistent.h>
  288. ^~~~~~~~~~~~~~~~~~
  289. compilation terminated.
  290. configure:4693: $? = 1
  291. configure: failed program was:
  292. | /* confdefs.h */
  293. | #define PACKAGE_NAME "tesseract"
  294. | #define PACKAGE_TARNAME "tesseract"
  295. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  296. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  297. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  298. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  299. | #define PACKAGE "tesseract"
  300. | #define VERSION "5.0.0-alpha-16-gdb087"
  301. | #define PACKAGE_NAME "tesseract"
  302. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  303. | #define PACKAGE_YEAR "2018"
  304. | #define PACKAGE_DATE "10/29"
  305. | /* end confdefs.h. */
  306. | #include <ac_nonexistent.h>
  307. configure:4722: checking for grep that handles long lines and -e
  308. configure:4780: result: /bin/grep
  309. configure:4785: checking for egrep
  310. configure:4847: result: /bin/grep -E
  311. configure:4852: checking for ANSI C header files
  312. configure:4872: g++ -c -g -O2 conftest.cpp >&5
  313. configure:4872: $? = 0
  314. configure:4945: g++ -o conftest -g -O2 conftest.cpp >&5
  315. configure:4945: $? = 0
  316. configure:4945: ./conftest
  317. configure:4945: $? = 0
  318. configure:4956: result: yes
  319. configure:4969: checking for sys/types.h
  320. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  321. configure:4969: $? = 0
  322. configure:4969: result: yes
  323. configure:4969: checking for sys/stat.h
  324. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  325. configure:4969: $? = 0
  326. configure:4969: result: yes
  327. configure:4969: checking for stdlib.h
  328. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  329. configure:4969: $? = 0
  330. configure:4969: result: yes
  331. configure:4969: checking for string.h
  332. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  333. configure:4969: $? = 0
  334. configure:4969: result: yes
  335. configure:4969: checking for memory.h
  336. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  337. configure:4969: $? = 0
  338. configure:4969: result: yes
  339. configure:4969: checking for strings.h
  340. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  341. configure:4969: $? = 0
  342. configure:4969: result: yes
  343. configure:4969: checking for inttypes.h
  344. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  345. configure:4969: $? = 0
  346. configure:4969: result: yes
  347. configure:4969: checking for stdint.h
  348. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  349. configure:4969: $? = 0
  350. configure:4969: result: yes
  351. configure:4969: checking for unistd.h
  352. configure:4969: g++ -c -g -O2 conftest.cpp >&5
  353. configure:4969: $? = 0
  354. configure:4969: result: yes
  355. configure:4983: checking tiffio.h usability
  356. configure:4983: g++ -c -g -O2 conftest.cpp >&5
  357. conftest.cpp:58:10: fatal error: tiffio.h: No such file or directory
  358. #include <tiffio.h>
  359. ^~~~~~~~~~
  360. compilation terminated.
  361. configure:4983: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h */
  364. | #define PACKAGE_NAME "tesseract"
  365. | #define PACKAGE_TARNAME "tesseract"
  366. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  367. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  368. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  369. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  370. | #define PACKAGE "tesseract"
  371. | #define VERSION "5.0.0-alpha-16-gdb087"
  372. | #define PACKAGE_NAME "tesseract"
  373. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  374. | #define PACKAGE_YEAR "2018"
  375. | #define PACKAGE_DATE "10/29"
  376. | #define STDC_HEADERS 1
  377. | #define HAVE_SYS_TYPES_H 1
  378. | #define HAVE_SYS_STAT_H 1
  379. | #define HAVE_STDLIB_H 1
  380. | #define HAVE_STRING_H 1
  381. | #define HAVE_MEMORY_H 1
  382. | #define HAVE_STRINGS_H 1
  383. | #define HAVE_INTTYPES_H 1
  384. | #define HAVE_STDINT_H 1
  385. | #define HAVE_UNISTD_H 1
  386. | /* end confdefs.h. */
  387. | #include <stdio.h>
  388. | #ifdef HAVE_SYS_TYPES_H
  389. | # include <sys/types.h>
  390. | #endif
  391. | #ifdef HAVE_SYS_STAT_H
  392. | # include <sys/stat.h>
  393. | #endif
  394. | #ifdef STDC_HEADERS
  395. | # include <stdlib.h>
  396. | # include <stddef.h>
  397. | #else
  398. | # ifdef HAVE_STDLIB_H
  399. | # include <stdlib.h>
  400. | # endif
  401. | #endif
  402. | #ifdef HAVE_STRING_H
  403. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  404. | # include <memory.h>
  405. | # endif
  406. | # include <string.h>
  407. | #endif
  408. | #ifdef HAVE_STRINGS_H
  409. | # include <strings.h>
  410. | #endif
  411. | #ifdef HAVE_INTTYPES_H
  412. | # include <inttypes.h>
  413. | #endif
  414. | #ifdef HAVE_STDINT_H
  415. | # include <stdint.h>
  416. | #endif
  417. | #ifdef HAVE_UNISTD_H
  418. | # include <unistd.h>
  419. | #endif
  420. | #include <tiffio.h>
  421. configure:4983: result: no
  422. configure:4983: checking tiffio.h presence
  423. configure:4983: g++ -E conftest.cpp
  424. conftest.cpp:25:10: fatal error: tiffio.h: No such file or directory
  425. #include <tiffio.h>
  426. ^~~~~~~~~~
  427. compilation terminated.
  428. configure:4983: $? = 1
  429. configure: failed program was:
  430. | /* confdefs.h */
  431. | #define PACKAGE_NAME "tesseract"
  432. | #define PACKAGE_TARNAME "tesseract"
  433. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  434. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  435. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  436. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  437. | #define PACKAGE "tesseract"
  438. | #define VERSION "5.0.0-alpha-16-gdb087"
  439. | #define PACKAGE_NAME "tesseract"
  440. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  441. | #define PACKAGE_YEAR "2018"
  442. | #define PACKAGE_DATE "10/29"
  443. | #define STDC_HEADERS 1
  444. | #define HAVE_SYS_TYPES_H 1
  445. | #define HAVE_SYS_STAT_H 1
  446. | #define HAVE_STDLIB_H 1
  447. | #define HAVE_STRING_H 1
  448. | #define HAVE_MEMORY_H 1
  449. | #define HAVE_STRINGS_H 1
  450. | #define HAVE_INTTYPES_H 1
  451. | #define HAVE_STDINT_H 1
  452. | #define HAVE_UNISTD_H 1
  453. | /* end confdefs.h. */
  454. | #include <tiffio.h>
  455. configure:4983: result: no
  456. configure:4983: checking for tiffio.h
  457. configure:4983: result: no
  458. configure:4997: checking --enable-opencl argument
  459. configure:5004: result:
  460. configure:5170: checking --enable-visibility argument
  461. configure:5177: result:
  462. configure:5189: checking whether to use tessdata-prefix
  463. configure:5198: result: yes
  464. configure:5210: checking whether to enable debugging
  465. configure:5217: result:
  466. configure:5243: checking whether byte ordering is bigendian
  467. configure:5258: g++ -c -g -O2 conftest.cpp >&5
  468. conftest.cpp:26:9: error: expected unqualified-id before 'not' token
  469. not a universal capable compiler
  470. ^~~
  471. configure:5258: $? = 1
  472. configure: failed program was:
  473. | /* confdefs.h */
  474. | #define PACKAGE_NAME "tesseract"
  475. | #define PACKAGE_TARNAME "tesseract"
  476. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  477. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  478. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  479. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  480. | #define PACKAGE "tesseract"
  481. | #define VERSION "5.0.0-alpha-16-gdb087"
  482. | #define PACKAGE_NAME "tesseract"
  483. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  484. | #define PACKAGE_YEAR "2018"
  485. | #define PACKAGE_DATE "10/29"
  486. | #define STDC_HEADERS 1
  487. | #define HAVE_SYS_TYPES_H 1
  488. | #define HAVE_SYS_STAT_H 1
  489. | #define HAVE_STDLIB_H 1
  490. | #define HAVE_STRING_H 1
  491. | #define HAVE_MEMORY_H 1
  492. | #define HAVE_STRINGS_H 1
  493. | #define HAVE_INTTYPES_H 1
  494. | #define HAVE_STDINT_H 1
  495. | #define HAVE_UNISTD_H 1
  496. | /* end confdefs.h. */
  497. | #ifndef __APPLE_CC__
  498. | not a universal capable compiler
  499. | #endif
  500. | typedef int dummy;
  501. |
  502. configure:5303: g++ -c -g -O2 conftest.cpp >&5
  503. configure:5303: $? = 0
  504. configure:5321: g++ -c -g -O2 conftest.cpp >&5
  505. conftest.cpp: In function 'int main()':
  506. conftest.cpp:32:8: error: 'big' was not declared in this scope
  507. not big endian
  508. ^~~
  509. configure:5321: $? = 1
  510. configure: failed program was:
  511. | /* confdefs.h */
  512. | #define PACKAGE_NAME "tesseract"
  513. | #define PACKAGE_TARNAME "tesseract"
  514. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  515. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  516. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  517. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  518. | #define PACKAGE "tesseract"
  519. | #define VERSION "5.0.0-alpha-16-gdb087"
  520. | #define PACKAGE_NAME "tesseract"
  521. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  522. | #define PACKAGE_YEAR "2018"
  523. | #define PACKAGE_DATE "10/29"
  524. | #define STDC_HEADERS 1
  525. | #define HAVE_SYS_TYPES_H 1
  526. | #define HAVE_SYS_STAT_H 1
  527. | #define HAVE_STDLIB_H 1
  528. | #define HAVE_STRING_H 1
  529. | #define HAVE_MEMORY_H 1
  530. | #define HAVE_STRINGS_H 1
  531. | #define HAVE_INTTYPES_H 1
  532. | #define HAVE_STDINT_H 1
  533. | #define HAVE_UNISTD_H 1
  534. | /* end confdefs.h. */
  535. | #include <sys/types.h>
  536. | #include <sys/param.h>
  537. |
  538. | int
  539. | main ()
  540. | {
  541. | #if BYTE_ORDER != BIG_ENDIAN
  542. | not big endian
  543. | #endif
  544. |
  545. | ;
  546. | return 0;
  547. | }
  548. configure:5449: result: no
  549. configure:5519: checking how to print strings
  550. configure:5546: result: printf
  551. configure:5615: checking for gcc
  552. configure:5631: found /usr/bin/gcc
  553. configure:5642: result: gcc
  554. configure:5871: checking for C compiler version
  555. configure:5880: gcc --version >&5
  556. gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
  557. Copyright (C) 2017 Free Software Foundation, Inc.
  558. This is free software; see the source for copying conditions. There is NO
  559. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  560.  
  561. configure:5891: $? = 0
  562. configure:5880: gcc -v >&5
  563. Using built-in specs.
  564. COLLECT_GCC=gcc
  565. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
  566. OFFLOAD_TARGET_NAMES=nvptx-none
  567. OFFLOAD_TARGET_DEFAULT=1
  568. Target: x86_64-linux-gnu
  569. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.3.0-27ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  570. Thread model: posix
  571. gcc version 7.3.0 (Ubuntu 7.3.0-27ubuntu1~18.04)
  572. configure:5891: $? = 0
  573. configure:5880: gcc -V >&5
  574. gcc: error: unrecognized command line option '-V'
  575. gcc: fatal error: no input files
  576. compilation terminated.
  577. configure:5891: $? = 1
  578. configure:5880: gcc -qversion >&5
  579. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  580. gcc: fatal error: no input files
  581. compilation terminated.
  582. configure:5891: $? = 1
  583. configure:5895: checking whether we are using the GNU C compiler
  584. configure:5914: gcc -c conftest.c >&5
  585. configure:5914: $? = 0
  586. configure:5923: result: yes
  587. configure:5932: checking whether gcc accepts -g
  588. configure:5952: gcc -c -g conftest.c >&5
  589. configure:5952: $? = 0
  590. configure:5993: result: yes
  591. configure:6010: checking for gcc option to accept ISO C89
  592. configure:6073: gcc -c -g -O2 conftest.c >&5
  593. configure:6073: $? = 0
  594. configure:6086: result: none needed
  595. configure:6111: checking whether gcc understands -c and -o together
  596. configure:6133: gcc -c conftest.c -o conftest2.o
  597. configure:6136: $? = 0
  598. configure:6133: gcc -c conftest.c -o conftest2.o
  599. configure:6136: $? = 0
  600. configure:6148: result: yes
  601. configure:6167: checking dependency style of gcc
  602. configure:6278: result: gcc3
  603. configure:6293: checking for a sed that does not truncate output
  604. configure:6357: result: /bin/sed
  605. configure:6375: checking for fgrep
  606. configure:6437: result: /bin/grep -F
  607. configure:6472: checking for ld used by gcc
  608. configure:6539: result: /usr/bin/ld
  609. configure:6546: checking if the linker (/usr/bin/ld) is GNU ld
  610. configure:6561: result: yes
  611. configure:6573: checking for BSD- or MS-compatible name lister (nm)
  612. configure:6627: result: /usr/bin/nm -B
  613. configure:6757: checking the name lister (/usr/bin/nm -B) interface
  614. configure:6764: g++ -c -g -O2 conftest.cpp >&5
  615. configure:6767: /usr/bin/nm -B "conftest.o"
  616. configure:6770: output
  617. 0000000000000000 B some_variable
  618. configure:6777: result: BSD nm
  619. configure:6780: checking whether ln -s works
  620. configure:6784: result: yes
  621. configure:6792: checking the maximum length of command line arguments
  622. configure:6923: result: 1572864
  623. configure:6971: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  624. configure:7011: result: func_convert_file_noop
  625. configure:7018: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  626. configure:7038: result: func_convert_file_noop
  627. configure:7045: checking for /usr/bin/ld option to reload object files
  628. configure:7052: result: -r
  629. configure:7126: checking for objdump
  630. configure:7142: found /usr/bin/objdump
  631. configure:7153: result: objdump
  632. configure:7185: checking how to recognize dependent libraries
  633. configure:7385: result: pass_all
  634. configure:7470: checking for dlltool
  635. configure:7500: result: no
  636. configure:7530: checking how to associate runtime and link libraries
  637. configure:7557: result: printf %s\n
  638. configure:7617: checking for ar
  639. configure:7633: found /usr/bin/ar
  640. configure:7644: result: ar
  641. configure:7681: checking for archiver @FILE support
  642. configure:7698: g++ -c -g -O2 conftest.cpp >&5
  643. configure:7698: $? = 0
  644. configure:7701: ar cru libconftest.a @conftest.lst >&5
  645. ar: `u' modifier ignored since `D' is the default (see `U')
  646. configure:7704: $? = 0
  647. configure:7709: ar cru libconftest.a @conftest.lst >&5
  648. ar: `u' modifier ignored since `D' is the default (see `U')
  649. ar: conftest.o: No such file or directory
  650. configure:7712: $? = 1
  651. configure:7724: result: @
  652. configure:7782: checking for strip
  653. configure:7798: found /usr/bin/strip
  654. configure:7809: result: strip
  655. configure:7881: checking for ranlib
  656. configure:7897: found /usr/bin/ranlib
  657. configure:7908: result: ranlib
  658. configure:8010: checking command to parse /usr/bin/nm -B output from gcc object
  659. configure:8163: g++ -c -g -O2 conftest.cpp >&5
  660. configure:8166: $? = 0
  661. configure:8170: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  662. configure:8173: $? = 0
  663. configure:8239: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
  664. configure:8242: $? = 0
  665. configure:8280: result: ok
  666. configure:8327: checking for sysroot
  667. configure:8357: result: no
  668. configure:8364: checking for a working dd
  669. configure:8402: result: /bin/dd
  670. configure:8406: checking how to truncate binary pipes
  671. configure:8421: result: /bin/dd bs=4096 count=1
  672. configure:8558: g++ -c -g -O2 conftest.cpp >&5
  673. configure:8561: $? = 0
  674. configure:8751: checking for mt
  675. configure:8767: found /bin/mt
  676. configure:8778: result: mt
  677. configure:8801: checking if mt is a manifest tool
  678. configure:8807: mt '-?'
  679. configure:8815: result: no
  680. configure:9489: checking for dlfcn.h
  681. configure:9489: g++ -c -g -O2 conftest.cpp >&5
  682. configure:9489: $? = 0
  683. configure:9489: result: yes
  684. configure:9755: checking for objdir
  685. configure:9770: result: .libs
  686. configure:10030: checking if gcc supports -fno-rtti -fno-exceptions
  687. configure:10048: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  688. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  689. configure:10052: $? = 0
  690. configure:10065: result: no
  691. configure:10423: checking for gcc option to produce PIC
  692. configure:10430: result: -fPIC -DPIC
  693. configure:10438: checking if gcc PIC flag -fPIC -DPIC works
  694. configure:10456: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  695. configure:10460: $? = 0
  696. configure:10473: result: yes
  697. configure:10502: checking if gcc static flag -static works
  698. configure:10530: result: yes
  699. configure:10545: checking if gcc supports -c -o file.o
  700. configure:10566: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  701. configure:10570: $? = 0
  702. configure:10592: result: yes
  703. configure:10600: checking if gcc supports -c -o file.o
  704. configure:10647: result: yes
  705. configure:10680: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  706. configure:11943: result: yes
  707. configure:11980: checking whether -lc should be explicitly linked in
  708. configure:11988: gcc -c -g -O2 conftest.c >&5
  709. configure:11991: $? = 0
  710. configure:12006: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  711. configure:12009: $? = 0
  712. configure:12023: result: no
  713. configure:12183: checking dynamic linker characteristics
  714. configure:12764: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  715. configure:12764: $? = 0
  716. configure:13013: result: GNU/Linux ld.so
  717. configure:13135: checking how to hardcode library paths into programs
  718. configure:13160: result: immediate
  719. configure:13708: checking whether stripping libraries is possible
  720. configure:13713: result: yes
  721. configure:13748: checking if libtool supports shared libraries
  722. configure:13750: result: yes
  723. configure:13753: checking whether to build shared libraries
  724. configure:13778: result: yes
  725. configure:13781: checking whether to build static libraries
  726. configure:13785: result: yes
  727. configure:13808: checking how to run the C++ preprocessor
  728. configure:13874: result: g++ -E
  729. configure:13894: g++ -E conftest.cpp
  730. configure:13894: $? = 0
  731. configure:13908: g++ -E conftest.cpp
  732. conftest.cpp:27:10: fatal error: ac_nonexistent.h: No such file or directory
  733. #include <ac_nonexistent.h>
  734. ^~~~~~~~~~~~~~~~~~
  735. compilation terminated.
  736. configure:13908: $? = 1
  737. configure: failed program was:
  738. | /* confdefs.h */
  739. | #define PACKAGE_NAME "tesseract"
  740. | #define PACKAGE_TARNAME "tesseract"
  741. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  742. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  743. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  744. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  745. | #define PACKAGE "tesseract"
  746. | #define VERSION "5.0.0-alpha-16-gdb087"
  747. | #define PACKAGE_NAME "tesseract"
  748. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  749. | #define PACKAGE_YEAR "2018"
  750. | #define PACKAGE_DATE "10/29"
  751. | #define STDC_HEADERS 1
  752. | #define HAVE_SYS_TYPES_H 1
  753. | #define HAVE_SYS_STAT_H 1
  754. | #define HAVE_STDLIB_H 1
  755. | #define HAVE_STRING_H 1
  756. | #define HAVE_MEMORY_H 1
  757. | #define HAVE_STRINGS_H 1
  758. | #define HAVE_INTTYPES_H 1
  759. | #define HAVE_STDINT_H 1
  760. | #define HAVE_UNISTD_H 1
  761. | #define HAVE_DLFCN_H 1
  762. | #define LT_OBJDIR ".libs/"
  763. | /* end confdefs.h. */
  764. | #include <ac_nonexistent.h>
  765. configure:14070: checking for ld used by g++
  766. configure:14137: result: /usr/bin/ld -m elf_x86_64
  767. configure:14144: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  768. configure:14159: result: yes
  769. configure:14214: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  770. configure:15287: result: yes
  771. configure:15323: g++ -c -g -O2 conftest.cpp >&5
  772. configure:15326: $? = 0
  773. configure:15807: checking for g++ option to produce PIC
  774. configure:15814: result: -fPIC -DPIC
  775. configure:15822: checking if g++ PIC flag -fPIC -DPIC works
  776. configure:15840: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  777. configure:15844: $? = 0
  778. configure:15857: result: yes
  779. configure:15880: checking if g++ static flag -static works
  780. configure:15908: result: yes
  781. configure:15920: checking if g++ supports -c -o file.o
  782. configure:15941: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  783. configure:15945: $? = 0
  784. configure:15967: result: yes
  785. configure:15972: checking if g++ supports -c -o file.o
  786. configure:16019: result: yes
  787. configure:16049: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  788. configure:16092: result: yes
  789. configure:16233: checking dynamic linker characteristics
  790. configure:16990: result: GNU/Linux ld.so
  791. configure:17055: checking how to hardcode library paths into programs
  792. configure:17080: result: immediate
  793. configure:17147: checking if compiling with clang
  794. configure:17164: g++ -c -g -O2 conftest.cpp >&5
  795. conftest.cpp: In function 'int main()':
  796. conftest.cpp:33:12: error: 'clang' was not declared in this scope
  797. not clang
  798. ^~~~~
  799. conftest.cpp:33:12: note: suggested alternative: 'class'
  800. not clang
  801. ^~~~~
  802. class
  803. configure:17164: $? = 1
  804. configure: failed program was:
  805. | /* confdefs.h */
  806. | #define PACKAGE_NAME "tesseract"
  807. | #define PACKAGE_TARNAME "tesseract"
  808. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  809. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  810. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  811. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  812. | #define PACKAGE "tesseract"
  813. | #define VERSION "5.0.0-alpha-16-gdb087"
  814. | #define PACKAGE_NAME "tesseract"
  815. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  816. | #define PACKAGE_YEAR "2018"
  817. | #define PACKAGE_DATE "10/29"
  818. | #define STDC_HEADERS 1
  819. | #define HAVE_SYS_TYPES_H 1
  820. | #define HAVE_SYS_STAT_H 1
  821. | #define HAVE_STDLIB_H 1
  822. | #define HAVE_STRING_H 1
  823. | #define HAVE_MEMORY_H 1
  824. | #define HAVE_STRINGS_H 1
  825. | #define HAVE_INTTYPES_H 1
  826. | #define HAVE_STDINT_H 1
  827. | #define HAVE_UNISTD_H 1
  828. | #define HAVE_DLFCN_H 1
  829. | #define LT_OBJDIR ".libs/"
  830. | /* end confdefs.h. */
  831. |
  832. | int
  833. | main ()
  834. | {
  835. |
  836. | #ifndef __clang__
  837. | not clang
  838. | #endif
  839. |
  840. | ;
  841. | return 0;
  842. | }
  843. configure:17171: result: no
  844. configure:17177: checking whether C++ compiler accepts -std=c++11
  845. configure:17196: g++ -c -g -O2 -Werror -std=c++11 conftest.cpp >&5
  846. configure:17196: $? = 0
  847. configure:17204: result: yes
  848. configure:17216: checking whether C++ compiler accepts -std=c++14
  849. configure:17235: g++ -c -g -O2 -Werror -std=c++14 conftest.cpp >&5
  850. configure:17235: $? = 0
  851. configure:17243: result: yes
  852. configure:17283: checking for library containing pthread_create
  853. configure:17314: g++ -o conftest -g -O2 -std=c++14 conftest.cpp >&5
  854. /tmp/ccIhXeuZ.o: In function `main':
  855. /home/lasngd/tesseract_original_sudo/conftest.cpp:38: undefined reference to `pthread_create'
  856. collect2: error: ld returned 1 exit status
  857. configure:17314: $? = 1
  858. configure: failed program was:
  859. | /* confdefs.h */
  860. | #define PACKAGE_NAME "tesseract"
  861. | #define PACKAGE_TARNAME "tesseract"
  862. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  863. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  864. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  865. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  866. | #define PACKAGE "tesseract"
  867. | #define VERSION "5.0.0-alpha-16-gdb087"
  868. | #define PACKAGE_NAME "tesseract"
  869. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  870. | #define PACKAGE_YEAR "2018"
  871. | #define PACKAGE_DATE "10/29"
  872. | #define STDC_HEADERS 1
  873. | #define HAVE_SYS_TYPES_H 1
  874. | #define HAVE_SYS_STAT_H 1
  875. | #define HAVE_STDLIB_H 1
  876. | #define HAVE_STRING_H 1
  877. | #define HAVE_MEMORY_H 1
  878. | #define HAVE_STRINGS_H 1
  879. | #define HAVE_INTTYPES_H 1
  880. | #define HAVE_STDINT_H 1
  881. | #define HAVE_UNISTD_H 1
  882. | #define HAVE_DLFCN_H 1
  883. | #define LT_OBJDIR ".libs/"
  884. | /* end confdefs.h. */
  885. |
  886. | /* Override any GCC internal prototype to avoid an error.
  887. | Use char because int might match the return type of a GCC
  888. | builtin and then its argument prototype would still apply. */
  889. | #ifdef __cplusplus
  890. | extern "C"
  891. | #endif
  892. | char pthread_create ();
  893. | int
  894. | main ()
  895. | {
  896. | return pthread_create ();
  897. | ;
  898. | return 0;
  899. | }
  900. configure:17314: g++ -o conftest -g -O2 -std=c++14 conftest.cpp -lpthread >&5
  901. configure:17314: $? = 0
  902. configure:17331: result: -lpthread
  903. configure:17345: checking for ANSI C header files
  904. configure:17449: result: yes
  905. configure:17457: checking whether time.h and sys/time.h may both be included
  906. configure:17477: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  907. configure:17477: $? = 0
  908. configure:17484: result: yes
  909. configure:17492: checking for sys/wait.h that is POSIX.1 compatible
  910. configure:17518: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  911. configure:17518: $? = 0
  912. configure:17525: result: yes
  913. configure:17536: checking sys/ipc.h usability
  914. configure:17536: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  915. configure:17536: $? = 0
  916. configure:17536: result: yes
  917. configure:17536: checking sys/ipc.h presence
  918. configure:17536: g++ -E conftest.cpp
  919. configure:17536: $? = 0
  920. configure:17536: result: yes
  921. configure:17536: checking for sys/ipc.h
  922. configure:17536: result: yes
  923. configure:17536: checking sys/shm.h usability
  924. configure:17536: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  925. configure:17536: $? = 0
  926. configure:17536: result: yes
  927. configure:17536: checking sys/shm.h presence
  928. configure:17536: g++ -E conftest.cpp
  929. configure:17536: $? = 0
  930. configure:17536: result: yes
  931. configure:17536: checking for sys/shm.h
  932. configure:17536: result: yes
  933. configure:17549: checking limits.h usability
  934. configure:17549: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  935. configure:17549: $? = 0
  936. configure:17549: result: yes
  937. configure:17549: checking limits.h presence
  938. configure:17549: g++ -E conftest.cpp
  939. configure:17549: $? = 0
  940. configure:17549: result: yes
  941. configure:17549: checking for limits.h
  942. configure:17549: result: yes
  943. configure:17549: checking malloc.h usability
  944. configure:17549: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  945. configure:17549: $? = 0
  946. configure:17549: result: yes
  947. configure:17549: checking malloc.h presence
  948. configure:17549: g++ -E conftest.cpp
  949. configure:17549: $? = 0
  950. configure:17549: result: yes
  951. configure:17549: checking for malloc.h
  952. configure:17549: result: yes
  953. configure:17560: checking for stdbool.h that conforms to C99
  954. configure:17627: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  955. conftest.cpp:37:15: error: expected unqualified-id before string constant
  956. "error: bool is not defined"
  957. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  958. conftest.cpp:55:48: error: 's' does not name a type
  959. struct s { _Bool s: 1; _Bool t; } s;
  960. ^
  961. conftest.cpp:65:28: error: 's' was not declared in this scope
  962. char i[sizeof s.t];
  963. ^
  964. conftest.cpp: In function 'int main()':
  965. conftest.cpp:83:24: error: 's' was not declared in this scope
  966. bool e = &s;
  967. ^
  968. conftest.cpp:87:63: error: 'i' was not declared in this scope
  969. return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  970. ^
  971. configure:17627: $? = 1
  972. configure: failed program was:
  973. | /* confdefs.h */
  974. | #define PACKAGE_NAME "tesseract"
  975. | #define PACKAGE_TARNAME "tesseract"
  976. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  977. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  978. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  979. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  980. | #define PACKAGE "tesseract"
  981. | #define VERSION "5.0.0-alpha-16-gdb087"
  982. | #define PACKAGE_NAME "tesseract"
  983. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  984. | #define PACKAGE_YEAR "2018"
  985. | #define PACKAGE_DATE "10/29"
  986. | #define STDC_HEADERS 1
  987. | #define HAVE_SYS_TYPES_H 1
  988. | #define HAVE_SYS_STAT_H 1
  989. | #define HAVE_STDLIB_H 1
  990. | #define HAVE_STRING_H 1
  991. | #define HAVE_MEMORY_H 1
  992. | #define HAVE_STRINGS_H 1
  993. | #define HAVE_INTTYPES_H 1
  994. | #define HAVE_STDINT_H 1
  995. | #define HAVE_UNISTD_H 1
  996. | #define HAVE_DLFCN_H 1
  997. | #define LT_OBJDIR ".libs/"
  998. | #define STDC_HEADERS 1
  999. | #define TIME_WITH_SYS_TIME 1
  1000. | #define HAVE_SYS_WAIT_H 1
  1001. | #define HAVE_SYS_IPC_H 1
  1002. | #define HAVE_SYS_SHM_H 1
  1003. | #define HAVE_LIMITS_H 1
  1004. | #define HAVE_MALLOC_H 1
  1005. | /* end confdefs.h. */
  1006. |
  1007. | #include <stdbool.h>
  1008. | #ifndef bool
  1009. | "error: bool is not defined"
  1010. | #endif
  1011. | #ifndef false
  1012. | "error: false is not defined"
  1013. | #endif
  1014. | #if false
  1015. | "error: false is not 0"
  1016. | #endif
  1017. | #ifndef true
  1018. | "error: true is not defined"
  1019. | #endif
  1020. | #if true != 1
  1021. | "error: true is not 1"
  1022. | #endif
  1023. | #ifndef __bool_true_false_are_defined
  1024. | "error: __bool_true_false_are_defined is not defined"
  1025. | #endif
  1026. |
  1027. | struct s { _Bool s: 1; _Bool t; } s;
  1028. |
  1029. | char a[true == 1 ? 1 : -1];
  1030. | char b[false == 0 ? 1 : -1];
  1031. | char c[__bool_true_false_are_defined == 1 ? 1 : -1];
  1032. | char d[(bool) 0.5 == true ? 1 : -1];
  1033. | /* See body of main program for 'e'. */
  1034. | char f[(_Bool) 0.0 == false ? 1 : -1];
  1035. | char g[true];
  1036. | char h[sizeof (_Bool)];
  1037. | char i[sizeof s.t];
  1038. | enum { j = false, k = true, l = false * true, m = true * 256 };
  1039. | /* The following fails for
  1040. | HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
  1041. | _Bool n[m];
  1042. | char o[sizeof n == m * sizeof n[0] ? 1 : -1];
  1043. | char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
  1044. | /* Catch a bug in an HP-UX C compiler. See
  1045. | http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
  1046. | http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
  1047. | */
  1048. | _Bool q = true;
  1049. | _Bool *pq = &q;
  1050. |
  1051. | int
  1052. | main ()
  1053. | {
  1054. |
  1055. | bool e = &s;
  1056. | *pq |= q;
  1057. | *pq |= ! q;
  1058. | /* Refer to every declared value, to avoid compiler optimizations. */
  1059. | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
  1060. | + !m + !n + !o + !p + !q + !pq);
  1061. |
  1062. | ;
  1063. | return 0;
  1064. | }
  1065. configure:17634: result: no
  1066. configure:17636: checking for _Bool
  1067. configure:17636: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1068. conftest.cpp: In function 'int main()':
  1069. conftest.cpp:70:13: error: '_Bool' was not declared in this scope
  1070. if (sizeof (_Bool))
  1071. ^~~~~
  1072. conftest.cpp:70:13: note: suggested alternative: 'bool'
  1073. if (sizeof (_Bool))
  1074. ^~~~~
  1075. bool
  1076. configure:17636: $? = 1
  1077. configure: failed program was:
  1078. | /* confdefs.h */
  1079. | #define PACKAGE_NAME "tesseract"
  1080. | #define PACKAGE_TARNAME "tesseract"
  1081. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1082. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  1083. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1084. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  1085. | #define PACKAGE "tesseract"
  1086. | #define VERSION "5.0.0-alpha-16-gdb087"
  1087. | #define PACKAGE_NAME "tesseract"
  1088. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1089. | #define PACKAGE_YEAR "2018"
  1090. | #define PACKAGE_DATE "10/29"
  1091. | #define STDC_HEADERS 1
  1092. | #define HAVE_SYS_TYPES_H 1
  1093. | #define HAVE_SYS_STAT_H 1
  1094. | #define HAVE_STDLIB_H 1
  1095. | #define HAVE_STRING_H 1
  1096. | #define HAVE_MEMORY_H 1
  1097. | #define HAVE_STRINGS_H 1
  1098. | #define HAVE_INTTYPES_H 1
  1099. | #define HAVE_STDINT_H 1
  1100. | #define HAVE_UNISTD_H 1
  1101. | #define HAVE_DLFCN_H 1
  1102. | #define LT_OBJDIR ".libs/"
  1103. | #define STDC_HEADERS 1
  1104. | #define TIME_WITH_SYS_TIME 1
  1105. | #define HAVE_SYS_WAIT_H 1
  1106. | #define HAVE_SYS_IPC_H 1
  1107. | #define HAVE_SYS_SHM_H 1
  1108. | #define HAVE_LIMITS_H 1
  1109. | #define HAVE_MALLOC_H 1
  1110. | /* end confdefs.h. */
  1111. | #include <stdio.h>
  1112. | #ifdef HAVE_SYS_TYPES_H
  1113. | # include <sys/types.h>
  1114. | #endif
  1115. | #ifdef HAVE_SYS_STAT_H
  1116. | # include <sys/stat.h>
  1117. | #endif
  1118. | #ifdef STDC_HEADERS
  1119. | # include <stdlib.h>
  1120. | # include <stddef.h>
  1121. | #else
  1122. | # ifdef HAVE_STDLIB_H
  1123. | # include <stdlib.h>
  1124. | # endif
  1125. | #endif
  1126. | #ifdef HAVE_STRING_H
  1127. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1128. | # include <memory.h>
  1129. | # endif
  1130. | # include <string.h>
  1131. | #endif
  1132. | #ifdef HAVE_STRINGS_H
  1133. | # include <strings.h>
  1134. | #endif
  1135. | #ifdef HAVE_INTTYPES_H
  1136. | # include <inttypes.h>
  1137. | #endif
  1138. | #ifdef HAVE_STDINT_H
  1139. | # include <stdint.h>
  1140. | #endif
  1141. | #ifdef HAVE_UNISTD_H
  1142. | # include <unistd.h>
  1143. | #endif
  1144. | int
  1145. | main ()
  1146. | {
  1147. | if (sizeof (_Bool))
  1148. | return 0;
  1149. | ;
  1150. | return 0;
  1151. | }
  1152. configure:17636: result: no
  1153. configure:17660: checking for asciidoc
  1154. configure:17676: found /usr/bin/asciidoc
  1155. configure:17688: result: true
  1156. configure:17698: checking for xsltproc
  1157. configure:17726: result: false
  1158. configure:17758: checking for wchar_t
  1159. configure:17758: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1160. configure:17758: $? = 0
  1161. configure:17758: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1162. conftest.cpp: In function 'int main()':
  1163. conftest.cpp:39:14: error: expected primary-expression before 'wchar_t'
  1164. if (sizeof ((wchar_t)))
  1165. ^~~~~~~
  1166. conftest.cpp:39:14: error: expected ')' before 'wchar_t'
  1167. conftest.cpp:40:14: error: expected ')' before ';' token
  1168. return 0;
  1169. ^
  1170. conftest.cpp:40:14: error: expected ')' before ';' token
  1171. configure:17758: $? = 1
  1172. configure: failed program was:
  1173. | /* confdefs.h */
  1174. | #define PACKAGE_NAME "tesseract"
  1175. | #define PACKAGE_TARNAME "tesseract"
  1176. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1177. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  1178. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1179. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  1180. | #define PACKAGE "tesseract"
  1181. | #define VERSION "5.0.0-alpha-16-gdb087"
  1182. | #define PACKAGE_NAME "tesseract"
  1183. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1184. | #define PACKAGE_YEAR "2018"
  1185. | #define PACKAGE_DATE "10/29"
  1186. | #define STDC_HEADERS 1
  1187. | #define HAVE_SYS_TYPES_H 1
  1188. | #define HAVE_SYS_STAT_H 1
  1189. | #define HAVE_STDLIB_H 1
  1190. | #define HAVE_STRING_H 1
  1191. | #define HAVE_MEMORY_H 1
  1192. | #define HAVE_STRINGS_H 1
  1193. | #define HAVE_INTTYPES_H 1
  1194. | #define HAVE_STDINT_H 1
  1195. | #define HAVE_UNISTD_H 1
  1196. | #define HAVE_DLFCN_H 1
  1197. | #define LT_OBJDIR ".libs/"
  1198. | #define STDC_HEADERS 1
  1199. | #define TIME_WITH_SYS_TIME 1
  1200. | #define HAVE_SYS_WAIT_H 1
  1201. | #define HAVE_SYS_IPC_H 1
  1202. | #define HAVE_SYS_SHM_H 1
  1203. | #define HAVE_LIMITS_H 1
  1204. | #define HAVE_MALLOC_H 1
  1205. | /* end confdefs.h. */
  1206. | #include "wchar.h"
  1207. |
  1208. | int
  1209. | main ()
  1210. | {
  1211. | if (sizeof ((wchar_t)))
  1212. | return 0;
  1213. | ;
  1214. | return 0;
  1215. | }
  1216. configure:17758: result: yes
  1217. configure:17769: checking for long long int
  1218. configure:17769: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1219. configure:17769: $? = 0
  1220. configure:17769: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1221. conftest.cpp: In function 'int main()':
  1222. conftest.cpp:71:14: error: expected primary-expression before 'long'
  1223. if (sizeof ((long long int)))
  1224. ^~~~
  1225. conftest.cpp:71:14: error: expected ')' before 'long'
  1226. conftest.cpp:72:14: error: expected ')' before ';' token
  1227. return 0;
  1228. ^
  1229. conftest.cpp:72:14: error: expected ')' before ';' token
  1230. configure:17769: $? = 1
  1231. configure: failed program was:
  1232. | /* confdefs.h */
  1233. | #define PACKAGE_NAME "tesseract"
  1234. | #define PACKAGE_TARNAME "tesseract"
  1235. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1236. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  1237. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1238. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  1239. | #define PACKAGE "tesseract"
  1240. | #define VERSION "5.0.0-alpha-16-gdb087"
  1241. | #define PACKAGE_NAME "tesseract"
  1242. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1243. | #define PACKAGE_YEAR "2018"
  1244. | #define PACKAGE_DATE "10/29"
  1245. | #define STDC_HEADERS 1
  1246. | #define HAVE_SYS_TYPES_H 1
  1247. | #define HAVE_SYS_STAT_H 1
  1248. | #define HAVE_STDLIB_H 1
  1249. | #define HAVE_STRING_H 1
  1250. | #define HAVE_MEMORY_H 1
  1251. | #define HAVE_STRINGS_H 1
  1252. | #define HAVE_INTTYPES_H 1
  1253. | #define HAVE_STDINT_H 1
  1254. | #define HAVE_UNISTD_H 1
  1255. | #define HAVE_DLFCN_H 1
  1256. | #define LT_OBJDIR ".libs/"
  1257. | #define STDC_HEADERS 1
  1258. | #define TIME_WITH_SYS_TIME 1
  1259. | #define HAVE_SYS_WAIT_H 1
  1260. | #define HAVE_SYS_IPC_H 1
  1261. | #define HAVE_SYS_SHM_H 1
  1262. | #define HAVE_LIMITS_H 1
  1263. | #define HAVE_MALLOC_H 1
  1264. | #define HAVE_WCHAR_T 1
  1265. | /* end confdefs.h. */
  1266. | #include <stdio.h>
  1267. | #ifdef HAVE_SYS_TYPES_H
  1268. | # include <sys/types.h>
  1269. | #endif
  1270. | #ifdef HAVE_SYS_STAT_H
  1271. | # include <sys/stat.h>
  1272. | #endif
  1273. | #ifdef STDC_HEADERS
  1274. | # include <stdlib.h>
  1275. | # include <stddef.h>
  1276. | #else
  1277. | # ifdef HAVE_STDLIB_H
  1278. | # include <stdlib.h>
  1279. | # endif
  1280. | #endif
  1281. | #ifdef HAVE_STRING_H
  1282. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1283. | # include <memory.h>
  1284. | # endif
  1285. | # include <string.h>
  1286. | #endif
  1287. | #ifdef HAVE_STRINGS_H
  1288. | # include <strings.h>
  1289. | #endif
  1290. | #ifdef HAVE_INTTYPES_H
  1291. | # include <inttypes.h>
  1292. | #endif
  1293. | #ifdef HAVE_STDINT_H
  1294. | # include <stdint.h>
  1295. | #endif
  1296. | #ifdef HAVE_UNISTD_H
  1297. | # include <unistd.h>
  1298. | #endif
  1299. | int
  1300. | main ()
  1301. | {
  1302. | if (sizeof ((long long int)))
  1303. | return 0;
  1304. | ;
  1305. | return 0;
  1306. | }
  1307. configure:17769: result: yes
  1308. configure:17779: checking for off_t
  1309. configure:17779: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1310. configure:17779: $? = 0
  1311. configure:17779: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1312. conftest.cpp: In function 'int main()':
  1313. conftest.cpp:41:19: error: expected primary-expression before ')' token
  1314. if (sizeof ((off_t)))
  1315. ^
  1316. configure:17779: $? = 1
  1317. configure: failed program was:
  1318. | /* confdefs.h */
  1319. | #define PACKAGE_NAME "tesseract"
  1320. | #define PACKAGE_TARNAME "tesseract"
  1321. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1322. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  1323. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1324. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  1325. | #define PACKAGE "tesseract"
  1326. | #define VERSION "5.0.0-alpha-16-gdb087"
  1327. | #define PACKAGE_NAME "tesseract"
  1328. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1329. | #define PACKAGE_YEAR "2018"
  1330. | #define PACKAGE_DATE "10/29"
  1331. | #define STDC_HEADERS 1
  1332. | #define HAVE_SYS_TYPES_H 1
  1333. | #define HAVE_SYS_STAT_H 1
  1334. | #define HAVE_STDLIB_H 1
  1335. | #define HAVE_STRING_H 1
  1336. | #define HAVE_MEMORY_H 1
  1337. | #define HAVE_STRINGS_H 1
  1338. | #define HAVE_INTTYPES_H 1
  1339. | #define HAVE_STDINT_H 1
  1340. | #define HAVE_UNISTD_H 1
  1341. | #define HAVE_DLFCN_H 1
  1342. | #define LT_OBJDIR ".libs/"
  1343. | #define STDC_HEADERS 1
  1344. | #define TIME_WITH_SYS_TIME 1
  1345. | #define HAVE_SYS_WAIT_H 1
  1346. | #define HAVE_SYS_IPC_H 1
  1347. | #define HAVE_SYS_SHM_H 1
  1348. | #define HAVE_LIMITS_H 1
  1349. | #define HAVE_MALLOC_H 1
  1350. | #define HAVE_WCHAR_T 1
  1351. | #define HAVE_LONG_LONG_INT 1
  1352. | /* end confdefs.h. */
  1353. | #include "sys/types.h"
  1354. |
  1355. | int
  1356. | main ()
  1357. | {
  1358. | if (sizeof ((off_t)))
  1359. | return 0;
  1360. | ;
  1361. | return 0;
  1362. | }
  1363. configure:17779: result: yes
  1364. configure:17790: checking for mbstate_t
  1365. configure:17790: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1366. configure:17790: $? = 0
  1367. configure:17790: g++ -c -g -O2 -std=c++14 conftest.cpp >&5
  1368. conftest.cpp: In function 'int main()':
  1369. conftest.cpp:42:23: error: expected primary-expression before ')' token
  1370. if (sizeof ((mbstate_t)))
  1371. ^
  1372. configure:17790: $? = 1
  1373. configure: failed program was:
  1374. | /* confdefs.h */
  1375. | #define PACKAGE_NAME "tesseract"
  1376. | #define PACKAGE_TARNAME "tesseract"
  1377. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1378. | #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  1379. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1380. | #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  1381. | #define PACKAGE "tesseract"
  1382. | #define VERSION "5.0.0-alpha-16-gdb087"
  1383. | #define PACKAGE_NAME "tesseract"
  1384. | #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1385. | #define PACKAGE_YEAR "2018"
  1386. | #define PACKAGE_DATE "10/29"
  1387. | #define STDC_HEADERS 1
  1388. | #define HAVE_SYS_TYPES_H 1
  1389. | #define HAVE_SYS_STAT_H 1
  1390. | #define HAVE_STDLIB_H 1
  1391. | #define HAVE_STRING_H 1
  1392. | #define HAVE_MEMORY_H 1
  1393. | #define HAVE_STRINGS_H 1
  1394. | #define HAVE_INTTYPES_H 1
  1395. | #define HAVE_STDINT_H 1
  1396. | #define HAVE_UNISTD_H 1
  1397. | #define HAVE_DLFCN_H 1
  1398. | #define LT_OBJDIR ".libs/"
  1399. | #define STDC_HEADERS 1
  1400. | #define TIME_WITH_SYS_TIME 1
  1401. | #define HAVE_SYS_WAIT_H 1
  1402. | #define HAVE_SYS_IPC_H 1
  1403. | #define HAVE_SYS_SHM_H 1
  1404. | #define HAVE_LIMITS_H 1
  1405. | #define HAVE_MALLOC_H 1
  1406. | #define HAVE_WCHAR_T 1
  1407. | #define HAVE_LONG_LONG_INT 1
  1408. | #define HAVE_OFF_T 1
  1409. | /* end confdefs.h. */
  1410. | #include "wchar.h"
  1411. |
  1412. | int
  1413. | main ()
  1414. | {
  1415. | if (sizeof ((mbstate_t)))
  1416. | return 0;
  1417. | ;
  1418. | return 0;
  1419. | }
  1420. configure:17790: result: yes
  1421. configure:17860: checking for pkg-config
  1422. configure:17878: found /usr/bin/pkg-config
  1423. configure:17890: result: /usr/bin/pkg-config
  1424. configure:17915: checking pkg-config is at least version 0.9.0
  1425. configure:17918: result: yes
  1426. configure:17928: checking for LEPTONICA
  1427. configure:17935: $PKG_CONFIG --exists --print-errors "lept >= 1.74"
  1428. configure:17938: $? = 0
  1429. configure:17952: $PKG_CONFIG --exists --print-errors "lept >= 1.74"
  1430. configure:17955: $? = 0
  1431. configure:17993: result: yes
  1432. configure:18005: checking for libarchive
  1433. configure:18012: $PKG_CONFIG --exists --print-errors "libarchive"
  1434. Package libarchive was not found in the pkg-config search path.
  1435. Perhaps you should add the directory containing `libarchive.pc'
  1436. to the PKG_CONFIG_PATH environment variable
  1437. No package 'libarchive' found
  1438. configure:18015: $? = 1
  1439. configure:18029: $PKG_CONFIG --exists --print-errors "libarchive"
  1440. Package libarchive was not found in the pkg-config search path.
  1441. Perhaps you should add the directory containing `libarchive.pc'
  1442. to the PKG_CONFIG_PATH environment variable
  1443. No package 'libarchive' found
  1444. configure:18032: $? = 1
  1445. configure:18046: result: no
  1446. No package 'libarchive' found
  1447. configure:18100: checking for ICU_UC
  1448. configure:18107: $PKG_CONFIG --exists --print-errors "icu-uc >= 52.1"
  1449. configure:18110: $? = 0
  1450. configure:18124: $PKG_CONFIG --exists --print-errors "icu-uc >= 52.1"
  1451. configure:18127: $? = 0
  1452. configure:18165: result: yes
  1453. configure:18171: checking for ICU_I18N
  1454. configure:18178: $PKG_CONFIG --exists --print-errors "icu-i18n >= 52.1"
  1455. configure:18181: $? = 0
  1456. configure:18195: $PKG_CONFIG --exists --print-errors "icu-i18n >= 52.1"
  1457. configure:18198: $? = 0
  1458. configure:18236: result: yes
  1459. configure:18262: checking for pango
  1460. configure:18269: $PKG_CONFIG --exists --print-errors "pango >= 1.22.0"
  1461. configure:18272: $? = 0
  1462. configure:18286: $PKG_CONFIG --exists --print-errors "pango >= 1.22.0"
  1463. configure:18289: $? = 0
  1464. configure:18327: result: yes
  1465. configure:18353: checking for cairo
  1466. configure:18360: $PKG_CONFIG --exists --print-errors "cairo"
  1467. configure:18363: $? = 0
  1468. configure:18377: $PKG_CONFIG --exists --print-errors "cairo"
  1469. configure:18380: $? = 0
  1470. configure:18418: result: yes
  1471. configure:18610: checking that generated files are newer than configure
  1472. configure:18616: result: done
  1473. configure:18768: creating ./config.status
  1474.  
  1475. ## ---------------------- ##
  1476. ## Running config.status. ##
  1477. ## ---------------------- ##
  1478.  
  1479. This file was extended by tesseract config.status 5.0.0-alpha-16-gdb087, which was
  1480. generated by GNU Autoconf 2.69. Invocation command line was
  1481.  
  1482. CONFIG_FILES =
  1483. CONFIG_HEADERS =
  1484. CONFIG_LINKS =
  1485. CONFIG_COMMANDS =
  1486. $ ./config.status
  1487.  
  1488. on ubuntu
  1489.  
  1490. config.status:1258: creating Makefile
  1491. config.status:1258: creating tesseract.pc
  1492. config.status:1258: creating src/api/Makefile
  1493. config.status:1258: creating src/api/tess_version.h
  1494. config.status:1258: creating src/arch/Makefile
  1495. config.status:1258: creating src/ccmain/Makefile
  1496. config.status:1258: creating src/opencl/Makefile
  1497. config.status:1258: creating src/ccstruct/Makefile
  1498. config.status:1258: creating src/ccutil/Makefile
  1499. config.status:1258: creating src/classify/Makefile
  1500. config.status:1258: creating src/cutil/Makefile
  1501. config.status:1258: creating src/dict/Makefile
  1502. config.status:1258: creating src/lstm/Makefile
  1503. config.status:1258: creating src/textord/Makefile
  1504. config.status:1258: creating src/viewer/Makefile
  1505. config.status:1258: creating src/wordrec/Makefile
  1506. config.status:1258: creating tessdata/Makefile
  1507. config.status:1258: creating tessdata/configs/Makefile
  1508. config.status:1258: creating tessdata/tessconfigs/Makefile
  1509. config.status:1258: creating unittest/Makefile
  1510. config.status:1258: creating java/Makefile
  1511. config.status:1258: creating java/com/Makefile
  1512. config.status:1258: creating java/com/google/Makefile
  1513. config.status:1258: creating java/com/google/scrollview/Makefile
  1514. config.status:1258: creating java/com/google/scrollview/events/Makefile
  1515. config.status:1258: creating java/com/google/scrollview/ui/Makefile
  1516. config.status:1258: creating doc/Makefile
  1517. config.status:1258: creating src/training/Makefile
  1518. config.status:1258: creating config_auto.h
  1519. config.status:1487: executing depfiles commands
  1520. config.status:1487: executing libtool commands
  1521.  
  1522. ## ---------------- ##
  1523. ## Cache variables. ##
  1524. ## ---------------- ##
  1525.  
  1526. ac_cv_build=x86_64-pc-linux-gnu
  1527. ac_cv_c_bigendian=no
  1528. ac_cv_c_compiler_gnu=yes
  1529. ac_cv_cxx_compiler_gnu=yes
  1530. ac_cv_env_CCC_set=
  1531. ac_cv_env_CCC_value=
  1532. ac_cv_env_CC_set=
  1533. ac_cv_env_CC_value=
  1534. ac_cv_env_CFLAGS_set=
  1535. ac_cv_env_CFLAGS_value=
  1536. ac_cv_env_CPPFLAGS_set=
  1537. ac_cv_env_CPPFLAGS_value=
  1538. ac_cv_env_CXXCPP_set=
  1539. ac_cv_env_CXXCPP_value=
  1540. ac_cv_env_CXXFLAGS_set=
  1541. ac_cv_env_CXXFLAGS_value=
  1542. ac_cv_env_CXX_set=
  1543. ac_cv_env_CXX_value=
  1544. ac_cv_env_ICU_I18N_CFLAGS_set=
  1545. ac_cv_env_ICU_I18N_CFLAGS_value=
  1546. ac_cv_env_ICU_I18N_LIBS_set=
  1547. ac_cv_env_ICU_I18N_LIBS_value=
  1548. ac_cv_env_ICU_UC_CFLAGS_set=
  1549. ac_cv_env_ICU_UC_CFLAGS_value=
  1550. ac_cv_env_ICU_UC_LIBS_set=
  1551. ac_cv_env_ICU_UC_LIBS_value=
  1552. ac_cv_env_LDFLAGS_set=
  1553. ac_cv_env_LDFLAGS_value=
  1554. ac_cv_env_LEPTONICA_CFLAGS_set=
  1555. ac_cv_env_LEPTONICA_CFLAGS_value=
  1556. ac_cv_env_LEPTONICA_LIBS_set=
  1557. ac_cv_env_LEPTONICA_LIBS_value=
  1558. ac_cv_env_LIBS_set=
  1559. ac_cv_env_LIBS_value=
  1560. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1561. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1562. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1563. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1564. ac_cv_env_PKG_CONFIG_PATH_set=
  1565. ac_cv_env_PKG_CONFIG_PATH_value=
  1566. ac_cv_env_PKG_CONFIG_set=
  1567. ac_cv_env_PKG_CONFIG_value=
  1568. ac_cv_env_build_alias_set=
  1569. ac_cv_env_build_alias_value=
  1570. ac_cv_env_cairo_CFLAGS_set=
  1571. ac_cv_env_cairo_CFLAGS_value=
  1572. ac_cv_env_cairo_LIBS_set=
  1573. ac_cv_env_cairo_LIBS_value=
  1574. ac_cv_env_host_alias_set=
  1575. ac_cv_env_host_alias_value=
  1576. ac_cv_env_libarchive_CFLAGS_set=
  1577. ac_cv_env_libarchive_CFLAGS_value=
  1578. ac_cv_env_libarchive_LIBS_set=
  1579. ac_cv_env_libarchive_LIBS_value=
  1580. ac_cv_env_pango_CFLAGS_set=
  1581. ac_cv_env_pango_CFLAGS_value=
  1582. ac_cv_env_pango_LIBS_set=
  1583. ac_cv_env_pango_LIBS_value=
  1584. ac_cv_env_target_alias_set=
  1585. ac_cv_env_target_alias_value=
  1586. ac_cv_header_dlfcn_h=yes
  1587. ac_cv_header_inttypes_h=yes
  1588. ac_cv_header_limits_h=yes
  1589. ac_cv_header_malloc_h=yes
  1590. ac_cv_header_memory_h=yes
  1591. ac_cv_header_stdbool_h=no
  1592. ac_cv_header_stdc=yes
  1593. ac_cv_header_stdint_h=yes
  1594. ac_cv_header_stdlib_h=yes
  1595. ac_cv_header_string_h=yes
  1596. ac_cv_header_strings_h=yes
  1597. ac_cv_header_sys_ipc_h=yes
  1598. ac_cv_header_sys_shm_h=yes
  1599. ac_cv_header_sys_stat_h=yes
  1600. ac_cv_header_sys_types_h=yes
  1601. ac_cv_header_sys_wait_h=yes
  1602. ac_cv_header_tiffio_h=no
  1603. ac_cv_header_time=yes
  1604. ac_cv_header_unistd_h=yes
  1605. ac_cv_host=x86_64-pc-linux-gnu
  1606. ac_cv_objext=o
  1607. ac_cv_path_EGREP='/bin/grep -E'
  1608. ac_cv_path_FGREP='/bin/grep -F'
  1609. ac_cv_path_GREP=/bin/grep
  1610. ac_cv_path_SED=/bin/sed
  1611. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1612. ac_cv_path_install='/usr/bin/install -c'
  1613. ac_cv_path_lt_DD=/bin/dd
  1614. ac_cv_path_mkdir=/bin/mkdir
  1615. ac_cv_prog_AWK=gawk
  1616. ac_cv_prog_CXXCPP='g++ -E'
  1617. ac_cv_prog_ac_ct_AR=ar
  1618. ac_cv_prog_ac_ct_CC=gcc
  1619. ac_cv_prog_ac_ct_CXX=g++
  1620. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1621. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1622. ac_cv_prog_ac_ct_RANLIB=ranlib
  1623. ac_cv_prog_ac_ct_STRIP=strip
  1624. ac_cv_prog_cc_c89=
  1625. ac_cv_prog_cc_g=yes
  1626. ac_cv_prog_cxx_g=yes
  1627. ac_cv_prog_cxx_openmp=-fopenmp
  1628. ac_cv_prog_have_asciidoc=true
  1629. ac_cv_prog_have_xsltproc=false
  1630. ac_cv_prog_make_make_set=yes
  1631. ac_cv_search_pthread_create=-lpthread
  1632. ac_cv_type__Bool=no
  1633. ac_cv_type_long_long_int=yes
  1634. ac_cv_type_mbstate_t=yes
  1635. ac_cv_type_off_t=yes
  1636. ac_cv_type_wchar_t=yes
  1637. am_cv_CC_dependencies_compiler_type=gcc3
  1638. am_cv_CXX_dependencies_compiler_type=gcc3
  1639. am_cv_make_support_nested_variables=yes
  1640. am_cv_prog_cc_c_o=yes
  1641. ax_cv_check_cxxflags__Werror__march_native=yes
  1642. ax_cv_check_cxxflags__Werror__mavx2=yes
  1643. ax_cv_check_cxxflags__Werror__mavx=yes
  1644. ax_cv_check_cxxflags__Werror__msse4_1=yes
  1645. ax_cv_check_cxxflags__Werror__std_cpp11=yes
  1646. ax_cv_check_cxxflags__Werror__std_cpp14=yes
  1647. lt_cv_ar_at_file=@
  1648. lt_cv_archive_cmds_need_lc=no
  1649. lt_cv_deplibs_check_method=pass_all
  1650. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1651. lt_cv_file_magic_test_file=
  1652. lt_cv_ld_reload_flag=-r
  1653. lt_cv_nm_interface='BSD nm'
  1654. lt_cv_objdir=.libs
  1655. lt_cv_path_LD=/usr/bin/ld
  1656. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1657. lt_cv_path_NM='/usr/bin/nm -B'
  1658. lt_cv_path_mainfest_tool=no
  1659. lt_cv_prog_compiler_c_o=yes
  1660. lt_cv_prog_compiler_c_o_CXX=yes
  1661. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1662. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1663. lt_cv_prog_compiler_pic_works=yes
  1664. lt_cv_prog_compiler_pic_works_CXX=yes
  1665. lt_cv_prog_compiler_rtti_exceptions=no
  1666. lt_cv_prog_compiler_static_works=yes
  1667. lt_cv_prog_compiler_static_works_CXX=yes
  1668. lt_cv_prog_gnu_ld=yes
  1669. lt_cv_prog_gnu_ldcxx=yes
  1670. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1671. lt_cv_shlibpath_overrides_runpath=yes
  1672. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1673. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1674. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1675. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1676. lt_cv_sys_global_symbol_to_import=
  1677. lt_cv_sys_max_cmd_len=1572864
  1678. lt_cv_to_host_file_cmd=func_convert_file_noop
  1679. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1680. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1681. pkg_cv_ICU_I18N_CFLAGS=
  1682. pkg_cv_ICU_I18N_LIBS='-licui18n -licuuc -licudata'
  1683. pkg_cv_ICU_UC_CFLAGS=
  1684. pkg_cv_ICU_UC_LIBS='-licuuc -licudata'
  1685. pkg_cv_LEPTONICA_CFLAGS=-I/usr/include/leptonica
  1686. pkg_cv_LEPTONICA_LIBS=-llept
  1687. pkg_cv_cairo_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1688. pkg_cv_cairo_LIBS=-lcairo
  1689. pkg_cv_pango_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1690. pkg_cv_pango_LIBS='-lpango-1.0 -lgobject-2.0 -lglib-2.0'
  1691.  
  1692. ## ----------------- ##
  1693. ## Output variables. ##
  1694. ## ----------------- ##
  1695.  
  1696. ACLOCAL='${SHELL} /home/lasngd/tesseract_original_sudo/config/missing aclocal-1.15'
  1697. ADD_RT_FALSE='#'
  1698. ADD_RT_TRUE=''
  1699. AMDEPBACKSLASH='\'
  1700. AMDEP_FALSE='#'
  1701. AMDEP_TRUE=''
  1702. AMTAR='$${TAR-tar}'
  1703. AM_BACKSLASH='\'
  1704. AM_CPPFLAGS=' -DNDEBUG'
  1705. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1706. AM_DEFAULT_VERBOSITY='1'
  1707. AM_LDFLAGS=''
  1708. AM_V='$(V)'
  1709. AR='ar'
  1710. ASCIIDOC_FALSE=''
  1711. ASCIIDOC_TRUE='#'
  1712. AUTOCONF='${SHELL} /home/lasngd/tesseract_original_sudo/config/missing autoconf'
  1713. AUTOHEADER='${SHELL} /home/lasngd/tesseract_original_sudo/config/missing autoheader'
  1714. AUTOMAKE='${SHELL} /home/lasngd/tesseract_original_sudo/config/missing automake-1.15'
  1715. AVX2_OPT_FALSE='#'
  1716. AVX2_OPT_TRUE=''
  1717. AVX_OPT_FALSE='#'
  1718. AVX_OPT_TRUE=''
  1719. AWK='gawk'
  1720. CC='gcc'
  1721. CCDEPMODE='depmode=gcc3'
  1722. CFLAGS='-g -O2'
  1723. CPPFLAGS=' -I/usr/include/leptonica -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1724. CXX='g++'
  1725. CXXCPP='g++ -E'
  1726. CXXDEPMODE='depmode=gcc3'
  1727. CXXFLAGS='-g -O2 -std=c++14'
  1728. CYGPATH_W='echo'
  1729. DEFS='-DHAVE_CONFIG_H'
  1730. DEPDIR='.deps'
  1731. DISABLED_LEGACY_ENGINE_FALSE=''
  1732. DISABLED_LEGACY_ENGINE_TRUE='#'
  1733. DLLTOOL='false'
  1734. DSYMUTIL=''
  1735. DUMPBIN=''
  1736. ECHO_C=''
  1737. ECHO_N='-n'
  1738. ECHO_T=''
  1739. EGREP='/bin/grep -E'
  1740. EMBEDDED_FALSE=''
  1741. EMBEDDED_TRUE='#'
  1742. ENABLE_TRAINING_FALSE='#'
  1743. ENABLE_TRAINING_TRUE=''
  1744. EXEEXT=''
  1745. FGREP='/bin/grep -F'
  1746. FRAMEWORK_OPENCL=''
  1747. GENERIC_API_VERSION='5.0'
  1748. GENERIC_LIBRARY_NAME='tesseract'
  1749. GENERIC_LIBRARY_VERSION='5:0'
  1750. GENERIC_MAJOR_VERSION='5'
  1751. GENERIC_MICRO_VERSION='0'
  1752. GENERIC_MINOR_VERSION='0'
  1753. GENERIC_RELEASE='5.0'
  1754. GENERIC_VERSION='5.0.0'
  1755. GRAPHICS_DISABLED_FALSE=''
  1756. GRAPHICS_DISABLED_TRUE='#'
  1757. GREP='/bin/grep'
  1758. HAVE_LIBARCHIVE_FALSE=''
  1759. HAVE_LIBARCHIVE_TRUE='#'
  1760. ICU_I18N_CFLAGS=''
  1761. ICU_I18N_LIBS='-licui18n -licuuc -licudata'
  1762. ICU_UC_CFLAGS=''
  1763. ICU_UC_LIBS='-licuuc -licudata'
  1764. INSTALL_DATA='${INSTALL} -m 644'
  1765. INSTALL_PROGRAM='${INSTALL}'
  1766. INSTALL_SCRIPT='${INSTALL}'
  1767. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1768. LD='/usr/bin/ld -m elf_x86_64'
  1769. LDFLAGS=''
  1770. LEPTONICA_CFLAGS='-I/usr/include/leptonica'
  1771. LEPTONICA_LIBS='-llept'
  1772. LIBOBJS=''
  1773. LIBS='-lpthread '
  1774. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1775. LIPO=''
  1776. LN_S='ln -s'
  1777. LTLIBOBJS=''
  1778. LT_SYS_LIBRARY_PATH=''
  1779. MAKEINFO='${SHELL} /home/lasngd/tesseract_original_sudo/config/missing makeinfo'
  1780. MANIFEST_TOOL=':'
  1781. MARCH_NATIVE_OPT_FALSE='#'
  1782. MARCH_NATIVE_OPT_TRUE=''
  1783. MKDIR_P='/bin/mkdir -p'
  1784. NM='/usr/bin/nm -B'
  1785. NMEDIT=''
  1786. NOUNDEFINED=''
  1787. NO_TESSDATA_PREFIX_FALSE=''
  1788. NO_TESSDATA_PREFIX_TRUE='#'
  1789. OBJDUMP='objdump'
  1790. OBJEXT='o'
  1791. OPENCL_CPPFLAGS=''
  1792. OPENCL_LDFLAGS=''
  1793. OPENMP_CXXFLAGS='-fopenmp'
  1794. OSX_FALSE=''
  1795. OSX_TRUE='#'
  1796. OTOOL64=''
  1797. OTOOL=''
  1798. PACKAGE='tesseract'
  1799. PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues'
  1800. PACKAGE_DATE='10/29'
  1801. PACKAGE_NAME='tesseract'
  1802. PACKAGE_STRING='tesseract 5.0.0-alpha-16-gdb087'
  1803. PACKAGE_TARNAME='tesseract'
  1804. PACKAGE_URL='https://github.com/tesseract-ocr/tesseract/'
  1805. PACKAGE_VERSION='5.0.0-alpha-16-gdb087'
  1806. PACKAGE_YEAR='2018'
  1807. PATH_SEPARATOR=':'
  1808. PKG_CONFIG='/usr/bin/pkg-config'
  1809. PKG_CONFIG_LIBDIR=''
  1810. PKG_CONFIG_PATH=''
  1811. RANLIB='ranlib'
  1812. SED='/bin/sed'
  1813. SET_MAKE=''
  1814. SHELL='/bin/bash'
  1815. SSE41_OPT_FALSE='#'
  1816. SSE41_OPT_TRUE=''
  1817. STRIP='strip'
  1818. T_WIN_FALSE=''
  1819. T_WIN_TRUE='#'
  1820. USE_OPENCL_FALSE=''
  1821. USE_OPENCL_TRUE='#'
  1822. VERSION='5.0.0-alpha-16-gdb087'
  1823. VISIBILITY_FALSE=''
  1824. VISIBILITY_TRUE='#'
  1825. ac_ct_AR='ar'
  1826. ac_ct_CC='gcc'
  1827. ac_ct_CXX='g++'
  1828. ac_ct_DUMPBIN=''
  1829. am__EXEEXT_FALSE=''
  1830. am__EXEEXT_TRUE='#'
  1831. am__fastdepCC_FALSE='#'
  1832. am__fastdepCC_TRUE=''
  1833. am__fastdepCXX_FALSE='#'
  1834. am__fastdepCXX_TRUE=''
  1835. am__include='include'
  1836. am__isrc=''
  1837. am__leading_dot='.'
  1838. am__nodep='_no'
  1839. am__quote=''
  1840. am__tar='$${TAR-tar} chof - "$$tardir"'
  1841. am__untar='$${TAR-tar} xf -'
  1842. bindir='${exec_prefix}/bin'
  1843. build='x86_64-pc-linux-gnu'
  1844. build_alias=''
  1845. build_cpu='x86_64'
  1846. build_os='linux-gnu'
  1847. build_vendor='pc'
  1848. cairo_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16'
  1849. cairo_LIBS='-lcairo'
  1850. datadir='${datarootdir}'
  1851. datarootdir='${prefix}/share'
  1852. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1853. dvidir='${docdir}'
  1854. exec_prefix='${prefix}'
  1855. have_asciidoc='true'
  1856. have_xsltproc='false'
  1857. host='x86_64-pc-linux-gnu'
  1858. host_alias=''
  1859. host_cpu='x86_64'
  1860. host_os='linux-gnu'
  1861. host_vendor='pc'
  1862. htmldir='${docdir}'
  1863. includedir='${prefix}/include'
  1864. infodir='${datarootdir}/info'
  1865. install_sh='${SHELL} /home/lasngd/tesseract_original_sudo/config/install-sh'
  1866. libarchive_CFLAGS=''
  1867. libarchive_LIBS=''
  1868. libdir='${exec_prefix}/lib'
  1869. libexecdir='${exec_prefix}/libexec'
  1870. localedir='${datarootdir}/locale'
  1871. localstatedir='${prefix}/var'
  1872. mandir='${datarootdir}/man'
  1873. mkdir_p='$(MKDIR_P)'
  1874. oldincludedir='/usr/include'
  1875. pango_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include'
  1876. pango_LIBS='-lpango-1.0 -lgobject-2.0 -lglib-2.0'
  1877. pdfdir='${docdir}'
  1878. prefix='/usr/local'
  1879. program_transform_name='s,x,x,'
  1880. psdir='${docdir}'
  1881. runstatedir='${localstatedir}/run'
  1882. sbindir='${exec_prefix}/sbin'
  1883. sharedstatedir='${prefix}/com'
  1884. sysconfdir='${prefix}/etc'
  1885. target_alias=''
  1886.  
  1887. ## ----------- ##
  1888. ## confdefs.h. ##
  1889. ## ----------- ##
  1890.  
  1891. /* confdefs.h */
  1892. #define PACKAGE_NAME "tesseract"
  1893. #define PACKAGE_TARNAME "tesseract"
  1894. #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1895. #define PACKAGE_STRING "tesseract 5.0.0-alpha-16-gdb087"
  1896. #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1897. #define PACKAGE_URL "https://github.com/tesseract-ocr/tesseract/"
  1898. #define PACKAGE "tesseract"
  1899. #define VERSION "5.0.0-alpha-16-gdb087"
  1900. #define PACKAGE_NAME "tesseract"
  1901. #define PACKAGE_VERSION "5.0.0-alpha-16-gdb087"
  1902. #define PACKAGE_YEAR "2018"
  1903. #define PACKAGE_DATE "10/29"
  1904. #define STDC_HEADERS 1
  1905. #define HAVE_SYS_TYPES_H 1
  1906. #define HAVE_SYS_STAT_H 1
  1907. #define HAVE_STDLIB_H 1
  1908. #define HAVE_STRING_H 1
  1909. #define HAVE_MEMORY_H 1
  1910. #define HAVE_STRINGS_H 1
  1911. #define HAVE_INTTYPES_H 1
  1912. #define HAVE_STDINT_H 1
  1913. #define HAVE_UNISTD_H 1
  1914. #define HAVE_DLFCN_H 1
  1915. #define LT_OBJDIR ".libs/"
  1916. #define STDC_HEADERS 1
  1917. #define TIME_WITH_SYS_TIME 1
  1918. #define HAVE_SYS_WAIT_H 1
  1919. #define HAVE_SYS_IPC_H 1
  1920. #define HAVE_SYS_SHM_H 1
  1921. #define HAVE_LIMITS_H 1
  1922. #define HAVE_MALLOC_H 1
  1923. #define HAVE_WCHAR_T 1
  1924. #define HAVE_LONG_LONG_INT 1
  1925. #define HAVE_OFF_T 1
  1926. #define HAVE_MBSTATE_T 1
  1927.  
  1928. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement