Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 5.13 KB | Hits: 97 | Expires: Never
Copy text to clipboard
  1. checking build system type... i686-pc-linux-gnu
  2. checking host system type... i686-pc-linux-gnu
  3. checking for cl.exe... no
  4. checking for g++... g++
  5. checking for C++ compiler default output file name... a.out
  6. checking whether the C++ compiler works... yes
  7. checking whether we are cross compiling... no
  8. checking for suffix of executables...
  9. checking for suffix of object files... o
  10. checking whether we are using the GNU C++ compiler... yes
  11. checking whether g++ accepts -g... yes
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking whether build environment is sane... yes
  14. /home/ubuntu/Escriptori/tesseract-2.04/config/missing: Unknown `--run' option
  15. Try `/home/ubuntu/Escriptori/tesseract-2.04/config/missing --help' for more information
  16. configure: WARNING: `missing' script is too old or missing
  17. checking for a thread-safe mkdir -p... /bin/mkdir -p
  18. checking for gawk... gawk
  19. checking whether make sets $(MAKE)... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of g++... gcc3
  22. checking whether to enable maintainer-specific portions of Makefiles... no
  23. checking for gcc... gcc
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking dependency style of gcc... gcc3
  28. checking how to run the C preprocessor... gcc -E
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking for ANSI C header files... yes
  32. checking for sys/types.h... yes
  33. checking for sys/stat.h... yes
  34. checking for stdlib.h... yes
  35. checking for string.h... yes
  36. checking for memory.h... yes
  37. checking for strings.h... yes
  38. checking for inttypes.h... yes
  39. checking for stdint.h... yes
  40. checking for unistd.h... yes
  41. checking whether byte ordering is bigendian... no
  42. checking for ranlib... ranlib
  43. checking for deflate in -lz... no
  44. checking for png_read_png in -lpng... no
  45. checking for jpeg_read_scanlines in -ljpeg... yes
  46. checking for sem_init in -lpthread... yes
  47. checking how to run the C++ preprocessor... g++ -E
  48. checking for ANSI C header files... (cached) yes
  49. checking whether time.h and sys/time.h may both be included... yes
  50. checking for sys/wait.h that is POSIX.1 compatible... yes
  51. checking sys/ipc.h usability... yes
  52. checking sys/ipc.h presence... yes
  53. checking for sys/ipc.h... yes
  54. checking sys/shm.h usability... yes
  55. checking sys/shm.h presence... yes
  56. checking for sys/shm.h... yes
  57. checking limits.h usability... yes
  58. checking limits.h presence... yes
  59. checking for limits.h... yes
  60. checking malloc.h usability... yes
  61. checking malloc.h presence... yes
  62. checking for malloc.h... yes
  63. checking allheaders.h usability... no
  64. checking allheaders.h presence... no
  65. checking for allheaders.h... no
  66. checking for stdbool.h that conforms to C99... yes
  67. checking for _Bool... no
  68. checking whether #! works in shell scripts... yes
  69. checking for special C compiler options needed for large files... no
  70. checking for _FILE_OFFSET_BITS value needed for large files... 64
  71. checking for wchar_t... yes
  72. checking for long long int... yes
  73. checking for mbstate_t... yes
  74. checking for size_t... yes
  75. checking for stdlib.h... (cached) yes
  76. checking for unistd.h... (cached) yes
  77. checking for getpagesize... yes
  78. checking for working mmap... yes
  79. checking for pid_t... yes
  80. checking vfork.h usability... no
  81. checking vfork.h presence... no
  82. checking for vfork.h... no
  83. checking for fork... yes
  84. checking for vfork... yes
  85. checking for working fork... yes
  86. checking for working vfork... (cached) yes
  87. checking for strerror... yes
  88. checking for vsnprintf... yes
  89. checking for gethostname... yes
  90. checking for strchr... yes
  91. checking for memcpy... yes
  92. checking for acos... yes
  93. checking for asin... yes
  94. checking for Leffler libtiff library... checking linking with -ltiff... no
  95. configure: WARNING: TIFF support is disabled
  96. configure: creating ./config.status
  97. config.status: creating Makefile
  98. config.status: creating ccmain/Makefile
  99. config.status: creating ccstruct/Makefile
  100. config.status: creating ccutil/Makefile
  101. config.status: creating classify/Makefile
  102. config.status: creating cutil/Makefile
  103. config.status: creating dict/Makefile
  104. config.status: creating pageseg/Makefile
  105. config.status: creating image/Makefile
  106. config.status: creating textord/Makefile
  107. config.status: creating viewer/Makefile
  108. config.status: creating wordrec/Makefile
  109. config.status: creating training/Makefile
  110. config.status: creating tessdata/Makefile
  111. config.status: creating tessdata/configs/Makefile
  112. config.status: creating tessdata/tessconfigs/Makefile
  113. config.status: creating testing/Makefile
  114. config.status: creating dlltest/Makefile
  115. config.status: creating java/Makefile
  116. config.status: creating java/com/Makefile
  117. config.status: creating java/com/google/Makefile
  118. config.status: creating java/com/google/scrollview/Makefile
  119. config.status: creating java/com/google/scrollview/events/Makefile
  120. config.status: creating java/com/google/scrollview/ui/Makefile
  121. config.status: creating config_auto.h
  122. config.status: config_auto.h is unchanged
  123. config.status: executing depfiles commands
  124.  
  125. Configuration is done.
  126. You can now build tesseract by running:
  127.  
  128. % make