Skip to content

Instantly share code, notes, and snippets.

@zellyn
Created December 23, 2011 05:21
Show Gist options
  • Save zellyn/1513238 to your computer and use it in GitHub Desktop.
Save zellyn/1513238 to your computer and use it in GitHub Desktop.
brew install tesseract fails to find leptonica
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tesseract configure 3.01, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tesseract/3.01
## --------- ##
## Platform. ##
## --------- ##
hostname = zellyn-macbookpro
uname -m = x86_64
uname -r = 11.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3
Primary memory available: 4.00 gigabytes
Default processor set: 128 tasks, 627 threads, 4 processors
Load average: 1.82, Mach factor: 2.17
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: /usr/local/bin/g4bin
PATH: /usr/local/sbin
PATH: /usr/texbin
PATH: /usr/local/Library/Contributions/examples
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1872: checking build system type
configure:1890: result: i386-apple-darwin11.2.0
configure:1912: checking host system type
configure:1927: result: i386-apple-darwin11.2.0
configure:2032: checking --enable-graphics argument
configure:2041: result: yes
configure:2052: checking --enable-multiple-libraries argument
configure:2061: result: no
configure:2235: checking for C++ compiler version
configure:2242: /usr/bin/llvm-g++ --version >&5
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2245: $? = 0
configure:2252: /usr/bin/llvm-g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
configure:2255: $? = 0
configure:2262: /usr/bin/llvm-g++ -V >&5
llvm-g++-4.2: argument to `-V' is missing
configure:2265: $? = 1
configure:2288: checking for C++ compiler default output file name
configure:2315: /usr/bin/llvm-g++ -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:2318: $? = 0
configure:2356: result: a.out
configure:2373: checking whether the C++ compiler works
configure:2383: ./a.out
configure:2386: $? = 0
configure:2403: result: yes
configure:2410: checking whether we are cross compiling
configure:2412: result: no
configure:2415: checking for suffix of executables
configure:2422: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:2425: $? = 0
configure:2449: result:
configure:2455: checking for suffix of object files
configure:2481: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:2484: $? = 0
configure:2507: result: o
configure:2511: checking whether we are using the GNU C++ compiler
configure:2540: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:2546: $? = 0
configure:2563: result: yes
configure:2568: checking whether /usr/bin/llvm-g++ accepts -g
configure:2598: /usr/bin/llvm-g++ -c -g conftest.cpp >&5
configure:2604: $? = 0
configure:2703: result: yes
configure:2775: checking how to print strings
configure:2802: result: printf
configure:2871: checking for gcc
configure:2898: result: /usr/bin/llvm-gcc
configure:3136: checking for C compiler version
configure:3143: /usr/bin/llvm-gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3146: $? = 0
configure:3153: /usr/bin/llvm-gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~1/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
configure:3156: $? = 0
configure:3163: /usr/bin/llvm-gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3166: $? = 1
configure:3169: checking whether we are using the GNU C compiler
configure:3198: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:3204: $? = 0
configure:3221: result: yes
configure:3226: checking whether /usr/bin/llvm-gcc accepts -g
configure:3256: /usr/bin/llvm-gcc -c -g conftest.c >&5
configure:3262: $? = 0
configure:3361: result: yes
configure:3378: checking for /usr/bin/llvm-gcc option to accept ISO C89
configure:3452: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:3458: $? = 0
configure:3481: result: none needed
configure:3499: checking for a sed that does not truncate output
configure:3578: result: /usr/bin/sed
configure:3596: checking for grep that handles long lines and -e
configure:3670: result: /usr/bin/grep
configure:3675: checking for egrep
configure:3753: result: /usr/bin/grep -E
configure:3758: checking for fgrep
configure:3836: result: /usr/bin/grep -F
configure:3871: checking for ld used by /usr/bin/llvm-gcc
configure:3938: result: /usr/bin/llvm-gcc
configure:3947: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
configure:3962: result: no
configure:3974: checking for BSD- or MS-compatible name lister (nm)
configure:4023: result: /usr/bin/nm
configure:4157: checking the name lister (/usr/bin/nm) interface
configure:4164: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:4167: /usr/bin/nm "conftest.o"
configure:4170: output
0000000000000000 S _some_variable
configure:4177: result: BSD nm
configure:4180: checking whether ln -s works
configure:4184: result: yes
configure:4192: checking the maximum length of command line arguments
configure:4317: result: 196608
configure:4334: checking whether the shell understands some XSI constructs
configure:4344: result: yes
configure:4348: checking whether the shell understands "+="
configure:4354: result: yes
configure:4389: checking for /usr/bin/llvm-gcc option to reload object files
configure:4396: result: -r
configure:4465: checking for objdump
configure:4495: result: no
configure:4528: checking how to recognize dependent libraries
configure:4730: result: pass_all
configure:4790: checking for ar
configure:4806: found /usr/bin/ar
configure:4817: result: ar
configure:4899: checking for strip
configure:4915: found /usr/bin/strip
configure:4926: result: strip
configure:5002: checking for ranlib
configure:5018: found /usr/bin/ranlib
configure:5029: result: ranlib
configure:5110: checking for gawk
configure:5140: result: no
configure:5110: checking for mawk
configure:5140: result: no
configure:5110: checking for nawk
configure:5140: result: no
configure:5110: checking for awk
configure:5126: found /usr/bin/awk
configure:5137: result: awk
configure:5177: checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc object
configure:5295: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:5298: $? = 0
configure:5302: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5305: $? = 0
cannot find nm_test_var in conftest.nm
configure:5295: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:5298: $? = 0
configure:5302: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5305: $? = 0
configure:5359: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.c conftstm.o >&5
configure:5362: $? = 0
configure:5400: result: ok
configure:5690: checking for dsymutil
configure:5706: found /usr/bin/dsymutil
configure:5717: result: dsymutil
configure:5786: checking for nmedit
configure:5802: found /usr/bin/nmedit
configure:5813: result: nmedit
configure:5882: checking for lipo
configure:5898: found /usr/bin/lipo
configure:5909: result: lipo
configure:5978: checking for otool
configure:5994: found /usr/bin/otool
configure:6005: result: otool
configure:6074: checking for otool64
configure:6104: result: no
configure:6153: checking for -single_module linker flag
/usr/bin/llvm-gcc -O3 -w -pipe -march=core2 -msse4 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6180: result: yes
configure:6182: checking for -exported_symbols_list linker flag
configure:6212: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6218: $? = 0
configure:6237: result: yes
configure:6239: checking for -force_load linker flag
/usr/bin/llvm-gcc -O3 -w -pipe -march=core2 -msse4 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
/usr/bin/llvm-gcc -O3 -w -pipe -march=core2 -msse4 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:6269: result: yes
configure:6311: checking how to run the C preprocessor
configure:6351: /usr/bin/llvm-gcc -E conftest.c
configure:6357: $? = 0
configure:6388: /usr/bin/llvm-gcc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:6394: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6427: result: /usr/bin/llvm-gcc -E
configure:6456: /usr/bin/llvm-gcc -E conftest.c
configure:6462: $? = 0
configure:6493: /usr/bin/llvm-gcc -E conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:6499: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6537: checking for ANSI C header files
configure:6567: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6573: $? = 0
configure:6672: /usr/bin/llvm-gcc -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6675: $? = 0
configure:6681: ./conftest
configure:6684: $? = 0
configure:6701: result: yes
configure:6725: checking for sys/types.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for sys/stat.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for stdlib.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for string.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for memory.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for strings.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for inttypes.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for stdint.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6725: checking for unistd.h
configure:6746: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6752: $? = 0
configure:6768: result: yes
configure:6784: checking for dlfcn.h
configure:6805: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:6811: $? = 0
configure:6827: result: yes
configure:7015: checking for objdir
configure:7030: result: .libs
configure:7297: checking if /usr/bin/llvm-gcc supports -fno-rtti -fno-exceptions
configure:7315: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -fno-rtti -fno-exceptions conftest.c >&5
configure:7319: $? = 0
configure:7332: result: yes
configure:7352: checking for /usr/bin/llvm-gcc option to produce PIC
configure:7637: result: -fno-common -DPIC
configure:7649: checking if /usr/bin/llvm-gcc PIC flag -fno-common -DPIC works
configure:7667: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -fno-common -DPIC -DPIC conftest.c >&5
configure:7671: $? = 0
configure:7684: result: yes
configure:7708: checking if /usr/bin/llvm-gcc static flag -static works
configure:7736: result: no
configure:7751: checking if /usr/bin/llvm-gcc supports -c -o file.o
configure:7772: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 -o out/conftest2.o conftest.c >&5
configure:7776: $? = 0
configure:7798: result: yes
configure:7806: checking if /usr/bin/llvm-gcc supports -c -o file.o
configure:7853: result: yes
configure:7886: checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries
configure:9037: result: yes
configure:9282: checking dynamic linker characteristics
configure:9987: result: darwin11.2.0 dyld
configure:10094: checking how to hardcode library paths into programs
configure:10119: result: immediate
configure:10944: checking whether stripping libraries is possible
configure:10958: result: yes
configure:10984: checking if libtool supports shared libraries
configure:10986: result: yes
configure:10989: checking whether to build shared libraries
configure:11010: result: yes
configure:11013: checking whether to build static libraries
configure:11017: result: yes
configure:11040: checking how to run the C++ preprocessor
configure:11076: /usr/bin/llvm-g++ -E conftest.cpp
configure:11082: $? = 0
configure:11113: /usr/bin/llvm-g++ -E conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:11119: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:11152: result: /usr/bin/llvm-g++ -E
configure:11181: /usr/bin/llvm-g++ -E conftest.cpp
configure:11187: $? = 0
configure:11218: /usr/bin/llvm-g++ -E conftest.cpp
conftest.cpp:24:28: error: ac_nonexistent.h: No such file or directory
configure:11224: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:11401: checking for ld used by /usr/bin/llvm-g++
configure:11468: result: /usr/bin/llvm-gcc
configure:11477: checking if the linker (/usr/bin/llvm-gcc) is GNU ld
configure:11492: result: no
configure:11547: checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries
configure:12533: result: yes
configure:12561: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:12564: $? = 0
configure:12746: checking for /usr/bin/llvm-g++ option to produce PIC
configure:13068: result: -fno-common -DPIC
configure:13077: checking if /usr/bin/llvm-g++ PIC flag -fno-common -DPIC works
configure:13095: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 -fno-common -DPIC -DPIC conftest.cpp >&5
configure:13099: $? = 0
configure:13112: result: yes
configure:13133: checking if /usr/bin/llvm-g++ static flag -static works
configure:13161: result: no
configure:13173: checking if /usr/bin/llvm-g++ supports -c -o file.o
configure:13194: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 -o out/conftest2.o conftest.cpp >&5
configure:13198: $? = 0
configure:13220: result: yes
configure:13225: checking if /usr/bin/llvm-g++ supports -c -o file.o
configure:13272: result: yes
configure:13302: checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries
configure:13330: result: yes
configure:13473: checking dynamic linker characteristics
configure:14112: result: darwin11.2.0 dyld
configure:14165: checking how to hardcode library paths into programs
configure:14190: result: immediate
configure:14272: checking for a BSD-compatible install
configure:14328: result: /usr/bin/install -c
configure:14339: checking whether build environment is sane
configure:14382: result: yes
configure:14410: checking for a thread-safe mkdir -p
configure:14449: result: config/install-sh -c -d
configure:14458: checking whether make sets $(MAKE)
configure:14479: result: yes
configure:14509: checking for style of include used by make
configure:14537: result: GNU
configure:14730: checking dependency style of /usr/bin/llvm-gcc
configure:14821: result: none
configure:14838: checking dependency style of /usr/bin/llvm-g++
configure:14929: result: none
configure:14948: checking whether to enable maintainer-specific portions of Makefiles
configure:14957: result: no
configure:14986: checking whether byte ordering is bigendian
configure:15019: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
configure:15025: $? = 0
configure:15057: /usr/bin/llvm-gcc -c -O3 -w -pipe -march=core2 -msse4 conftest.c >&5
conftest.c: In function 'main':
conftest.c:33: error: 'not' undeclared (first use in this function)
conftest.c:33: error: (Each undeclared identifier is reported only once
conftest.c:33: error: for each function it appears in.)
conftest.c:33: error: expected ';' before 'big'
configure:15063: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:15203: result: no
configure:15336: checking for sem_init in -lpthread
configure:15371: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:15377: $? = 0
configure:15395: result: yes
configure:15412: checking for ANSI C header files
configure:15576: result: yes
configure:15586: checking whether time.h and sys/time.h may both be included
configure:15616: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:15622: $? = 0
configure:15637: result: yes
configure:15647: checking for sys/wait.h that is POSIX.1 compatible
configure:15683: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:15689: $? = 0
configure:15704: result: yes
configure:15730: checking sys/ipc.h usability
configure:15747: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:15753: $? = 0
configure:15767: result: yes
configure:15771: checking sys/ipc.h presence
configure:15786: /usr/bin/llvm-g++ -E conftest.cpp
configure:15792: $? = 0
configure:15806: result: yes
configure:15839: checking for sys/ipc.h
configure:15847: result: yes
configure:15730: checking sys/shm.h usability
configure:15747: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:15753: $? = 0
configure:15767: result: yes
configure:15771: checking sys/shm.h presence
configure:15786: /usr/bin/llvm-g++ -E conftest.cpp
configure:15792: $? = 0
configure:15806: result: yes
configure:15839: checking for sys/shm.h
configure:15847: result: yes
configure:15876: checking limits.h usability
configure:15893: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:15899: $? = 0
configure:15913: result: yes
configure:15917: checking limits.h presence
configure:15932: /usr/bin/llvm-g++ -E conftest.cpp
configure:15938: $? = 0
configure:15952: result: yes
configure:15985: checking for limits.h
configure:15993: result: yes
configure:15876: checking malloc.h usability
configure:15893: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
conftest.cpp:66:20: error: malloc.h: No such file or directory
configure:15899: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:15913: result: no
configure:15917: checking malloc.h presence
configure:15932: /usr/bin/llvm-g++ -E conftest.cpp
conftest.cpp:33:20: error: malloc.h: No such file or directory
configure:15938: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <malloc.h>
configure:15952: result: no
configure:15985: checking for malloc.h
configure:15993: result: no
configure:16021: checking allheaders.h usability
configure:16038: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
conftest.cpp:66:24: error: allheaders.h: No such file or directory
configure:16044: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <allheaders.h>
configure:16058: result: no
configure:16062: checking allheaders.h presence
configure:16077: /usr/bin/llvm-g++ -E conftest.cpp
conftest.cpp:33:24: error: allheaders.h: No such file or directory
configure:16083: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <allheaders.h>
configure:16097: result: no
configure:16130: checking for allheaders.h
configure:16138: result: no
configure:16152: checking for stdbool.h that conforms to C99
configure:16245: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:16251: $? = 0
configure:16266: result: yes
configure:16268: checking for _Bool
configure:16298: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
conftest.cpp:66: error: '_Bool' does not name a type
conftest.cpp: In function 'int main()':
conftest.cpp:70: error: 'ac__type_new_' was not declared in this scope
conftest.cpp:70: error: expected primary-expression before ')' token
conftest.cpp:70: error: expected `)' before numeric constant
conftest.cpp:72: error: 'ac__type_new_' was not declared in this scope
configure:16304: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef _Bool ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
| return 0;
| if (sizeof (ac__type_new_))
| return 0;
| ;
| return 0;
| }
configure:16319: result: no
configure:16340: checking whether #! works in shell scripts
configure:16357: result: yes
configure:16368: checking for special C compiler options needed for large files
configure:16461: result: no
configure:16467: checking for _FILE_OFFSET_BITS value needed for large files
configure:16502: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:16508: $? = 0
configure:16576: result: no
configure:16717: checking for wchar_t
configure:16747: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:16753: $? = 0
configure:16768: result: yes
configure:16779: checking for long long int
configure:16809: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:16815: $? = 0
configure:16830: result: yes
configure:16841: checking for mbstate_t
configure:16872: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:16878: $? = 0
configure:16893: result: yes
configure:16907: checking for size_t
configure:16937: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:16943: $? = 0
configure:16958: result: yes
configure:16983: checking for stdlib.h
configure:16989: result: yes
configure:16983: checking for unistd.h
configure:16989: result: yes
configure:17127: checking for getpagesize
configure:17183: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:17189: $? = 0
configure:17207: result: yes
configure:17217: checking for working mmap
configure:17364: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:17367: $? = 0
configure:17373: ./conftest
configure:17376: $? = 0
configure:17392: result: yes
configure:17403: checking for pid_t
configure:17433: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
configure:17439: $? = 0
configure:17454: result: yes
configure:17481: checking vfork.h usability
configure:17498: /usr/bin/llvm-g++ -c -O3 -w -pipe -march=core2 -msse4 conftest.cpp >&5
conftest.cpp:74:19: error: vfork.h: No such file or directory
configure:17504: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:17518: result: no
configure:17522: checking vfork.h presence
configure:17537: /usr/bin/llvm-g++ -E conftest.cpp
conftest.cpp:41:19: error: vfork.h: No such file or directory
configure:17543: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_TARNAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_STRING "tesseract 3.01"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_NAME "tesseract"
| #define PACKAGE_VERSION "3.01"
| #define PACKAGE_YEAR "2011"
| #define PACKAGE_DATE "10/16"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "tesseract"
| #define VERSION "3.01"
| #define HAVE_LIBPTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h. */
| #include <vfork.h>
configure:17557: result: no
configure:17590: checking for vfork.h
configure:17598: result: no
configure:17616: checking for fork
configure:17672: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:17678: $? = 0
configure:17696: result: yes
configure:17616: checking for vfork
configure:17672: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:17678: $? = 0
configure:17696: result: yes
configure:17707: checking for working fork
configure:17739: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:17742: $? = 0
configure:17748: ./conftest
configure:17751: $? = 0
configure:17767: result: yes
configure:17788: checking for working vfork
configure:17926: result: yes
configure:17962: checking for strerror
configure:18018: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18024: $? = 0
configure:18042: result: yes
configure:17962: checking for vsnprintf
configure:18018: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18024: $? = 0
configure:18042: result: yes
configure:18056: checking for gethostname
configure:18112: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18118: $? = 0
configure:18136: result: yes
configure:18151: checking for strchr
configure:18207: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18213: $? = 0
configure:18231: result: yes
configure:18151: checking for memcpy
configure:18207: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18213: $? = 0
configure:18231: result: yes
configure:18246: checking for acos
configure:18302: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18308: $? = 0
configure:18326: result: yes
configure:18246: checking for asin
configure:18302: /usr/bin/llvm-g++ -o conftest -O3 -w -pipe -march=core2 -msse4 conftest.cpp -lpthread >&5
configure:18308: $? = 0
configure:18326: result: yes
configure:18342: checking for leptonica
configure:18439: error: leptonica not found
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin11.2.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/llvm-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -w -pipe -march=core2 -msse4'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O3 -w -pipe -march=core2 -msse4'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=/usr/bin/llvm-g++
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBLEPT_HEADERSDIR_set=
ac_cv_env_LIBLEPT_HEADERSDIR_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_acos=yes
ac_cv_func_asin=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_gethostname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_memcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_allheaders_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_shm_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=i386-apple-darwin11.2.0
ac_cv_lib_pthread_sem_init=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/llvm-gcc -E'
ac_cv_prog_CXXCPP='/usr/bin/llvm-g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_interpreter=yes
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=no
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_wchar_t=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/llvm-gcc
lt_cv_path_LDCXX=/usr/bin/llvm-gcc
lt_cv_path_NM=/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/missing --run automake-1.10'
AWK='awk'
CC='/usr/bin/llvm-gcc'
CCDEPMODE='depmode=none'
CFLAGS='-O3 -w -pipe -march=core2 -msse4'
CPP='/usr/bin/llvm-gcc -E'
CPPFLAGS=''
CXX='/usr/bin/llvm-g++'
CXXCPP='/usr/bin/llvm-g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-O3 -w -pipe -march=core2 -msse4'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GENERIC_API_VERSION='3.1'
GENERIC_LIBRARY_NAME='tesseract'
GENERIC_LIBRARY_VERSION='3:1'
GENERIC_MAJOR_VERSION='3'
GENERIC_RELEASE='3.1'
GENERIC_VERSION='3.1.0'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/llvm-gcc'
LDFLAGS=''
LIBLEPT_HEADERSDIR='/usr/local/include /usr/include'
LIBOBJS=''
LIBS='-lpthread '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/missing --run makeinfo'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE='tesseract'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_DATE='10/16'
PACKAGE_NAME='tesseract'
PACKAGE_STRING='tesseract 3.01'
PACKAGE_TARNAME='tesseract'
PACKAGE_VERSION='3.01'
PACKAGE_YEAR='2011'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USING_CL_FALSE=''
USING_CL_TRUE='#'
USING_MULTIPLELIBS_FALSE=''
USING_MULTIPLELIBS_TRUE='#'
VERSION='3.01'
ac_ct_CC='/usr/bin/llvm-gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin11.2.0'
build_alias=''
build_cpu='i386'
build_os='darwin11.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin11.2.0'
host_alias=''
host_cpu='i386'
host_os='darwin11.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include/tesseract'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /private/tmp/homebrew-tesseract-3.01-bx5q/tesseract-3.01/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/config/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/tesseract/3.01'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "tesseract"
#define PACKAGE_TARNAME "tesseract"
#define PACKAGE_VERSION "3.01"
#define PACKAGE_STRING "tesseract 3.01"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_NAME "tesseract"
#define PACKAGE_VERSION "3.01"
#define PACKAGE_YEAR "2011"
#define PACKAGE_DATE "10/16"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "tesseract"
#define VERSION "3.01"
#define HAVE_LIBPTHREAD 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_SHM_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_WCHAR_T 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_MBSTATE_T 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_STRERROR 1
#define HAVE_VSNPRINTF 1
#define HAVE_GETHOSTNAME 1
#define HAVE_STRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_ACOS 1
#define HAVE_ASIN 1
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment