Guest User

Untitled

a guest
Apr 2nd, 2017
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 71.20 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 4.00.00dev, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --enable-debug
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = ubuntu
  14. uname -m = x86_64
  15. uname -r = 4.4.0-21-generic
  16. uname -s = Linux
  17. uname -v = #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016
  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.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2638: checking for g++
  43. configure:2654: found /usr/bin/g++
  44. configure:2665: result: g++
  45. configure:2692: checking for C++ compiler version
  46. configure:2701: g++ --version >&5
  47. g++ (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413
  48. Copyright (C) 2015 Free Software Foundation, Inc.
  49. This is free software; see the source for copying conditions. There is NO
  50. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  51.  
  52. configure:2712: $? = 0
  53. configure:2701: g++ -v >&5
  54. Using built-in specs.
  55. COLLECT_GCC=g++
  56. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  57. Target: x86_64-linux-gnu
  58. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --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 --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  59. Thread model: posix
  60. gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  61. configure:2712: $? = 0
  62. configure:2701: g++ -V >&5
  63. g++: error: unrecognized command line option '-V'
  64. g++: fatal error: no input files
  65. compilation terminated.
  66. configure:2712: $? = 1
  67. configure:2701: g++ -qversion >&5
  68. g++: error: unrecognized command line option '-qversion'
  69. g++: fatal error: no input files
  70. compilation terminated.
  71. configure:2712: $? = 1
  72. configure:2732: checking whether the C++ compiler works
  73. configure:2754: g++ conftest.cpp >&5
  74. configure:2758: $? = 0
  75. configure:2806: result: yes
  76. configure:2809: checking for C++ compiler default output file name
  77. configure:2811: result: a.out
  78. configure:2817: checking for suffix of executables
  79. configure:2824: g++ -o conftest conftest.cpp >&5
  80. configure:2828: $? = 0
  81. configure:2850: result:
  82. configure:2872: checking whether we are cross compiling
  83. configure:2880: g++ -o conftest conftest.cpp >&5
  84. configure:2884: $? = 0
  85. configure:2891: ./conftest
  86. configure:2895: $? = 0
  87. configure:2910: result: no
  88. configure:2915: checking for suffix of object files
  89. configure:2937: g++ -c conftest.cpp >&5
  90. configure:2941: $? = 0
  91. configure:2962: result: o
  92. configure:2966: checking whether we are using the GNU C++ compiler
  93. configure:2985: g++ -c conftest.cpp >&5
  94. configure:2985: $? = 0
  95. configure:2994: result: yes
  96. configure:3003: checking whether g++ accepts -g
  97. configure:3023: g++ -c -g conftest.cpp >&5
  98. configure:3023: $? = 0
  99. configure:3064: result: yes
  100. configure:3237: checking for a BSD-compatible install
  101. configure:3305: result: /usr/bin/install -c
  102. configure:3316: checking whether build environment is sane
  103. configure:3371: result: yes
  104. configure:3522: checking for a thread-safe mkdir -p
  105. configure:3561: result: /bin/mkdir -p
  106. configure:3568: checking for gawk
  107. configure:3598: result: no
  108. configure:3568: checking for mawk
  109. configure:3584: found /usr/bin/mawk
  110. configure:3595: result: mawk
  111. configure:3606: checking whether make sets $(MAKE)
  112. configure:3628: result: yes
  113. configure:3658: checking for style of include used by make
  114. configure:3686: result: GNU
  115. configure:3720: checking whether make supports nested variables
  116. configure:3737: result: yes
  117. configure:3822: checking dependency style of g++
  118. configure:3933: result: gcc3
  119. configure:3994: checking whether to enable maintainer-specific portions of Makefiles
  120. configure:4003: result: no
  121. configure:4062: checking build system type
  122. configure:4076: result: x86_64-pc-linux-gnu
  123. configure:4096: checking host system type
  124. configure:4109: result: x86_64-pc-linux-gnu
  125. configure:4238: checking --enable-graphics argument
  126. configure:4247: result: yes
  127. configure:4264: checking whether to disable cube
  128. configure:4273: result: no
  129. configure:4289: checking --enable-embedded argument
  130. configure:4298: result: no
  131. configure:4330: checking for g++ option to support OpenMP
  132. configure:4345: g++ -o conftest -g -O2 conftest.cpp >&5
  133. conftest.cpp:17:2: error: 'choke' does not name a type
  134. choke me
  135. ^
  136. In file included from conftest.cpp:19:0:
  137. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:39:3: error: 'omp_lock_t' does not name a type
  138. } omp_lock_t;
  139. ^
  140. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:28: error: variable or field 'omp_init_lock' declared void
  141. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  142. ^
  143. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:28: error: 'omp_lock_t' was not declared in this scope
  144. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:91:40: error: expected primary-expression before ')' token
  145. extern void omp_init_lock (omp_lock_t *) __GOMP_NOTHROW;
  146. ^
  147. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:31: error: variable or field 'omp_destroy_lock' declared void
  148. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  149. ^
  150. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:31: error: 'omp_lock_t' was not declared in this scope
  151. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:92:43: error: expected primary-expression before ')' token
  152. extern void omp_destroy_lock (omp_lock_t *) __GOMP_NOTHROW;
  153. ^
  154. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:27: error: variable or field 'omp_set_lock' declared void
  155. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  156. ^
  157. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:27: error: 'omp_lock_t' was not declared in this scope
  158. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:93:39: error: expected primary-expression before ')' token
  159. extern void omp_set_lock (omp_lock_t *) __GOMP_NOTHROW;
  160. ^
  161. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:29: error: variable or field 'omp_unset_lock' declared void
  162. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  163. ^
  164. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:29: error: 'omp_lock_t' was not declared in this scope
  165. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:94:41: error: expected primary-expression before ')' token
  166. extern void omp_unset_lock (omp_lock_t *) __GOMP_NOTHROW;
  167. ^
  168. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:27: error: 'omp_lock_t' was not declared in this scope
  169. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  170. ^
  171. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:39: error: expected primary-expression before ')' token
  172. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  173. ^
  174. /usr/lib/gcc/x86_64-linux-gnu/5/include/omp.h:95:41: error: expected ',' or ';' before 'throw'
  175. extern int omp_test_lock (omp_lock_t *) __GOMP_NOTHROW;
  176. ^
  177. configure:4345: $? = 1
  178. configure: failed program was:
  179. | /* confdefs.h */
  180. | #define PACKAGE_NAME "tesseract"
  181. | #define PACKAGE_TARNAME "tesseract"
  182. | #define PACKAGE_VERSION "4.00.00dev"
  183. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  184. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  185. | #define PACKAGE_URL ""
  186. | #define PACKAGE_NAME "tesseract"
  187. | #define PACKAGE_VERSION "4.00.00dev"
  188. | #define PACKAGE_YEAR "2016"
  189. | #define PACKAGE_DATE "11/11"
  190. | #define PACKAGE "tesseract"
  191. | #define VERSION "4.00.00dev"
  192. | /* end confdefs.h. */
  193. |
  194. | #ifndef _OPENMP
  195. | choke me
  196. | #endif
  197. | #include <omp.h>
  198. | int main () { return omp_get_num_threads (); }
  199. |
  200. configure:4363: g++ -o conftest -g -O2 -fopenmp conftest.cpp >&5
  201. configure:4363: $? = 0
  202. configure:4377: result: -fopenmp
  203. configure:4407: checking --enable-opencl argument
  204. configure:4416: result: no
  205. configure:4425: checking how to run the C++ preprocessor
  206. configure:4452: g++ -E conftest.cpp
  207. configure:4452: $? = 0
  208. configure:4466: g++ -E conftest.cpp
  209. conftest.cpp:15:28: fatal error: ac_nonexistent.h: No such file or directory
  210. compilation terminated.
  211. configure:4466: $? = 1
  212. configure: failed program was:
  213. | /* confdefs.h */
  214. | #define PACKAGE_NAME "tesseract"
  215. | #define PACKAGE_TARNAME "tesseract"
  216. | #define PACKAGE_VERSION "4.00.00dev"
  217. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  218. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  219. | #define PACKAGE_URL ""
  220. | #define PACKAGE_NAME "tesseract"
  221. | #define PACKAGE_VERSION "4.00.00dev"
  222. | #define PACKAGE_YEAR "2016"
  223. | #define PACKAGE_DATE "11/11"
  224. | #define PACKAGE "tesseract"
  225. | #define VERSION "4.00.00dev"
  226. | /* end confdefs.h. */
  227. | #include <ac_nonexistent.h>
  228. configure:4491: result: g++ -E
  229. configure:4511: g++ -E conftest.cpp
  230. configure:4511: $? = 0
  231. configure:4525: g++ -E conftest.cpp
  232. conftest.cpp:15:28: fatal error: ac_nonexistent.h: No such file or directory
  233. compilation terminated.
  234. configure:4525: $? = 1
  235. configure: failed program was:
  236. | /* confdefs.h */
  237. | #define PACKAGE_NAME "tesseract"
  238. | #define PACKAGE_TARNAME "tesseract"
  239. | #define PACKAGE_VERSION "4.00.00dev"
  240. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  241. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  242. | #define PACKAGE_URL ""
  243. | #define PACKAGE_NAME "tesseract"
  244. | #define PACKAGE_VERSION "4.00.00dev"
  245. | #define PACKAGE_YEAR "2016"
  246. | #define PACKAGE_DATE "11/11"
  247. | #define PACKAGE "tesseract"
  248. | #define VERSION "4.00.00dev"
  249. | /* end confdefs.h. */
  250. | #include <ac_nonexistent.h>
  251. configure:4554: checking for grep that handles long lines and -e
  252. configure:4612: result: /bin/grep
  253. configure:4617: checking for egrep
  254. configure:4679: result: /bin/grep -E
  255. configure:4684: checking for ANSI C header files
  256. configure:4704: g++ -c -g -O2 conftest.cpp >&5
  257. configure:4704: $? = 0
  258. configure:4777: g++ -o conftest -g -O2 conftest.cpp >&5
  259. configure:4777: $? = 0
  260. configure:4777: ./conftest
  261. configure:4777: $? = 0
  262. configure:4788: result: yes
  263. configure:4801: checking for sys/types.h
  264. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  265. configure:4801: $? = 0
  266. configure:4801: result: yes
  267. configure:4801: checking for sys/stat.h
  268. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  269. configure:4801: $? = 0
  270. configure:4801: result: yes
  271. configure:4801: checking for stdlib.h
  272. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  273. configure:4801: $? = 0
  274. configure:4801: result: yes
  275. configure:4801: checking for string.h
  276. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  277. configure:4801: $? = 0
  278. configure:4801: result: yes
  279. configure:4801: checking for memory.h
  280. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  281. configure:4801: $? = 0
  282. configure:4801: result: yes
  283. configure:4801: checking for strings.h
  284. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  285. configure:4801: $? = 0
  286. configure:4801: result: yes
  287. configure:4801: checking for inttypes.h
  288. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  289. configure:4801: $? = 0
  290. configure:4801: result: yes
  291. configure:4801: checking for stdint.h
  292. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  293. configure:4801: $? = 0
  294. configure:4801: result: yes
  295. configure:4801: checking for unistd.h
  296. configure:4801: g++ -c -g -O2 conftest.cpp >&5
  297. configure:4801: $? = 0
  298. configure:4801: result: yes
  299. configure:4815: checking CL/cl.h usability
  300. configure:4815: g++ -c -g -O2 conftest.cpp >&5
  301. conftest.cpp:58:19: fatal error: CL/cl.h: No such file or directory
  302. compilation terminated.
  303. configure:4815: $? = 1
  304. configure: failed program was:
  305. | /* confdefs.h */
  306. | #define PACKAGE_NAME "tesseract"
  307. | #define PACKAGE_TARNAME "tesseract"
  308. | #define PACKAGE_VERSION "4.00.00dev"
  309. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  310. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  311. | #define PACKAGE_URL ""
  312. | #define PACKAGE_NAME "tesseract"
  313. | #define PACKAGE_VERSION "4.00.00dev"
  314. | #define PACKAGE_YEAR "2016"
  315. | #define PACKAGE_DATE "11/11"
  316. | #define PACKAGE "tesseract"
  317. | #define VERSION "4.00.00dev"
  318. | #define STDC_HEADERS 1
  319. | #define HAVE_SYS_TYPES_H 1
  320. | #define HAVE_SYS_STAT_H 1
  321. | #define HAVE_STDLIB_H 1
  322. | #define HAVE_STRING_H 1
  323. | #define HAVE_MEMORY_H 1
  324. | #define HAVE_STRINGS_H 1
  325. | #define HAVE_INTTYPES_H 1
  326. | #define HAVE_STDINT_H 1
  327. | #define HAVE_UNISTD_H 1
  328. | /* end confdefs.h. */
  329. | #include <stdio.h>
  330. | #ifdef HAVE_SYS_TYPES_H
  331. | # include <sys/types.h>
  332. | #endif
  333. | #ifdef HAVE_SYS_STAT_H
  334. | # include <sys/stat.h>
  335. | #endif
  336. | #ifdef STDC_HEADERS
  337. | # include <stdlib.h>
  338. | # include <stddef.h>
  339. | #else
  340. | # ifdef HAVE_STDLIB_H
  341. | # include <stdlib.h>
  342. | # endif
  343. | #endif
  344. | #ifdef HAVE_STRING_H
  345. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  346. | # include <memory.h>
  347. | # endif
  348. | # include <string.h>
  349. | #endif
  350. | #ifdef HAVE_STRINGS_H
  351. | # include <strings.h>
  352. | #endif
  353. | #ifdef HAVE_INTTYPES_H
  354. | # include <inttypes.h>
  355. | #endif
  356. | #ifdef HAVE_STDINT_H
  357. | # include <stdint.h>
  358. | #endif
  359. | #ifdef HAVE_UNISTD_H
  360. | # include <unistd.h>
  361. | #endif
  362. | #include <CL/cl.h>
  363. configure:4815: result: no
  364. configure:4815: checking CL/cl.h presence
  365. configure:4815: g++ -E conftest.cpp
  366. conftest.cpp:25:19: fatal error: CL/cl.h: No such file or directory
  367. compilation terminated.
  368. configure:4815: $? = 1
  369. configure: failed program was:
  370. | /* confdefs.h */
  371. | #define PACKAGE_NAME "tesseract"
  372. | #define PACKAGE_TARNAME "tesseract"
  373. | #define PACKAGE_VERSION "4.00.00dev"
  374. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  375. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  376. | #define PACKAGE_URL ""
  377. | #define PACKAGE_NAME "tesseract"
  378. | #define PACKAGE_VERSION "4.00.00dev"
  379. | #define PACKAGE_YEAR "2016"
  380. | #define PACKAGE_DATE "11/11"
  381. | #define PACKAGE "tesseract"
  382. | #define VERSION "4.00.00dev"
  383. | #define STDC_HEADERS 1
  384. | #define HAVE_SYS_TYPES_H 1
  385. | #define HAVE_SYS_STAT_H 1
  386. | #define HAVE_STDLIB_H 1
  387. | #define HAVE_STRING_H 1
  388. | #define HAVE_MEMORY_H 1
  389. | #define HAVE_STRINGS_H 1
  390. | #define HAVE_INTTYPES_H 1
  391. | #define HAVE_STDINT_H 1
  392. | #define HAVE_UNISTD_H 1
  393. | /* end confdefs.h. */
  394. | #include <CL/cl.h>
  395. configure:4815: result: no
  396. configure:4815: checking for CL/cl.h
  397. configure:4815: result: no
  398. configure:4825: checking OpenCL/cl.h usability
  399. configure:4825: g++ -c -g -O2 conftest.cpp >&5
  400. conftest.cpp:58:23: fatal error: OpenCL/cl.h: No such file or directory
  401. compilation terminated.
  402. configure:4825: $? = 1
  403. configure: failed program was:
  404. | /* confdefs.h */
  405. | #define PACKAGE_NAME "tesseract"
  406. | #define PACKAGE_TARNAME "tesseract"
  407. | #define PACKAGE_VERSION "4.00.00dev"
  408. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  409. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  410. | #define PACKAGE_URL ""
  411. | #define PACKAGE_NAME "tesseract"
  412. | #define PACKAGE_VERSION "4.00.00dev"
  413. | #define PACKAGE_YEAR "2016"
  414. | #define PACKAGE_DATE "11/11"
  415. | #define PACKAGE "tesseract"
  416. | #define VERSION "4.00.00dev"
  417. | #define STDC_HEADERS 1
  418. | #define HAVE_SYS_TYPES_H 1
  419. | #define HAVE_SYS_STAT_H 1
  420. | #define HAVE_STDLIB_H 1
  421. | #define HAVE_STRING_H 1
  422. | #define HAVE_MEMORY_H 1
  423. | #define HAVE_STRINGS_H 1
  424. | #define HAVE_INTTYPES_H 1
  425. | #define HAVE_STDINT_H 1
  426. | #define HAVE_UNISTD_H 1
  427. | /* end confdefs.h. */
  428. | #include <stdio.h>
  429. | #ifdef HAVE_SYS_TYPES_H
  430. | # include <sys/types.h>
  431. | #endif
  432. | #ifdef HAVE_SYS_STAT_H
  433. | # include <sys/stat.h>
  434. | #endif
  435. | #ifdef STDC_HEADERS
  436. | # include <stdlib.h>
  437. | # include <stddef.h>
  438. | #else
  439. | # ifdef HAVE_STDLIB_H
  440. | # include <stdlib.h>
  441. | # endif
  442. | #endif
  443. | #ifdef HAVE_STRING_H
  444. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  445. | # include <memory.h>
  446. | # endif
  447. | # include <string.h>
  448. | #endif
  449. | #ifdef HAVE_STRINGS_H
  450. | # include <strings.h>
  451. | #endif
  452. | #ifdef HAVE_INTTYPES_H
  453. | # include <inttypes.h>
  454. | #endif
  455. | #ifdef HAVE_STDINT_H
  456. | # include <stdint.h>
  457. | #endif
  458. | #ifdef HAVE_UNISTD_H
  459. | # include <unistd.h>
  460. | #endif
  461. | #include <OpenCL/cl.h>
  462. configure:4825: result: no
  463. configure:4825: checking OpenCL/cl.h presence
  464. configure:4825: g++ -E conftest.cpp
  465. conftest.cpp:25:23: fatal error: OpenCL/cl.h: No such file or directory
  466. compilation terminated.
  467. configure:4825: $? = 1
  468. configure: failed program was:
  469. | /* confdefs.h */
  470. | #define PACKAGE_NAME "tesseract"
  471. | #define PACKAGE_TARNAME "tesseract"
  472. | #define PACKAGE_VERSION "4.00.00dev"
  473. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  474. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  475. | #define PACKAGE_URL ""
  476. | #define PACKAGE_NAME "tesseract"
  477. | #define PACKAGE_VERSION "4.00.00dev"
  478. | #define PACKAGE_YEAR "2016"
  479. | #define PACKAGE_DATE "11/11"
  480. | #define PACKAGE "tesseract"
  481. | #define VERSION "4.00.00dev"
  482. | #define STDC_HEADERS 1
  483. | #define HAVE_SYS_TYPES_H 1
  484. | #define HAVE_SYS_STAT_H 1
  485. | #define HAVE_STDLIB_H 1
  486. | #define HAVE_STRING_H 1
  487. | #define HAVE_MEMORY_H 1
  488. | #define HAVE_STRINGS_H 1
  489. | #define HAVE_INTTYPES_H 1
  490. | #define HAVE_STDINT_H 1
  491. | #define HAVE_UNISTD_H 1
  492. | /* end confdefs.h. */
  493. | #include <OpenCL/cl.h>
  494. configure:4825: result: no
  495. configure:4825: checking for OpenCL/cl.h
  496. configure:4825: result: no
  497. configure:4846: checking tiffio.h usability
  498. configure:4846: g++ -c -g -O2 conftest.cpp >&5
  499. conftest.cpp:58:20: fatal error: tiffio.h: No such file or directory
  500. compilation terminated.
  501. configure:4846: $? = 1
  502. configure: failed program was:
  503. | /* confdefs.h */
  504. | #define PACKAGE_NAME "tesseract"
  505. | #define PACKAGE_TARNAME "tesseract"
  506. | #define PACKAGE_VERSION "4.00.00dev"
  507. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  508. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  509. | #define PACKAGE_URL ""
  510. | #define PACKAGE_NAME "tesseract"
  511. | #define PACKAGE_VERSION "4.00.00dev"
  512. | #define PACKAGE_YEAR "2016"
  513. | #define PACKAGE_DATE "11/11"
  514. | #define PACKAGE "tesseract"
  515. | #define VERSION "4.00.00dev"
  516. | #define STDC_HEADERS 1
  517. | #define HAVE_SYS_TYPES_H 1
  518. | #define HAVE_SYS_STAT_H 1
  519. | #define HAVE_STDLIB_H 1
  520. | #define HAVE_STRING_H 1
  521. | #define HAVE_MEMORY_H 1
  522. | #define HAVE_STRINGS_H 1
  523. | #define HAVE_INTTYPES_H 1
  524. | #define HAVE_STDINT_H 1
  525. | #define HAVE_UNISTD_H 1
  526. | /* end confdefs.h. */
  527. | #include <stdio.h>
  528. | #ifdef HAVE_SYS_TYPES_H
  529. | # include <sys/types.h>
  530. | #endif
  531. | #ifdef HAVE_SYS_STAT_H
  532. | # include <sys/stat.h>
  533. | #endif
  534. | #ifdef STDC_HEADERS
  535. | # include <stdlib.h>
  536. | # include <stddef.h>
  537. | #else
  538. | # ifdef HAVE_STDLIB_H
  539. | # include <stdlib.h>
  540. | # endif
  541. | #endif
  542. | #ifdef HAVE_STRING_H
  543. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  544. | # include <memory.h>
  545. | # endif
  546. | # include <string.h>
  547. | #endif
  548. | #ifdef HAVE_STRINGS_H
  549. | # include <strings.h>
  550. | #endif
  551. | #ifdef HAVE_INTTYPES_H
  552. | # include <inttypes.h>
  553. | #endif
  554. | #ifdef HAVE_STDINT_H
  555. | # include <stdint.h>
  556. | #endif
  557. | #ifdef HAVE_UNISTD_H
  558. | # include <unistd.h>
  559. | #endif
  560. | #include <tiffio.h>
  561. configure:4846: result: no
  562. configure:4846: checking tiffio.h presence
  563. configure:4846: g++ -E conftest.cpp
  564. conftest.cpp:25:20: fatal error: tiffio.h: No such file or directory
  565. compilation terminated.
  566. configure:4846: $? = 1
  567. configure: failed program was:
  568. | /* confdefs.h */
  569. | #define PACKAGE_NAME "tesseract"
  570. | #define PACKAGE_TARNAME "tesseract"
  571. | #define PACKAGE_VERSION "4.00.00dev"
  572. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  573. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  574. | #define PACKAGE_URL ""
  575. | #define PACKAGE_NAME "tesseract"
  576. | #define PACKAGE_VERSION "4.00.00dev"
  577. | #define PACKAGE_YEAR "2016"
  578. | #define PACKAGE_DATE "11/11"
  579. | #define PACKAGE "tesseract"
  580. | #define VERSION "4.00.00dev"
  581. | #define STDC_HEADERS 1
  582. | #define HAVE_SYS_TYPES_H 1
  583. | #define HAVE_SYS_STAT_H 1
  584. | #define HAVE_STDLIB_H 1
  585. | #define HAVE_STRING_H 1
  586. | #define HAVE_MEMORY_H 1
  587. | #define HAVE_STRINGS_H 1
  588. | #define HAVE_INTTYPES_H 1
  589. | #define HAVE_STDINT_H 1
  590. | #define HAVE_UNISTD_H 1
  591. | /* end confdefs.h. */
  592. | #include <tiffio.h>
  593. configure:4846: result: no
  594. configure:4846: checking for tiffio.h
  595. configure:4846: result: no
  596. configure:4921: checking for clGetPlatformIDs in -lOpenCL
  597. configure:4946: g++ -o conftest -g -O2 conftest.cpp -lOpenCL >&5
  598. /usr/bin/ld: cannot find -lOpenCL
  599. collect2: error: ld returned 1 exit status
  600. configure:4946: $? = 1
  601. configure: failed program was:
  602. | /* confdefs.h */
  603. | #define PACKAGE_NAME "tesseract"
  604. | #define PACKAGE_TARNAME "tesseract"
  605. | #define PACKAGE_VERSION "4.00.00dev"
  606. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  607. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  608. | #define PACKAGE_URL ""
  609. | #define PACKAGE_NAME "tesseract"
  610. | #define PACKAGE_VERSION "4.00.00dev"
  611. | #define PACKAGE_YEAR "2016"
  612. | #define PACKAGE_DATE "11/11"
  613. | #define PACKAGE "tesseract"
  614. | #define VERSION "4.00.00dev"
  615. | #define STDC_HEADERS 1
  616. | #define HAVE_SYS_TYPES_H 1
  617. | #define HAVE_SYS_STAT_H 1
  618. | #define HAVE_STDLIB_H 1
  619. | #define HAVE_STRING_H 1
  620. | #define HAVE_MEMORY_H 1
  621. | #define HAVE_STRINGS_H 1
  622. | #define HAVE_INTTYPES_H 1
  623. | #define HAVE_STDINT_H 1
  624. | #define HAVE_UNISTD_H 1
  625. | /* end confdefs.h. */
  626. |
  627. | /* Override any GCC internal prototype to avoid an error.
  628. | Use char because int might match the return type of a GCC
  629. | builtin and then its argument prototype would still apply. */
  630. | #ifdef __cplusplus
  631. | extern "C"
  632. | #endif
  633. | char clGetPlatformIDs ();
  634. | int
  635. | main ()
  636. | {
  637. | return clGetPlatformIDs ();
  638. | ;
  639. | return 0;
  640. | }
  641. configure:4955: result: no
  642. configure:4994: checking --enable-visibility argument
  643. configure:5003: result: no
  644. configure:5015: checking --enable-multiple-libraries argument
  645. configure:5024: result: no
  646. configure:5036: checking whether to use tessdata-prefix
  647. configure:5045: result: yes
  648. configure:5057: checking whether to enable debugging
  649. configure:5066: result: yes
  650. configure:5139: checking how to print strings
  651. configure:5166: result: printf
  652. configure:5235: checking for gcc
  653. configure:5251: found /usr/bin/gcc
  654. configure:5262: result: gcc
  655. configure:5491: checking for C compiler version
  656. configure:5500: gcc --version >&5
  657. gcc (Ubuntu 5.3.1-14ubuntu2) 5.3.1 20160413
  658. Copyright (C) 2015 Free Software Foundation, Inc.
  659. This is free software; see the source for copying conditions. There is NO
  660. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  661.  
  662. configure:5511: $? = 0
  663. configure:5500: gcc -v >&5
  664. Using built-in specs.
  665. COLLECT_GCC=gcc
  666. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  667. Target: x86_64-linux-gnu
  668. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.3.1-14ubuntu2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --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 --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  669. Thread model: posix
  670. gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2)
  671. configure:5511: $? = 0
  672. configure:5500: gcc -V >&5
  673. gcc: error: unrecognized command line option '-V'
  674. gcc: fatal error: no input files
  675. compilation terminated.
  676. configure:5511: $? = 1
  677. configure:5500: gcc -qversion >&5
  678. gcc: error: unrecognized command line option '-qversion'
  679. gcc: fatal error: no input files
  680. compilation terminated.
  681. configure:5511: $? = 1
  682. configure:5515: checking whether we are using the GNU C compiler
  683. configure:5534: gcc -c conftest.c >&5
  684. configure:5534: $? = 0
  685. configure:5543: result: yes
  686. configure:5552: checking whether gcc accepts -g
  687. configure:5572: gcc -c -g conftest.c >&5
  688. configure:5572: $? = 0
  689. configure:5613: result: yes
  690. configure:5630: checking for gcc option to accept ISO C89
  691. configure:5693: gcc -c -g -O2 conftest.c >&5
  692. configure:5693: $? = 0
  693. configure:5706: result: none needed
  694. configure:5731: checking whether gcc understands -c and -o together
  695. configure:5753: gcc -c conftest.c -o conftest2.o
  696. configure:5756: $? = 0
  697. configure:5753: gcc -c conftest.c -o conftest2.o
  698. configure:5756: $? = 0
  699. configure:5768: result: yes
  700. configure:5787: checking dependency style of gcc
  701. configure:5898: result: gcc3
  702. configure:5913: checking for a sed that does not truncate output
  703. configure:5977: result: /bin/sed
  704. configure:5995: checking for fgrep
  705. configure:6057: result: /bin/grep -F
  706. configure:6092: checking for ld used by gcc
  707. configure:6159: result: /usr/bin/ld
  708. configure:6166: checking if the linker (/usr/bin/ld) is GNU ld
  709. configure:6181: result: yes
  710. configure:6193: checking for BSD- or MS-compatible name lister (nm)
  711. configure:6247: result: /usr/bin/nm -B
  712. configure:6377: checking the name lister (/usr/bin/nm -B) interface
  713. configure:6384: g++ -c -g -O2 conftest.cpp >&5
  714. configure:6387: /usr/bin/nm -B "conftest.o"
  715. configure:6390: output
  716. 0000000000000000 B some_variable
  717. configure:6397: result: BSD nm
  718. configure:6400: checking whether ln -s works
  719. configure:6404: result: yes
  720. configure:6412: checking the maximum length of command line arguments
  721. configure:6543: result: 1572864
  722. configure:6591: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  723. configure:6631: result: func_convert_file_noop
  724. configure:6638: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  725. configure:6658: result: func_convert_file_noop
  726. configure:6665: checking for /usr/bin/ld option to reload object files
  727. configure:6672: result: -r
  728. configure:6746: checking for objdump
  729. configure:6762: found /usr/bin/objdump
  730. configure:6773: result: objdump
  731. configure:6805: checking how to recognize dependent libraries
  732. configure:7005: result: pass_all
  733. configure:7090: checking for dlltool
  734. configure:7120: result: no
  735. configure:7150: checking how to associate runtime and link libraries
  736. configure:7177: result: printf %s\n
  737. configure:7237: checking for ar
  738. configure:7253: found /usr/bin/ar
  739. configure:7264: result: ar
  740. configure:7301: checking for archiver @FILE support
  741. configure:7318: g++ -c -g -O2 conftest.cpp >&5
  742. configure:7318: $? = 0
  743. configure:7321: ar cru libconftest.a @conftest.lst >&5
  744. ar: `u' modifier ignored since `D' is the default (see `U')
  745. configure:7324: $? = 0
  746. configure:7329: ar cru libconftest.a @conftest.lst >&5
  747. ar: `u' modifier ignored since `D' is the default (see `U')
  748. ar: conftest.o: No such file or directory
  749. configure:7332: $? = 1
  750. configure:7344: result: @
  751. configure:7402: checking for strip
  752. configure:7418: found /usr/bin/strip
  753. configure:7429: result: strip
  754. configure:7501: checking for ranlib
  755. configure:7517: found /usr/bin/ranlib
  756. configure:7528: result: ranlib
  757. configure:7630: checking command to parse /usr/bin/nm -B output from gcc object
  758. configure:7783: g++ -c -g -O2 conftest.cpp >&5
  759. configure:7786: $? = 0
  760. configure:7790: /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
  761. configure:7793: $? = 0
  762. configure:7859: g++ -o conftest -g -O2 conftest.cpp conftstm.o >&5
  763. configure:7862: $? = 0
  764. configure:7900: result: ok
  765. configure:7947: checking for sysroot
  766. configure:7977: result: no
  767. configure:7984: checking for a working dd
  768. configure:8022: result: /bin/dd
  769. configure:8026: checking how to truncate binary pipes
  770. configure:8041: result: /bin/dd bs=4096 count=1
  771. configure:8178: g++ -c -g -O2 conftest.cpp >&5
  772. configure:8181: $? = 0
  773. configure:8371: checking for mt
  774. configure:8387: found /bin/mt
  775. configure:8398: result: mt
  776. configure:8421: checking if mt is a manifest tool
  777. configure:8427: mt '-?'
  778. configure:8435: result: no
  779. configure:9109: checking for dlfcn.h
  780. configure:9109: g++ -c -g -O2 conftest.cpp >&5
  781. configure:9109: $? = 0
  782. configure:9109: result: yes
  783. configure:9375: checking for objdir
  784. configure:9390: result: .libs
  785. configure:9650: checking if gcc supports -fno-rtti -fno-exceptions
  786. configure:9668: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  787. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  788. configure:9672: $? = 0
  789. configure:9685: result: no
  790. configure:10043: checking for gcc option to produce PIC
  791. configure:10050: result: -fPIC -DPIC
  792. configure:10058: checking if gcc PIC flag -fPIC -DPIC works
  793. configure:10076: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  794. configure:10080: $? = 0
  795. configure:10093: result: yes
  796. configure:10122: checking if gcc static flag -static works
  797. configure:10150: result: yes
  798. configure:10165: checking if gcc supports -c -o file.o
  799. configure:10186: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  800. configure:10190: $? = 0
  801. configure:10212: result: yes
  802. configure:10220: checking if gcc supports -c -o file.o
  803. configure:10267: result: yes
  804. configure:10300: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  805. configure:11563: result: yes
  806. configure:11600: checking whether -lc should be explicitly linked in
  807. configure:11608: gcc -c -g -O2 conftest.c >&5
  808. configure:11611: $? = 0
  809. configure:11626: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  810. configure:11629: $? = 0
  811. configure:11643: result: no
  812. configure:11803: checking dynamic linker characteristics
  813. configure:12384: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  814. configure:12384: $? = 0
  815. configure:12633: result: GNU/Linux ld.so
  816. configure:12755: checking how to hardcode library paths into programs
  817. configure:12780: result: immediate
  818. configure:13328: checking whether stripping libraries is possible
  819. configure:13333: result: yes
  820. configure:13368: checking if libtool supports shared libraries
  821. configure:13370: result: yes
  822. configure:13373: checking whether to build shared libraries
  823. configure:13398: result: yes
  824. configure:13401: checking whether to build static libraries
  825. configure:13405: result: yes
  826. configure:13428: checking how to run the C++ preprocessor
  827. configure:13494: result: g++ -E
  828. configure:13514: g++ -E conftest.cpp
  829. configure:13514: $? = 0
  830. configure:13528: g++ -E conftest.cpp
  831. conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
  832. compilation terminated.
  833. configure:13528: $? = 1
  834. configure: failed program was:
  835. | /* confdefs.h */
  836. | #define PACKAGE_NAME "tesseract"
  837. | #define PACKAGE_TARNAME "tesseract"
  838. | #define PACKAGE_VERSION "4.00.00dev"
  839. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  840. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  841. | #define PACKAGE_URL ""
  842. | #define PACKAGE_NAME "tesseract"
  843. | #define PACKAGE_VERSION "4.00.00dev"
  844. | #define PACKAGE_YEAR "2016"
  845. | #define PACKAGE_DATE "11/11"
  846. | #define PACKAGE "tesseract"
  847. | #define VERSION "4.00.00dev"
  848. | #define STDC_HEADERS 1
  849. | #define HAVE_SYS_TYPES_H 1
  850. | #define HAVE_SYS_STAT_H 1
  851. | #define HAVE_STDLIB_H 1
  852. | #define HAVE_STRING_H 1
  853. | #define HAVE_MEMORY_H 1
  854. | #define HAVE_STRINGS_H 1
  855. | #define HAVE_INTTYPES_H 1
  856. | #define HAVE_STDINT_H 1
  857. | #define HAVE_UNISTD_H 1
  858. | #define HAVE_DLFCN_H 1
  859. | #define LT_OBJDIR ".libs/"
  860. | /* end confdefs.h. */
  861. | #include <ac_nonexistent.h>
  862. configure:13690: checking for ld used by g++
  863. configure:13757: result: /usr/bin/ld -m elf_x86_64
  864. configure:13764: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  865. configure:13779: result: yes
  866. configure:13834: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  867. configure:14907: result: yes
  868. configure:14943: g++ -c -g -O2 conftest.cpp >&5
  869. configure:14946: $? = 0
  870. configure:15427: checking for g++ option to produce PIC
  871. configure:15434: result: -fPIC -DPIC
  872. configure:15442: checking if g++ PIC flag -fPIC -DPIC works
  873. configure:15460: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  874. configure:15464: $? = 0
  875. configure:15477: result: yes
  876. configure:15500: checking if g++ static flag -static works
  877. configure:15528: result: yes
  878. configure:15540: checking if g++ supports -c -o file.o
  879. configure:15561: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  880. configure:15565: $? = 0
  881. configure:15587: result: yes
  882. configure:15592: checking if g++ supports -c -o file.o
  883. configure:15639: result: yes
  884. configure:15669: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  885. configure:15712: result: yes
  886. configure:15853: checking dynamic linker characteristics
  887. configure:16610: result: GNU/Linux ld.so
  888. configure:16675: checking how to hardcode library paths into programs
  889. configure:16700: result: immediate
  890. configure:16769: checking whether byte ordering is bigendian
  891. configure:16784: g++ -c -g -O2 conftest.cpp >&5
  892. conftest.cpp:28:9: error: expected unqualified-id before 'not' token
  893. not a universal capable compiler
  894. ^
  895. configure:16784: $? = 1
  896. configure: failed program was:
  897. | /* confdefs.h */
  898. | #define PACKAGE_NAME "tesseract"
  899. | #define PACKAGE_TARNAME "tesseract"
  900. | #define PACKAGE_VERSION "4.00.00dev"
  901. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  902. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  903. | #define PACKAGE_URL ""
  904. | #define PACKAGE_NAME "tesseract"
  905. | #define PACKAGE_VERSION "4.00.00dev"
  906. | #define PACKAGE_YEAR "2016"
  907. | #define PACKAGE_DATE "11/11"
  908. | #define PACKAGE "tesseract"
  909. | #define VERSION "4.00.00dev"
  910. | #define STDC_HEADERS 1
  911. | #define HAVE_SYS_TYPES_H 1
  912. | #define HAVE_SYS_STAT_H 1
  913. | #define HAVE_STDLIB_H 1
  914. | #define HAVE_STRING_H 1
  915. | #define HAVE_MEMORY_H 1
  916. | #define HAVE_STRINGS_H 1
  917. | #define HAVE_INTTYPES_H 1
  918. | #define HAVE_STDINT_H 1
  919. | #define HAVE_UNISTD_H 1
  920. | #define HAVE_DLFCN_H 1
  921. | #define LT_OBJDIR ".libs/"
  922. | /* end confdefs.h. */
  923. | #ifndef __APPLE_CC__
  924. | not a universal capable compiler
  925. | #endif
  926. | typedef int dummy;
  927. |
  928. configure:16829: g++ -c -g -O2 conftest.cpp >&5
  929. configure:16829: $? = 0
  930. configure:16847: g++ -c -g -O2 conftest.cpp >&5
  931. conftest.cpp: In function 'int main()':
  932. conftest.cpp:34:8: error: 'big' was not declared in this scope
  933. not big endian
  934. ^
  935. configure:16847: $? = 1
  936. configure: failed program was:
  937. | /* confdefs.h */
  938. | #define PACKAGE_NAME "tesseract"
  939. | #define PACKAGE_TARNAME "tesseract"
  940. | #define PACKAGE_VERSION "4.00.00dev"
  941. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  942. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  943. | #define PACKAGE_URL ""
  944. | #define PACKAGE_NAME "tesseract"
  945. | #define PACKAGE_VERSION "4.00.00dev"
  946. | #define PACKAGE_YEAR "2016"
  947. | #define PACKAGE_DATE "11/11"
  948. | #define PACKAGE "tesseract"
  949. | #define VERSION "4.00.00dev"
  950. | #define STDC_HEADERS 1
  951. | #define HAVE_SYS_TYPES_H 1
  952. | #define HAVE_SYS_STAT_H 1
  953. | #define HAVE_STDLIB_H 1
  954. | #define HAVE_STRING_H 1
  955. | #define HAVE_MEMORY_H 1
  956. | #define HAVE_STRINGS_H 1
  957. | #define HAVE_INTTYPES_H 1
  958. | #define HAVE_STDINT_H 1
  959. | #define HAVE_UNISTD_H 1
  960. | #define HAVE_DLFCN_H 1
  961. | #define LT_OBJDIR ".libs/"
  962. | /* end confdefs.h. */
  963. | #include <sys/types.h>
  964. | #include <sys/param.h>
  965. |
  966. | int
  967. | main ()
  968. | {
  969. | #if BYTE_ORDER != BIG_ENDIAN
  970. | not big endian
  971. | #endif
  972. |
  973. | ;
  974. | return 0;
  975. | }
  976. configure:16975: result: no
  977. configure:17015: checking if compiling with clang
  978. configure:17032: g++ -c -g -O2 conftest.cpp >&5
  979. conftest.cpp: In function 'int main()':
  980. conftest.cpp:33:12: error: 'clang' was not declared in this scope
  981. not clang
  982. ^
  983. configure:17032: $? = 1
  984. configure: failed program was:
  985. | /* confdefs.h */
  986. | #define PACKAGE_NAME "tesseract"
  987. | #define PACKAGE_TARNAME "tesseract"
  988. | #define PACKAGE_VERSION "4.00.00dev"
  989. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  990. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  991. | #define PACKAGE_URL ""
  992. | #define PACKAGE_NAME "tesseract"
  993. | #define PACKAGE_VERSION "4.00.00dev"
  994. | #define PACKAGE_YEAR "2016"
  995. | #define PACKAGE_DATE "11/11"
  996. | #define PACKAGE "tesseract"
  997. | #define VERSION "4.00.00dev"
  998. | #define STDC_HEADERS 1
  999. | #define HAVE_SYS_TYPES_H 1
  1000. | #define HAVE_SYS_STAT_H 1
  1001. | #define HAVE_STDLIB_H 1
  1002. | #define HAVE_STRING_H 1
  1003. | #define HAVE_MEMORY_H 1
  1004. | #define HAVE_STRINGS_H 1
  1005. | #define HAVE_INTTYPES_H 1
  1006. | #define HAVE_STDINT_H 1
  1007. | #define HAVE_UNISTD_H 1
  1008. | #define HAVE_DLFCN_H 1
  1009. | #define LT_OBJDIR ".libs/"
  1010. | /* end confdefs.h. */
  1011. |
  1012. | int
  1013. | main ()
  1014. | {
  1015. |
  1016. | #ifndef __clang__
  1017. | not clang
  1018. | #endif
  1019. |
  1020. | ;
  1021. | return 0;
  1022. | }
  1023. configure:17039: result: no
  1024. configure:17044: checking whether compiler supports C++11
  1025. configure:17058: g++ -c -g -O2 -std=c++11 conftest.cpp >&5
  1026. configure:17058: $? = 0
  1027. configure:17060: result: yes
  1028. configure:17074: checking for snprintf
  1029. configure:17074: g++ -o conftest -g -O2 -std=c++11 conftest.cpp >&5
  1030. configure:17074: $? = 0
  1031. configure:17074: result: yes
  1032. configure:17091: checking for library containing sem_init
  1033. configure:17122: g++ -o conftest -g -O2 conftest.cpp >&5
  1034. /tmp/ccuCsl9Y.o: In function `main':
  1035. /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/conftest.cpp:39: undefined reference to `sem_init'
  1036. collect2: error: ld returned 1 exit status
  1037. configure:17122: $? = 1
  1038. configure: failed program was:
  1039. | /* confdefs.h */
  1040. | #define PACKAGE_NAME "tesseract"
  1041. | #define PACKAGE_TARNAME "tesseract"
  1042. | #define PACKAGE_VERSION "4.00.00dev"
  1043. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1044. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1045. | #define PACKAGE_URL ""
  1046. | #define PACKAGE_NAME "tesseract"
  1047. | #define PACKAGE_VERSION "4.00.00dev"
  1048. | #define PACKAGE_YEAR "2016"
  1049. | #define PACKAGE_DATE "11/11"
  1050. | #define PACKAGE "tesseract"
  1051. | #define VERSION "4.00.00dev"
  1052. | #define STDC_HEADERS 1
  1053. | #define HAVE_SYS_TYPES_H 1
  1054. | #define HAVE_SYS_STAT_H 1
  1055. | #define HAVE_STDLIB_H 1
  1056. | #define HAVE_STRING_H 1
  1057. | #define HAVE_MEMORY_H 1
  1058. | #define HAVE_STRINGS_H 1
  1059. | #define HAVE_INTTYPES_H 1
  1060. | #define HAVE_STDINT_H 1
  1061. | #define HAVE_UNISTD_H 1
  1062. | #define HAVE_DLFCN_H 1
  1063. | #define LT_OBJDIR ".libs/"
  1064. | #define HAVE_SNPRINTF 1
  1065. | /* end confdefs.h. */
  1066. |
  1067. | /* Override any GCC internal prototype to avoid an error.
  1068. | Use char because int might match the return type of a GCC
  1069. | builtin and then its argument prototype would still apply. */
  1070. | #ifdef __cplusplus
  1071. | extern "C"
  1072. | #endif
  1073. | char sem_init ();
  1074. | int
  1075. | main ()
  1076. | {
  1077. | return sem_init ();
  1078. | ;
  1079. | return 0;
  1080. | }
  1081. configure:17122: g++ -o conftest -g -O2 conftest.cpp -lpthread >&5
  1082. configure:17122: $? = 0
  1083. configure:17139: result: -lpthread
  1084. configure:17153: checking for ANSI C header files
  1085. configure:17257: result: yes
  1086. configure:17265: checking whether time.h and sys/time.h may both be included
  1087. configure:17285: g++ -c -g -O2 conftest.cpp >&5
  1088. configure:17285: $? = 0
  1089. configure:17292: result: yes
  1090. configure:17300: checking for sys/wait.h that is POSIX.1 compatible
  1091. configure:17326: g++ -c -g -O2 conftest.cpp >&5
  1092. configure:17326: $? = 0
  1093. configure:17333: result: yes
  1094. configure:17344: checking sys/ipc.h usability
  1095. configure:17344: g++ -c -g -O2 conftest.cpp >&5
  1096. configure:17344: $? = 0
  1097. configure:17344: result: yes
  1098. configure:17344: checking sys/ipc.h presence
  1099. configure:17344: g++ -E conftest.cpp
  1100. configure:17344: $? = 0
  1101. configure:17344: result: yes
  1102. configure:17344: checking for sys/ipc.h
  1103. configure:17344: result: yes
  1104. configure:17344: checking sys/shm.h usability
  1105. configure:17344: g++ -c -g -O2 conftest.cpp >&5
  1106. configure:17344: $? = 0
  1107. configure:17344: result: yes
  1108. configure:17344: checking sys/shm.h presence
  1109. configure:17344: g++ -E conftest.cpp
  1110. configure:17344: $? = 0
  1111. configure:17344: result: yes
  1112. configure:17344: checking for sys/shm.h
  1113. configure:17344: result: yes
  1114. configure:17357: checking limits.h usability
  1115. configure:17357: g++ -c -g -O2 conftest.cpp >&5
  1116. configure:17357: $? = 0
  1117. configure:17357: result: yes
  1118. configure:17357: checking limits.h presence
  1119. configure:17357: g++ -E conftest.cpp
  1120. configure:17357: $? = 0
  1121. configure:17357: result: yes
  1122. configure:17357: checking for limits.h
  1123. configure:17357: result: yes
  1124. configure:17357: checking malloc.h usability
  1125. configure:17357: g++ -c -g -O2 conftest.cpp >&5
  1126. configure:17357: $? = 0
  1127. configure:17357: result: yes
  1128. configure:17357: checking malloc.h presence
  1129. configure:17357: g++ -E conftest.cpp
  1130. configure:17357: $? = 0
  1131. configure:17357: result: yes
  1132. configure:17357: checking for malloc.h
  1133. configure:17357: result: yes
  1134. configure:17368: checking for stdbool.h that conforms to C99
  1135. configure:17435: g++ -c -g -O2 conftest.cpp >&5
  1136. configure:17435: $? = 0
  1137. configure:17442: result: yes
  1138. configure:17444: checking for _Bool
  1139. configure:17444: g++ -c -g -O2 conftest.cpp >&5
  1140. conftest.cpp: In function 'int main()':
  1141. conftest.cpp:71:13: error: '_Bool' was not declared in this scope
  1142. if (sizeof (_Bool))
  1143. ^
  1144. configure:17444: $? = 1
  1145. configure: failed program was:
  1146. | /* confdefs.h */
  1147. | #define PACKAGE_NAME "tesseract"
  1148. | #define PACKAGE_TARNAME "tesseract"
  1149. | #define PACKAGE_VERSION "4.00.00dev"
  1150. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1151. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1152. | #define PACKAGE_URL ""
  1153. | #define PACKAGE_NAME "tesseract"
  1154. | #define PACKAGE_VERSION "4.00.00dev"
  1155. | #define PACKAGE_YEAR "2016"
  1156. | #define PACKAGE_DATE "11/11"
  1157. | #define PACKAGE "tesseract"
  1158. | #define VERSION "4.00.00dev"
  1159. | #define STDC_HEADERS 1
  1160. | #define HAVE_SYS_TYPES_H 1
  1161. | #define HAVE_SYS_STAT_H 1
  1162. | #define HAVE_STDLIB_H 1
  1163. | #define HAVE_STRING_H 1
  1164. | #define HAVE_MEMORY_H 1
  1165. | #define HAVE_STRINGS_H 1
  1166. | #define HAVE_INTTYPES_H 1
  1167. | #define HAVE_STDINT_H 1
  1168. | #define HAVE_UNISTD_H 1
  1169. | #define HAVE_DLFCN_H 1
  1170. | #define LT_OBJDIR ".libs/"
  1171. | #define HAVE_SNPRINTF 1
  1172. | #define STDC_HEADERS 1
  1173. | #define TIME_WITH_SYS_TIME 1
  1174. | #define HAVE_SYS_WAIT_H 1
  1175. | #define HAVE_SYS_IPC_H 1
  1176. | #define HAVE_SYS_SHM_H 1
  1177. | #define HAVE_LIMITS_H 1
  1178. | #define HAVE_MALLOC_H 1
  1179. | /* end confdefs.h. */
  1180. | #include <stdio.h>
  1181. | #ifdef HAVE_SYS_TYPES_H
  1182. | # include <sys/types.h>
  1183. | #endif
  1184. | #ifdef HAVE_SYS_STAT_H
  1185. | # include <sys/stat.h>
  1186. | #endif
  1187. | #ifdef STDC_HEADERS
  1188. | # include <stdlib.h>
  1189. | # include <stddef.h>
  1190. | #else
  1191. | # ifdef HAVE_STDLIB_H
  1192. | # include <stdlib.h>
  1193. | # endif
  1194. | #endif
  1195. | #ifdef HAVE_STRING_H
  1196. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1197. | # include <memory.h>
  1198. | # endif
  1199. | # include <string.h>
  1200. | #endif
  1201. | #ifdef HAVE_STRINGS_H
  1202. | # include <strings.h>
  1203. | #endif
  1204. | #ifdef HAVE_INTTYPES_H
  1205. | # include <inttypes.h>
  1206. | #endif
  1207. | #ifdef HAVE_STDINT_H
  1208. | # include <stdint.h>
  1209. | #endif
  1210. | #ifdef HAVE_UNISTD_H
  1211. | # include <unistd.h>
  1212. | #endif
  1213. | int
  1214. | main ()
  1215. | {
  1216. | if (sizeof (_Bool))
  1217. | return 0;
  1218. | ;
  1219. | return 0;
  1220. | }
  1221. configure:17444: result: no
  1222. configure:17463: checking whether #! works in shell scripts
  1223. configure:17480: result: yes
  1224. configure:17491: checking for special C compiler options needed for large files
  1225. configure:17536: result: no
  1226. configure:17542: checking for _FILE_OFFSET_BITS value needed for large files
  1227. configure:17567: g++ -c -g -O2 conftest.cpp >&5
  1228. configure:17567: $? = 0
  1229. configure:17599: result: no
  1230. configure:17687: checking for getline
  1231. configure:17687: g++ -o conftest -g -O2 conftest.cpp -lpthread >&5
  1232. configure:17687: $? = 0
  1233. configure:17687: result: yes
  1234. configure:17701: checking for wchar_t
  1235. configure:17701: g++ -c -g -O2 conftest.cpp >&5
  1236. configure:17701: $? = 0
  1237. configure:17701: g++ -c -g -O2 conftest.cpp >&5
  1238. conftest.cpp: In function 'int main()':
  1239. conftest.cpp:42:14: error: expected primary-expression before 'wchar_t'
  1240. if (sizeof ((wchar_t)))
  1241. ^
  1242. conftest.cpp:42:14: error: expected ')' before 'wchar_t'
  1243. conftest.cpp:43:14: error: expected ')' before ';' token
  1244. return 0;
  1245. ^
  1246. conftest.cpp:43:14: error: expected ')' before ';' token
  1247. configure:17701: $? = 1
  1248. configure: failed program was:
  1249. | /* confdefs.h */
  1250. | #define PACKAGE_NAME "tesseract"
  1251. | #define PACKAGE_TARNAME "tesseract"
  1252. | #define PACKAGE_VERSION "4.00.00dev"
  1253. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1254. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1255. | #define PACKAGE_URL ""
  1256. | #define PACKAGE_NAME "tesseract"
  1257. | #define PACKAGE_VERSION "4.00.00dev"
  1258. | #define PACKAGE_YEAR "2016"
  1259. | #define PACKAGE_DATE "11/11"
  1260. | #define PACKAGE "tesseract"
  1261. | #define VERSION "4.00.00dev"
  1262. | #define STDC_HEADERS 1
  1263. | #define HAVE_SYS_TYPES_H 1
  1264. | #define HAVE_SYS_STAT_H 1
  1265. | #define HAVE_STDLIB_H 1
  1266. | #define HAVE_STRING_H 1
  1267. | #define HAVE_MEMORY_H 1
  1268. | #define HAVE_STRINGS_H 1
  1269. | #define HAVE_INTTYPES_H 1
  1270. | #define HAVE_STDINT_H 1
  1271. | #define HAVE_UNISTD_H 1
  1272. | #define HAVE_DLFCN_H 1
  1273. | #define LT_OBJDIR ".libs/"
  1274. | #define HAVE_SNPRINTF 1
  1275. | #define STDC_HEADERS 1
  1276. | #define TIME_WITH_SYS_TIME 1
  1277. | #define HAVE_SYS_WAIT_H 1
  1278. | #define HAVE_SYS_IPC_H 1
  1279. | #define HAVE_SYS_SHM_H 1
  1280. | #define HAVE_LIMITS_H 1
  1281. | #define HAVE_MALLOC_H 1
  1282. | #define HAVE_STDBOOL_H 1
  1283. | #define HAVE_GETLINE 1
  1284. | /* end confdefs.h. */
  1285. | #include "wchar.h"
  1286. |
  1287. | int
  1288. | main ()
  1289. | {
  1290. | if (sizeof ((wchar_t)))
  1291. | return 0;
  1292. | ;
  1293. | return 0;
  1294. | }
  1295. configure:17701: result: yes
  1296. configure:17712: checking for long long int
  1297. configure:17712: g++ -c -g -O2 conftest.cpp >&5
  1298. configure:17712: $? = 0
  1299. configure:17712: g++ -c -g -O2 conftest.cpp >&5
  1300. conftest.cpp: In function 'int main()':
  1301. conftest.cpp:74:14: error: expected primary-expression before 'long'
  1302. if (sizeof ((long long int)))
  1303. ^
  1304. conftest.cpp:74:14: error: expected ')' before 'long'
  1305. conftest.cpp:75:14: error: expected ')' before ';' token
  1306. return 0;
  1307. ^
  1308. conftest.cpp:75:14: error: expected ')' before ';' token
  1309. configure:17712: $? = 1
  1310. configure: failed program was:
  1311. | /* confdefs.h */
  1312. | #define PACKAGE_NAME "tesseract"
  1313. | #define PACKAGE_TARNAME "tesseract"
  1314. | #define PACKAGE_VERSION "4.00.00dev"
  1315. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1316. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1317. | #define PACKAGE_URL ""
  1318. | #define PACKAGE_NAME "tesseract"
  1319. | #define PACKAGE_VERSION "4.00.00dev"
  1320. | #define PACKAGE_YEAR "2016"
  1321. | #define PACKAGE_DATE "11/11"
  1322. | #define PACKAGE "tesseract"
  1323. | #define VERSION "4.00.00dev"
  1324. | #define STDC_HEADERS 1
  1325. | #define HAVE_SYS_TYPES_H 1
  1326. | #define HAVE_SYS_STAT_H 1
  1327. | #define HAVE_STDLIB_H 1
  1328. | #define HAVE_STRING_H 1
  1329. | #define HAVE_MEMORY_H 1
  1330. | #define HAVE_STRINGS_H 1
  1331. | #define HAVE_INTTYPES_H 1
  1332. | #define HAVE_STDINT_H 1
  1333. | #define HAVE_UNISTD_H 1
  1334. | #define HAVE_DLFCN_H 1
  1335. | #define LT_OBJDIR ".libs/"
  1336. | #define HAVE_SNPRINTF 1
  1337. | #define STDC_HEADERS 1
  1338. | #define TIME_WITH_SYS_TIME 1
  1339. | #define HAVE_SYS_WAIT_H 1
  1340. | #define HAVE_SYS_IPC_H 1
  1341. | #define HAVE_SYS_SHM_H 1
  1342. | #define HAVE_LIMITS_H 1
  1343. | #define HAVE_MALLOC_H 1
  1344. | #define HAVE_STDBOOL_H 1
  1345. | #define HAVE_GETLINE 1
  1346. | #define HAVE_WCHAR_T 1
  1347. | /* end confdefs.h. */
  1348. | #include <stdio.h>
  1349. | #ifdef HAVE_SYS_TYPES_H
  1350. | # include <sys/types.h>
  1351. | #endif
  1352. | #ifdef HAVE_SYS_STAT_H
  1353. | # include <sys/stat.h>
  1354. | #endif
  1355. | #ifdef STDC_HEADERS
  1356. | # include <stdlib.h>
  1357. | # include <stddef.h>
  1358. | #else
  1359. | # ifdef HAVE_STDLIB_H
  1360. | # include <stdlib.h>
  1361. | # endif
  1362. | #endif
  1363. | #ifdef HAVE_STRING_H
  1364. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1365. | # include <memory.h>
  1366. | # endif
  1367. | # include <string.h>
  1368. | #endif
  1369. | #ifdef HAVE_STRINGS_H
  1370. | # include <strings.h>
  1371. | #endif
  1372. | #ifdef HAVE_INTTYPES_H
  1373. | # include <inttypes.h>
  1374. | #endif
  1375. | #ifdef HAVE_STDINT_H
  1376. | # include <stdint.h>
  1377. | #endif
  1378. | #ifdef HAVE_UNISTD_H
  1379. | # include <unistd.h>
  1380. | #endif
  1381. | int
  1382. | main ()
  1383. | {
  1384. | if (sizeof ((long long int)))
  1385. | return 0;
  1386. | ;
  1387. | return 0;
  1388. | }
  1389. configure:17712: result: yes
  1390. configure:17722: checking for off_t
  1391. configure:17722: g++ -c -g -O2 conftest.cpp >&5
  1392. configure:17722: $? = 0
  1393. configure:17722: g++ -c -g -O2 conftest.cpp >&5
  1394. conftest.cpp: In function 'int main()':
  1395. conftest.cpp:44:19: error: expected primary-expression before ')' token
  1396. if (sizeof ((off_t)))
  1397. ^
  1398. configure:17722: $? = 1
  1399. configure: failed program was:
  1400. | /* confdefs.h */
  1401. | #define PACKAGE_NAME "tesseract"
  1402. | #define PACKAGE_TARNAME "tesseract"
  1403. | #define PACKAGE_VERSION "4.00.00dev"
  1404. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1405. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1406. | #define PACKAGE_URL ""
  1407. | #define PACKAGE_NAME "tesseract"
  1408. | #define PACKAGE_VERSION "4.00.00dev"
  1409. | #define PACKAGE_YEAR "2016"
  1410. | #define PACKAGE_DATE "11/11"
  1411. | #define PACKAGE "tesseract"
  1412. | #define VERSION "4.00.00dev"
  1413. | #define STDC_HEADERS 1
  1414. | #define HAVE_SYS_TYPES_H 1
  1415. | #define HAVE_SYS_STAT_H 1
  1416. | #define HAVE_STDLIB_H 1
  1417. | #define HAVE_STRING_H 1
  1418. | #define HAVE_MEMORY_H 1
  1419. | #define HAVE_STRINGS_H 1
  1420. | #define HAVE_INTTYPES_H 1
  1421. | #define HAVE_STDINT_H 1
  1422. | #define HAVE_UNISTD_H 1
  1423. | #define HAVE_DLFCN_H 1
  1424. | #define LT_OBJDIR ".libs/"
  1425. | #define HAVE_SNPRINTF 1
  1426. | #define STDC_HEADERS 1
  1427. | #define TIME_WITH_SYS_TIME 1
  1428. | #define HAVE_SYS_WAIT_H 1
  1429. | #define HAVE_SYS_IPC_H 1
  1430. | #define HAVE_SYS_SHM_H 1
  1431. | #define HAVE_LIMITS_H 1
  1432. | #define HAVE_MALLOC_H 1
  1433. | #define HAVE_STDBOOL_H 1
  1434. | #define HAVE_GETLINE 1
  1435. | #define HAVE_WCHAR_T 1
  1436. | #define HAVE_LONG_LONG_INT 1
  1437. | /* end confdefs.h. */
  1438. | #include "sys/types.h"
  1439. |
  1440. | int
  1441. | main ()
  1442. | {
  1443. | if (sizeof ((off_t)))
  1444. | return 0;
  1445. | ;
  1446. | return 0;
  1447. | }
  1448. configure:17722: result: yes
  1449. configure:17733: checking for mbstate_t
  1450. configure:17733: g++ -c -g -O2 conftest.cpp >&5
  1451. configure:17733: $? = 0
  1452. configure:17733: g++ -c -g -O2 conftest.cpp >&5
  1453. conftest.cpp: In function 'int main()':
  1454. conftest.cpp:45:23: error: expected primary-expression before ')' token
  1455. if (sizeof ((mbstate_t)))
  1456. ^
  1457. configure:17733: $? = 1
  1458. configure: failed program was:
  1459. | /* confdefs.h */
  1460. | #define PACKAGE_NAME "tesseract"
  1461. | #define PACKAGE_TARNAME "tesseract"
  1462. | #define PACKAGE_VERSION "4.00.00dev"
  1463. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1464. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1465. | #define PACKAGE_URL ""
  1466. | #define PACKAGE_NAME "tesseract"
  1467. | #define PACKAGE_VERSION "4.00.00dev"
  1468. | #define PACKAGE_YEAR "2016"
  1469. | #define PACKAGE_DATE "11/11"
  1470. | #define PACKAGE "tesseract"
  1471. | #define VERSION "4.00.00dev"
  1472. | #define STDC_HEADERS 1
  1473. | #define HAVE_SYS_TYPES_H 1
  1474. | #define HAVE_SYS_STAT_H 1
  1475. | #define HAVE_STDLIB_H 1
  1476. | #define HAVE_STRING_H 1
  1477. | #define HAVE_MEMORY_H 1
  1478. | #define HAVE_STRINGS_H 1
  1479. | #define HAVE_INTTYPES_H 1
  1480. | #define HAVE_STDINT_H 1
  1481. | #define HAVE_UNISTD_H 1
  1482. | #define HAVE_DLFCN_H 1
  1483. | #define LT_OBJDIR ".libs/"
  1484. | #define HAVE_SNPRINTF 1
  1485. | #define STDC_HEADERS 1
  1486. | #define TIME_WITH_SYS_TIME 1
  1487. | #define HAVE_SYS_WAIT_H 1
  1488. | #define HAVE_SYS_IPC_H 1
  1489. | #define HAVE_SYS_SHM_H 1
  1490. | #define HAVE_LIMITS_H 1
  1491. | #define HAVE_MALLOC_H 1
  1492. | #define HAVE_STDBOOL_H 1
  1493. | #define HAVE_GETLINE 1
  1494. | #define HAVE_WCHAR_T 1
  1495. | #define HAVE_LONG_LONG_INT 1
  1496. | #define HAVE_OFF_T 1
  1497. | /* end confdefs.h. */
  1498. | #include "wchar.h"
  1499. |
  1500. | int
  1501. | main ()
  1502. | {
  1503. | if (sizeof ((mbstate_t)))
  1504. | return 0;
  1505. | ;
  1506. | return 0;
  1507. | }
  1508. configure:17733: result: yes
  1509. configure:17750: checking for leptonica
  1510. configure:17770: result: yes
  1511. configure:17772: checking for l_generateCIDataForPdf in -llept
  1512. configure:17797: g++ -o conftest -g -O2 -I/usr/local/include/leptonica conftest.cpp -llept -lpthread >&5
  1513. configure:17797: $? = 0
  1514. configure:17806: result: yes
  1515. configure:17823: checking leptonica headers version >= 1.71
  1516. configure:17840: g++ -E -I/usr/local/include/leptonica conftest.cpp
  1517. configure:17840: $? = 0
  1518. configure:17841: result: yes
  1519. configure:17864: checking unicode/uchar.h usability
  1520. configure:17864: g++ -c -g -O2 -I/usr/local/include/leptonica conftest.cpp >&5
  1521. conftest.cpp:75:27: fatal error: unicode/uchar.h: No such file or directory
  1522. compilation terminated.
  1523. configure:17864: $? = 1
  1524. configure: failed program was:
  1525. | /* confdefs.h */
  1526. | #define PACKAGE_NAME "tesseract"
  1527. | #define PACKAGE_TARNAME "tesseract"
  1528. | #define PACKAGE_VERSION "4.00.00dev"
  1529. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1530. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1531. | #define PACKAGE_URL ""
  1532. | #define PACKAGE_NAME "tesseract"
  1533. | #define PACKAGE_VERSION "4.00.00dev"
  1534. | #define PACKAGE_YEAR "2016"
  1535. | #define PACKAGE_DATE "11/11"
  1536. | #define PACKAGE "tesseract"
  1537. | #define VERSION "4.00.00dev"
  1538. | #define STDC_HEADERS 1
  1539. | #define HAVE_SYS_TYPES_H 1
  1540. | #define HAVE_SYS_STAT_H 1
  1541. | #define HAVE_STDLIB_H 1
  1542. | #define HAVE_STRING_H 1
  1543. | #define HAVE_MEMORY_H 1
  1544. | #define HAVE_STRINGS_H 1
  1545. | #define HAVE_INTTYPES_H 1
  1546. | #define HAVE_STDINT_H 1
  1547. | #define HAVE_UNISTD_H 1
  1548. | #define HAVE_DLFCN_H 1
  1549. | #define LT_OBJDIR ".libs/"
  1550. | #define HAVE_SNPRINTF 1
  1551. | #define STDC_HEADERS 1
  1552. | #define TIME_WITH_SYS_TIME 1
  1553. | #define HAVE_SYS_WAIT_H 1
  1554. | #define HAVE_SYS_IPC_H 1
  1555. | #define HAVE_SYS_SHM_H 1
  1556. | #define HAVE_LIMITS_H 1
  1557. | #define HAVE_MALLOC_H 1
  1558. | #define HAVE_STDBOOL_H 1
  1559. | #define HAVE_GETLINE 1
  1560. | #define HAVE_WCHAR_T 1
  1561. | #define HAVE_LONG_LONG_INT 1
  1562. | #define HAVE_OFF_T 1
  1563. | #define HAVE_MBSTATE_T 1
  1564. | #define HAVE_LIBLEPT 1
  1565. | /* end confdefs.h. */
  1566. | #include <stdio.h>
  1567. | #ifdef HAVE_SYS_TYPES_H
  1568. | # include <sys/types.h>
  1569. | #endif
  1570. | #ifdef HAVE_SYS_STAT_H
  1571. | # include <sys/stat.h>
  1572. | #endif
  1573. | #ifdef STDC_HEADERS
  1574. | # include <stdlib.h>
  1575. | # include <stddef.h>
  1576. | #else
  1577. | # ifdef HAVE_STDLIB_H
  1578. | # include <stdlib.h>
  1579. | # endif
  1580. | #endif
  1581. | #ifdef HAVE_STRING_H
  1582. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  1583. | # include <memory.h>
  1584. | # endif
  1585. | # include <string.h>
  1586. | #endif
  1587. | #ifdef HAVE_STRINGS_H
  1588. | # include <strings.h>
  1589. | #endif
  1590. | #ifdef HAVE_INTTYPES_H
  1591. | # include <inttypes.h>
  1592. | #endif
  1593. | #ifdef HAVE_STDINT_H
  1594. | # include <stdint.h>
  1595. | #endif
  1596. | #ifdef HAVE_UNISTD_H
  1597. | # include <unistd.h>
  1598. | #endif
  1599. | #include <unicode/uchar.h>
  1600. configure:17864: result: no
  1601. configure:17864: checking unicode/uchar.h presence
  1602. configure:17864: g++ -E -I/usr/local/include/leptonica conftest.cpp
  1603. conftest.cpp:42:27: fatal error: unicode/uchar.h: No such file or directory
  1604. compilation terminated.
  1605. configure:17864: $? = 1
  1606. configure: failed program was:
  1607. | /* confdefs.h */
  1608. | #define PACKAGE_NAME "tesseract"
  1609. | #define PACKAGE_TARNAME "tesseract"
  1610. | #define PACKAGE_VERSION "4.00.00dev"
  1611. | #define PACKAGE_STRING "tesseract 4.00.00dev"
  1612. | #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  1613. | #define PACKAGE_URL ""
  1614. | #define PACKAGE_NAME "tesseract"
  1615. | #define PACKAGE_VERSION "4.00.00dev"
  1616. | #define PACKAGE_YEAR "2016"
  1617. | #define PACKAGE_DATE "11/11"
  1618. | #define PACKAGE "tesseract"
  1619. | #define VERSION "4.00.00dev"
  1620. | #define STDC_HEADERS 1
  1621. | #define HAVE_SYS_TYPES_H 1
  1622. | #define HAVE_SYS_STAT_H 1
  1623. | #define HAVE_STDLIB_H 1
  1624. | #define HAVE_STRING_H 1
  1625. | #define HAVE_MEMORY_H 1
  1626. | #define HAVE_STRINGS_H 1
  1627. | #define HAVE_INTTYPES_H 1
  1628. | #define HAVE_STDINT_H 1
  1629. | #define HAVE_UNISTD_H 1
  1630. | #define HAVE_DLFCN_H 1
  1631. | #define LT_OBJDIR ".libs/"
  1632. | #define HAVE_SNPRINTF 1
  1633. | #define STDC_HEADERS 1
  1634. | #define TIME_WITH_SYS_TIME 1
  1635. | #define HAVE_SYS_WAIT_H 1
  1636. | #define HAVE_SYS_IPC_H 1
  1637. | #define HAVE_SYS_SHM_H 1
  1638. | #define HAVE_LIMITS_H 1
  1639. | #define HAVE_MALLOC_H 1
  1640. | #define HAVE_STDBOOL_H 1
  1641. | #define HAVE_GETLINE 1
  1642. | #define HAVE_WCHAR_T 1
  1643. | #define HAVE_LONG_LONG_INT 1
  1644. | #define HAVE_OFF_T 1
  1645. | #define HAVE_MBSTATE_T 1
  1646. | #define HAVE_LIBLEPT 1
  1647. | /* end confdefs.h. */
  1648. | #include <unicode/uchar.h>
  1649. configure:17864: result: no
  1650. configure:17864: checking for unicode/uchar.h
  1651. configure:17864: result: no
  1652. configure:17877: WARNING: Training tools WILL NOT be built because of missing icu library.
  1653. configure:17879: WARNING: Try to install libicu-devel package.
  1654. configure:17946: checking for pkg-config
  1655. configure:17964: found /usr/bin/pkg-config
  1656. configure:17976: result: /usr/bin/pkg-config
  1657. configure:18001: checking pkg-config is at least version 0.9.0
  1658. configure:18004: result: yes
  1659. configure:18014: checking for pango
  1660. configure:18021: $PKG_CONFIG --exists --print-errors "pango"
  1661. Package pango was not found in the pkg-config search path.
  1662. Perhaps you should add the directory containing `pango.pc'
  1663. to the PKG_CONFIG_PATH environment variable
  1664. No package 'pango' found
  1665. configure:18024: $? = 1
  1666. configure:18038: $PKG_CONFIG --exists --print-errors "pango"
  1667. Package pango was not found in the pkg-config search path.
  1668. Perhaps you should add the directory containing `pango.pc'
  1669. to the PKG_CONFIG_PATH environment variable
  1670. No package 'pango' found
  1671. configure:18041: $? = 1
  1672. configure:18055: result: no
  1673. No package 'pango' found
  1674. configure:18084: WARNING: Training tools WILL NOT be built because of missing pango library.
  1675. configure:18086: WARNING: Try to install libpango1.0-dev package.
  1676. configure:18103: checking for cairo
  1677. configure:18110: $PKG_CONFIG --exists --print-errors "cairo"
  1678. Package cairo was not found in the pkg-config search path.
  1679. Perhaps you should add the directory containing `cairo.pc'
  1680. to the PKG_CONFIG_PATH environment variable
  1681. No package 'cairo' found
  1682. configure:18113: $? = 1
  1683. configure:18127: $PKG_CONFIG --exists --print-errors "cairo"
  1684. Package cairo was not found in the pkg-config search path.
  1685. Perhaps you should add the directory containing `cairo.pc'
  1686. to the PKG_CONFIG_PATH environment variable
  1687. No package 'cairo' found
  1688. configure:18130: $? = 1
  1689. configure:18144: result: no
  1690. No package 'cairo' found
  1691. configure:18173: WARNING: Training tools WILL NOT be built because of missing cairo library.
  1692. configure:18175: WARNING: Try to install libcairo-dev?? package.
  1693. configure:18393: checking that generated files are newer than configure
  1694. configure:18399: result: done
  1695. configure:18531: creating ./config.status
  1696.  
  1697. ## ---------------------- ##
  1698. ## Running config.status. ##
  1699. ## ---------------------- ##
  1700.  
  1701. This file was extended by tesseract config.status 4.00.00dev, which was
  1702. generated by GNU Autoconf 2.69. Invocation command line was
  1703.  
  1704. CONFIG_FILES =
  1705. CONFIG_HEADERS =
  1706. CONFIG_LINKS =
  1707. CONFIG_COMMANDS =
  1708. $ ./config.status
  1709.  
  1710. on ubuntu
  1711.  
  1712. config.status:1244: creating Makefile
  1713. config.status:1244: creating tesseract.pc
  1714. config.status:1244: creating api/Makefile
  1715. config.status:1244: creating arch/Makefile
  1716. config.status:1244: creating ccmain/Makefile
  1717. config.status:1244: creating opencl/Makefile
  1718. config.status:1244: creating ccstruct/Makefile
  1719. config.status:1244: creating ccutil/Makefile
  1720. config.status:1244: creating classify/Makefile
  1721. config.status:1244: creating cube/Makefile
  1722. config.status:1244: creating cutil/Makefile
  1723. config.status:1244: creating dict/Makefile
  1724. config.status:1244: creating lstm/Makefile
  1725. config.status:1244: creating neural_networks/runtime/Makefile
  1726. config.status:1244: creating textord/Makefile
  1727. config.status:1244: creating viewer/Makefile
  1728. config.status:1244: creating wordrec/Makefile
  1729. config.status:1244: creating tessdata/Makefile
  1730. config.status:1244: creating tessdata/configs/Makefile
  1731. config.status:1244: creating tessdata/tessconfigs/Makefile
  1732. config.status:1244: creating testing/Makefile
  1733. config.status:1244: creating java/Makefile
  1734. config.status:1244: creating java/com/Makefile
  1735. config.status:1244: creating java/com/google/Makefile
  1736. config.status:1244: creating java/com/google/scrollview/Makefile
  1737. config.status:1244: creating java/com/google/scrollview/events/Makefile
  1738. config.status:1244: creating java/com/google/scrollview/ui/Makefile
  1739. config.status:1244: creating doc/Makefile
  1740. config.status:1244: creating config_auto.h
  1741. config.status:1473: executing depfiles commands
  1742. config.status:1473: executing libtool commands
  1743.  
  1744. ## ---------------- ##
  1745. ## Cache variables. ##
  1746. ## ---------------- ##
  1747.  
  1748. ac_cv_build=x86_64-pc-linux-gnu
  1749. ac_cv_c_bigendian=no
  1750. ac_cv_c_compiler_gnu=yes
  1751. ac_cv_cxx_compiler_gnu=yes
  1752. ac_cv_env_CCC_set=
  1753. ac_cv_env_CCC_value=
  1754. ac_cv_env_CC_set=
  1755. ac_cv_env_CC_value=
  1756. ac_cv_env_CFLAGS_set=
  1757. ac_cv_env_CFLAGS_value=
  1758. ac_cv_env_CPPFLAGS_set=
  1759. ac_cv_env_CPPFLAGS_value=
  1760. ac_cv_env_CXXCPP_set=
  1761. ac_cv_env_CXXCPP_value=
  1762. ac_cv_env_CXXFLAGS_set=
  1763. ac_cv_env_CXXFLAGS_value=
  1764. ac_cv_env_CXX_set=
  1765. ac_cv_env_CXX_value=
  1766. ac_cv_env_LDFLAGS_set=
  1767. ac_cv_env_LDFLAGS_value=
  1768. ac_cv_env_LIBLEPT_HEADERSDIR_set=
  1769. ac_cv_env_LIBLEPT_HEADERSDIR_value=
  1770. ac_cv_env_LIBS_set=
  1771. ac_cv_env_LIBS_value=
  1772. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1773. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1774. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1775. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1776. ac_cv_env_PKG_CONFIG_PATH_set=
  1777. ac_cv_env_PKG_CONFIG_PATH_value=
  1778. ac_cv_env_PKG_CONFIG_set=
  1779. ac_cv_env_PKG_CONFIG_value=
  1780. ac_cv_env_build_alias_set=
  1781. ac_cv_env_build_alias_value=
  1782. ac_cv_env_cairo_CFLAGS_set=
  1783. ac_cv_env_cairo_CFLAGS_value=
  1784. ac_cv_env_cairo_LIBS_set=
  1785. ac_cv_env_cairo_LIBS_value=
  1786. ac_cv_env_host_alias_set=
  1787. ac_cv_env_host_alias_value=
  1788. ac_cv_env_pango_CFLAGS_set=
  1789. ac_cv_env_pango_CFLAGS_value=
  1790. ac_cv_env_pango_LIBS_set=
  1791. ac_cv_env_pango_LIBS_value=
  1792. ac_cv_env_target_alias_set=
  1793. ac_cv_env_target_alias_value=
  1794. ac_cv_func_getline=yes
  1795. ac_cv_func_snprintf=yes
  1796. ac_cv_header_CL_cl_h=no
  1797. ac_cv_header_OpenCL_cl_h=no
  1798. ac_cv_header_dlfcn_h=yes
  1799. ac_cv_header_inttypes_h=yes
  1800. ac_cv_header_limits_h=yes
  1801. ac_cv_header_malloc_h=yes
  1802. ac_cv_header_memory_h=yes
  1803. ac_cv_header_stdbool_h=yes
  1804. ac_cv_header_stdc=yes
  1805. ac_cv_header_stdint_h=yes
  1806. ac_cv_header_stdlib_h=yes
  1807. ac_cv_header_string_h=yes
  1808. ac_cv_header_strings_h=yes
  1809. ac_cv_header_sys_ipc_h=yes
  1810. ac_cv_header_sys_shm_h=yes
  1811. ac_cv_header_sys_stat_h=yes
  1812. ac_cv_header_sys_types_h=yes
  1813. ac_cv_header_sys_wait_h=yes
  1814. ac_cv_header_tiffio_h=no
  1815. ac_cv_header_time=yes
  1816. ac_cv_header_unicode_uchar_h=no
  1817. ac_cv_header_unistd_h=yes
  1818. ac_cv_host=x86_64-pc-linux-gnu
  1819. ac_cv_lib_OpenCL_clGetPlatformIDs=no
  1820. ac_cv_lib_lept_l_generateCIDataForPdf=yes
  1821. ac_cv_objext=o
  1822. ac_cv_path_EGREP='/bin/grep -E'
  1823. ac_cv_path_FGREP='/bin/grep -F'
  1824. ac_cv_path_GREP=/bin/grep
  1825. ac_cv_path_SED=/bin/sed
  1826. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1827. ac_cv_path_install='/usr/bin/install -c'
  1828. ac_cv_path_lt_DD=/bin/dd
  1829. ac_cv_path_mkdir=/bin/mkdir
  1830. ac_cv_prog_AWK=mawk
  1831. ac_cv_prog_CXXCPP='g++ -E'
  1832. ac_cv_prog_ac_ct_AR=ar
  1833. ac_cv_prog_ac_ct_CC=gcc
  1834. ac_cv_prog_ac_ct_CXX=g++
  1835. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1836. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1837. ac_cv_prog_ac_ct_RANLIB=ranlib
  1838. ac_cv_prog_ac_ct_STRIP=strip
  1839. ac_cv_prog_cc_c89=
  1840. ac_cv_prog_cc_g=yes
  1841. ac_cv_prog_cxx_g=yes
  1842. ac_cv_prog_cxx_openmp=-fopenmp
  1843. ac_cv_prog_make_make_set=yes
  1844. ac_cv_search_sem_init=-lpthread
  1845. ac_cv_sys_file_offset_bits=no
  1846. ac_cv_sys_interpreter=yes
  1847. ac_cv_sys_largefile_CC=no
  1848. ac_cv_type__Bool=no
  1849. ac_cv_type_long_long_int=yes
  1850. ac_cv_type_mbstate_t=yes
  1851. ac_cv_type_off_t=yes
  1852. ac_cv_type_wchar_t=yes
  1853. am_cv_CC_dependencies_compiler_type=gcc3
  1854. am_cv_CXX_dependencies_compiler_type=gcc3
  1855. am_cv_make_support_nested_variables=yes
  1856. am_cv_prog_cc_c_o=yes
  1857. lt_cv_ar_at_file=@
  1858. lt_cv_archive_cmds_need_lc=no
  1859. lt_cv_deplibs_check_method=pass_all
  1860. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1861. lt_cv_file_magic_test_file=
  1862. lt_cv_ld_reload_flag=-r
  1863. lt_cv_nm_interface='BSD nm'
  1864. lt_cv_objdir=.libs
  1865. lt_cv_path_LD=/usr/bin/ld
  1866. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  1867. lt_cv_path_NM='/usr/bin/nm -B'
  1868. lt_cv_path_mainfest_tool=no
  1869. lt_cv_prog_compiler_c_o=yes
  1870. lt_cv_prog_compiler_c_o_CXX=yes
  1871. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1872. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1873. lt_cv_prog_compiler_pic_works=yes
  1874. lt_cv_prog_compiler_pic_works_CXX=yes
  1875. lt_cv_prog_compiler_rtti_exceptions=no
  1876. lt_cv_prog_compiler_static_works=yes
  1877. lt_cv_prog_compiler_static_works_CXX=yes
  1878. lt_cv_prog_gnu_ld=yes
  1879. lt_cv_prog_gnu_ldcxx=yes
  1880. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1881. lt_cv_shlibpath_overrides_runpath=no
  1882. 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'\'''
  1883. 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'\'''
  1884. 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'\'''
  1885. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1886. lt_cv_sys_global_symbol_to_import=
  1887. lt_cv_sys_max_cmd_len=1572864
  1888. lt_cv_to_host_file_cmd=func_convert_file_noop
  1889. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1890. lt_cv_truncate_bin='/bin/dd bs=4096 count=1'
  1891.  
  1892. ## ----------------- ##
  1893. ## Output variables. ##
  1894. ## ----------------- ##
  1895.  
  1896. ACLOCAL='${SHELL} /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/config/missing aclocal-1.15'
  1897. ADD_RT_FALSE='#'
  1898. ADD_RT_TRUE=''
  1899. AMDEPBACKSLASH='\'
  1900. AMDEP_FALSE='#'
  1901. AMDEP_TRUE=''
  1902. AMTAR='$${TAR-tar}'
  1903. AM_BACKSLASH='\'
  1904. AM_CPPFLAGS=' -g -Wall -O0 -DDEBUG'
  1905. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1906. AM_DEFAULT_VERBOSITY='1'
  1907. AM_LDFLAGS=''
  1908. AM_V='$(V)'
  1909. AR='ar'
  1910. AUTOCONF='${SHELL} /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/config/missing autoconf'
  1911. AUTOHEADER='${SHELL} /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/config/missing autoheader'
  1912. AUTOMAKE='${SHELL} /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/config/missing automake-1.15'
  1913. AWK='mawk'
  1914. CC='gcc'
  1915. CCDEPMODE='depmode=gcc3'
  1916. CFLAGS='-g -O2'
  1917. CPPFLAGS=' -I/usr/local/include/leptonica'
  1918. CXX='g++'
  1919. CXXCPP='g++ -E'
  1920. CXXDEPMODE='depmode=gcc3'
  1921. CXXFLAGS='-g -O2 -std=c++11'
  1922. CYGPATH_W='echo'
  1923. DEFS='-DHAVE_CONFIG_H'
  1924. DEPDIR='.deps'
  1925. DLLTOOL='false'
  1926. DSYMUTIL=''
  1927. DUMPBIN=''
  1928. ECHO_C=''
  1929. ECHO_N='-n'
  1930. ECHO_T=''
  1931. EGREP='/bin/grep -E'
  1932. EMBEDDED_FALSE=''
  1933. EMBEDDED_TRUE='#'
  1934. ENABLE_TRAINING_FALSE=''
  1935. ENABLE_TRAINING_TRUE='#'
  1936. EXEEXT=''
  1937. FGREP='/bin/grep -F'
  1938. FRAMEWORK_OPENCL=''
  1939. GENERIC_API_VERSION='4.0'
  1940. GENERIC_LIBRARY_NAME='tesseract'
  1941. GENERIC_LIBRARY_VERSION='4:0'
  1942. GENERIC_MAJOR_VERSION='4'
  1943. GENERIC_RELEASE='4.0'
  1944. GENERIC_VERSION='4.0.0'
  1945. GRAPHICS_DISABLED_FALSE=''
  1946. GRAPHICS_DISABLED_TRUE='#'
  1947. GREP='/bin/grep'
  1948. INSTALL_DATA='${INSTALL} -m 644'
  1949. INSTALL_PROGRAM='${INSTALL}'
  1950. INSTALL_SCRIPT='${INSTALL}'
  1951. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1952. LD='/usr/bin/ld -m elf_x86_64'
  1953. LDFLAGS=''
  1954. LIBLEPT_HEADERSDIR='/usr/local/include /usr/include /opt/local/include/leptonica'
  1955. LIBOBJS=''
  1956. LIBS='-llept -lpthread '
  1957. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1958. LIPO=''
  1959. LN_S='ln -s'
  1960. LTLIBOBJS=''
  1961. LT_SYS_LIBRARY_PATH=''
  1962. MAINT='#'
  1963. MAINTAINER_MODE_FALSE=''
  1964. MAINTAINER_MODE_TRUE='#'
  1965. MAKEINFO='${SHELL} /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/config/missing makeinfo'
  1966. MANIFEST_TOOL=':'
  1967. MINGW_FALSE=''
  1968. MINGW_TRUE='#'
  1969. MKDIR_P='/bin/mkdir -p'
  1970. NM='/usr/bin/nm -B'
  1971. NMEDIT=''
  1972. NO_CUBE_BUILD_FALSE=''
  1973. NO_CUBE_BUILD_TRUE='#'
  1974. NO_TESSDATA_PREFIX_FALSE=''
  1975. NO_TESSDATA_PREFIX_TRUE='#'
  1976. OBJDUMP='objdump'
  1977. OBJEXT='o'
  1978. OPENCL_CPPFLAGS=''
  1979. OPENCL_LDFLAGS=''
  1980. OPENMP_CXXFLAGS='-fopenmp'
  1981. OPENMP_FALSE=''
  1982. OPENMP_TRUE='#'
  1983. OSX_FALSE=''
  1984. OSX_TRUE='#'
  1985. OTOOL64=''
  1986. OTOOL=''
  1987. PACKAGE='tesseract'
  1988. PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues'
  1989. PACKAGE_DATE='11/11'
  1990. PACKAGE_NAME='tesseract'
  1991. PACKAGE_STRING='tesseract 4.00.00dev'
  1992. PACKAGE_TARNAME='tesseract'
  1993. PACKAGE_URL=''
  1994. PACKAGE_VERSION='4.00.00dev'
  1995. PACKAGE_YEAR='2016'
  1996. PATH_SEPARATOR=':'
  1997. PKG_CONFIG='/usr/bin/pkg-config'
  1998. PKG_CONFIG_LIBDIR=''
  1999. PKG_CONFIG_PATH=''
  2000. RANLIB='ranlib'
  2001. SED='/bin/sed'
  2002. SET_MAKE=''
  2003. SHELL='/bin/bash'
  2004. STRIP='strip'
  2005. T_WIN_FALSE=''
  2006. T_WIN_TRUE='#'
  2007. USE_OPENCL_FALSE=''
  2008. USE_OPENCL_TRUE='#'
  2009. USING_MULTIPLELIBS_FALSE=''
  2010. USING_MULTIPLELIBS_TRUE='#'
  2011. VERSION='4.00.00dev'
  2012. VISIBILITY_FALSE=''
  2013. VISIBILITY_TRUE='#'
  2014. ac_ct_AR='ar'
  2015. ac_ct_CC='gcc'
  2016. ac_ct_CXX='g++'
  2017. ac_ct_DUMPBIN=''
  2018. am__EXEEXT_FALSE=''
  2019. am__EXEEXT_TRUE='#'
  2020. am__fastdepCC_FALSE='#'
  2021. am__fastdepCC_TRUE=''
  2022. am__fastdepCXX_FALSE='#'
  2023. am__fastdepCXX_TRUE=''
  2024. am__include='include'
  2025. am__isrc=''
  2026. am__leading_dot='.'
  2027. am__nodep='_no'
  2028. am__quote=''
  2029. am__tar='$${TAR-tar} chof - "$$tardir"'
  2030. am__untar='$${TAR-tar} xf -'
  2031. bindir='${exec_prefix}/bin'
  2032. build='x86_64-pc-linux-gnu'
  2033. build_alias=''
  2034. build_cpu='x86_64'
  2035. build_os='linux-gnu'
  2036. build_vendor='pc'
  2037. cairo_CFLAGS=''
  2038. cairo_LIBS=''
  2039. datadir='${datarootdir}'
  2040. datarootdir='${prefix}/share'
  2041. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2042. dvidir='${docdir}'
  2043. exec_prefix='${prefix}'
  2044. host='x86_64-pc-linux-gnu'
  2045. host_alias=''
  2046. host_cpu='x86_64'
  2047. host_os='linux-gnu'
  2048. host_vendor='pc'
  2049. htmldir='${docdir}'
  2050. includedir='${prefix}/include/tesseract'
  2051. infodir='${datarootdir}/info'
  2052. install_sh='${SHELL} /home/ubuntu/Desktop/dd/tesseract-4.00.00alpha/config/install-sh'
  2053. libdir='${exec_prefix}/lib'
  2054. libexecdir='${exec_prefix}/libexec'
  2055. localedir='${datarootdir}/locale'
  2056. localstatedir='${prefix}/var'
  2057. mandir='${datarootdir}/man'
  2058. mkdir_p='$(MKDIR_P)'
  2059. oldincludedir='/usr/include'
  2060. pango_CFLAGS=''
  2061. pango_LIBS=''
  2062. pdfdir='${docdir}'
  2063. prefix='/usr/local'
  2064. program_transform_name='s,x,x,'
  2065. psdir='${docdir}'
  2066. runstatedir='${localstatedir}/run'
  2067. sbindir='${exec_prefix}/sbin'
  2068. sharedstatedir='${prefix}/com'
  2069. sysconfdir='${prefix}/etc'
  2070. target_alias=''
  2071.  
  2072. ## ----------- ##
  2073. ## confdefs.h. ##
  2074. ## ----------- ##
  2075.  
  2076. /* confdefs.h */
  2077. #define PACKAGE_NAME "tesseract"
  2078. #define PACKAGE_TARNAME "tesseract"
  2079. #define PACKAGE_VERSION "4.00.00dev"
  2080. #define PACKAGE_STRING "tesseract 4.00.00dev"
  2081. #define PACKAGE_BUGREPORT "https://github.com/tesseract-ocr/tesseract/issues"
  2082. #define PACKAGE_URL ""
  2083. #define PACKAGE_NAME "tesseract"
  2084. #define PACKAGE_VERSION "4.00.00dev"
  2085. #define PACKAGE_YEAR "2016"
  2086. #define PACKAGE_DATE "11/11"
  2087. #define PACKAGE "tesseract"
  2088. #define VERSION "4.00.00dev"
  2089. #define STDC_HEADERS 1
  2090. #define HAVE_SYS_TYPES_H 1
  2091. #define HAVE_SYS_STAT_H 1
  2092. #define HAVE_STDLIB_H 1
  2093. #define HAVE_STRING_H 1
  2094. #define HAVE_MEMORY_H 1
  2095. #define HAVE_STRINGS_H 1
  2096. #define HAVE_INTTYPES_H 1
  2097. #define HAVE_STDINT_H 1
  2098. #define HAVE_UNISTD_H 1
  2099. #define HAVE_DLFCN_H 1
  2100. #define LT_OBJDIR ".libs/"
  2101. #define HAVE_SNPRINTF 1
  2102. #define STDC_HEADERS 1
  2103. #define TIME_WITH_SYS_TIME 1
  2104. #define HAVE_SYS_WAIT_H 1
  2105. #define HAVE_SYS_IPC_H 1
  2106. #define HAVE_SYS_SHM_H 1
  2107. #define HAVE_LIMITS_H 1
  2108. #define HAVE_MALLOC_H 1
  2109. #define HAVE_STDBOOL_H 1
  2110. #define HAVE_GETLINE 1
  2111. #define HAVE_WCHAR_T 1
  2112. #define HAVE_LONG_LONG_INT 1
  2113. #define HAVE_OFF_T 1
  2114. #define HAVE_MBSTATE_T 1
  2115. #define HAVE_LIBLEPT 1
  2116.  
  2117. configure: exit 0
Add Comment
Please, Sign In to add comment