Skip to content

Instantly share code, notes, and snippets.

@vkurup
Created October 9, 2011 12:14
Show Gist options
  • Save vkurup/1273610 to your computer and use it in GitHub Desktop.
Save vkurup/1273610 to your computer and use it in GitHub Desktop.
Ledger 3.0 config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ledger configure 3.0.0-20110325, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ configure CPPFLAGS=-isystem /usr/local/include -isystem /usr/include/python2.6 CXXFLAGS=-Wconversion -pthread -g -pipe LDFLAGS=-fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config --with-included-gettext --enable-python --enable-pch --enable-debug
## --------- ##
## Platform. ##
## --------- ##
hostname = cartman
uname -m = i686
uname -r = 2.6.35-30-generic-pae
uname -s = Linux
uname -v = #56-Ubuntu SMP Mon Jul 11 21:51:12 UTC 2011
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /home/vinod/src/android-sdk-linux_x86/platform-tools
PATH: /home/vinod/src/android-sdk-linux_x86/tools
PATH: /var/lib/gems/1.8/bin
PATH: /home/vinod/Dropbox/bin
PATH: /home/vinod/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /home/vinod/.rvm/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2842: checking for a BSD-compatible install
configure:2910: result: /usr/bin/install -c
configure:2921: checking whether build environment is sane
configure:2971: result: yes
configure:3112: checking for a thread-safe mkdir -p
configure:3151: result: /bin/mkdir -p
configure:3164: checking for gawk
configure:3180: found /usr/bin/gawk
configure:3191: result: gawk
configure:3202: checking whether make sets $(MAKE)
configure:3224: result: yes
configure:3337: checking for style of include used by make
configure:3365: result: GNU
configure:3435: checking for gcc
configure:3462: result: gcc
configure:3691: checking for C compiler version
configure:3700: gcc --version >&5
gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 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:3711: $? = 0
configure:3700: gcc -v >&5
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
configure:3711: $? = 0
configure:3700: gcc -V >&5
gcc: '-V' option must have argument
configure:3711: $? = 1
configure:3700: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3711: $? = 1
configure:3731: checking whether the C compiler works
configure:3753: gcc -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:3757: $? = 0
configure:3805: result: yes
configure:3808: checking for C compiler default output file name
configure:3810: result: a.out
configure:3816: checking for suffix of executables
configure:3823: gcc -o conftest -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:3827: $? = 0
configure:3849: result:
configure:3871: checking whether we are cross compiling
configure:3879: gcc -o conftest -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:3883: $? = 0
configure:3890: ./conftest
configure:3894: $? = 0
configure:3909: result: no
configure:3914: checking for suffix of object files
configure:3936: gcc -c -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:3940: $? = 0
configure:3961: result: o
configure:3965: checking whether we are using the GNU C compiler
configure:3984: gcc -c -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:3984: $? = 0
configure:3993: result: yes
configure:4002: checking whether gcc accepts -g
configure:4022: gcc -c -g -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4022: $? = 0
configure:4063: result: yes
configure:4080: checking for gcc option to accept ISO C89
configure:4144: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4144: $? = 0
configure:4157: result: none needed
configure:4179: checking dependency style of gcc
configure:4289: result: gcc3
configure:4310: checking how to run the C preprocessor
configure:4341: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:4341: $? = 0
configure:4355: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
conftest.c:11: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4355: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4380: result: gcc -E
configure:4400: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:4400: $? = 0
configure:4414: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
conftest.c:11: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4414: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4443: checking for grep that handles long lines and -e
configure:4501: result: /bin/grep
configure:4506: checking for egrep
configure:4568: result: /bin/grep -E
configure:4573: checking for ANSI C header files
configure:4593: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4593: $? = 0
configure:4666: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:4666: $? = 0
configure:4666: ./conftest
configure:4666: $? = 0
configure:4677: result: yes
configure:4690: checking for sys/types.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for sys/stat.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for stdlib.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for string.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for memory.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for strings.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for inttypes.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for stdint.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4690: checking for unistd.h
configure:4690: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4690: $? = 0
configure:4690: result: yes
configure:4703: checking minix/config.h usability
configure:4703: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
conftest.c:54: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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
| /* 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 <minix/config.h>
configure:4703: result: no
configure:4703: checking minix/config.h presence
configure:4703: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
conftest.c:21: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4703: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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
| /* end confdefs.h. */
| #include <minix/config.h>
configure:4703: result: no
configure:4703: checking for minix/config.h
configure:4703: result: no
configure:4724: checking whether it is safe to define __EXTENSIONS__
configure:4742: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:4742: $? = 0
configure:4749: result: yes
configure:4875: checking for C++ compiler version
configure:4884: g++ --version >&5
g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 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:4895: $? = 0
configure:4884: g++ -v >&5
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
configure:4895: $? = 0
configure:4884: g++ -V >&5
g++: '-V' option must have argument
configure:4895: $? = 1
configure:4884: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:4895: $? = 1
configure:4899: checking whether we are using the GNU C++ compiler
configure:4918: g++ -c -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp >&5
configure:4918: $? = 0
configure:4927: result: yes
configure:4936: checking whether g++ accepts -g
configure:4956: g++ -c -g -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp >&5
configure:4956: $? = 0
configure:4997: result: yes
configure:5022: checking dependency style of g++
configure:5132: result: gcc3
configure:5147: checking whether make sets $(MAKE)
configure:5169: result: yes
configure:5207: checking build system type
configure:5221: result: i686-pc-linux-gnu
configure:5241: checking host system type
configure:5254: result: i686-pc-linux-gnu
configure:5274: checking for a sed that does not truncate output
configure:5338: result: /bin/sed
configure:5356: checking for fgrep
configure:5418: result: /bin/grep -F
configure:5453: checking for ld used by gcc
configure:5520: result: g++
configure:5527: checking if the linker (g++) is GNU ld
configure:5542: result: no
configure:5554: checking for BSD- or MS-compatible name lister (nm)
configure:5603: result: /usr/bin/nm -B
configure:5721: checking the name lister (/usr/bin/nm -B) interface
configure:5728: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:5731: /usr/bin/nm -B "conftest.o"
configure:5734: output
00000000 B some_variable
configure:5741: result: BSD nm
configure:5744: checking whether ln -s works
configure:5748: result: yes
configure:5756: checking the maximum length of command line arguments
configure:5876: result: 1572864
configure:5893: checking whether the shell understands some XSI constructs
configure:5903: result: yes
configure:5907: checking whether the shell understands "+="
configure:5913: result: yes
configure:5948: checking for g++ option to reload object files
configure:5955: result: -r
configure:6024: checking for objdump
configure:6040: found /usr/bin/objdump
configure:6051: result: objdump
configure:6083: checking how to recognize dependent libraries
configure:6279: result: pass_all
configure:6339: checking for ar
configure:6355: found /usr/bin/ar
configure:6366: result: ar
configure:6444: checking for strip
configure:6460: found /usr/bin/strip
configure:6471: result: strip
configure:6543: checking for ranlib
configure:6559: found /usr/bin/ranlib
configure:6570: result: ranlib
configure:6660: checking command to parse /usr/bin/nm -B output from gcc object
configure:6778: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:6781: $? = 0
configure:6785: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6788: $? = 0
configure:6842: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c conftstm.o >&5
configure:6845: $? = 0
configure:6883: result: ok
configure:7688: checking for dlfcn.h
configure:7688: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:7688: $? = 0
configure:7688: result: yes
configure:7813: checking for C++ compiler version
configure:7822: g++ --version >&5
g++ (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5
Copyright (C) 2010 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:7833: $? = 0
configure:7822: g++ -v >&5
Using built-in specs.
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.4.4-14ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.4 --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5)
configure:7833: $? = 0
configure:7822: g++ -V >&5
g++: '-V' option must have argument
configure:7833: $? = 1
configure:7822: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:7833: $? = 1
configure:7837: checking whether we are using the GNU C++ compiler
configure:7865: result: yes
configure:7874: checking whether g++ accepts -g
configure:7935: result: yes
configure:7960: checking dependency style of g++
configure:8070: result: gcc3
configure:8093: checking how to run the C++ preprocessor
configure:8120: g++ -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp
configure:8120: $? = 0
configure:8134: g++ -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp
conftest.cpp:27: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8134: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8159: result: g++ -E
configure:8179: g++ -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp
configure:8179: $? = 0
configure:8193: g++ -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp
conftest.cpp:27: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8193: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:8399: checking for objdir
configure:8414: result: .libs
configure:8710: checking if gcc supports -fno-rtti -fno-exceptions
configure:8728: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8732: $? = 0
configure:8745: result: no
configure:8765: checking for gcc option to produce PIC
configure:9037: result: -fPIC -DPIC
configure:9049: checking if gcc PIC flag -fPIC -DPIC works
configure:9067: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fPIC -DPIC -DPIC conftest.c >&5
configure:9071: $? = 0
configure:9084: result: yes
configure:9108: checking if gcc static flag -static works
configure:9136: result: yes
configure:9151: checking if gcc supports -c -o file.o
configure:9172: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -o out/conftest2.o conftest.c >&5
configure:9176: $? = 0
configure:9198: result: yes
configure:9206: checking if gcc supports -c -o file.o
configure:9253: result: yes
configure:9286: checking whether the gcc linker (g++) supports shared libraries
configure:10277: result: no
configure:10516: checking dynamic linker characteristics
configure:10949: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:10949: $? = 0
configure:11179: result: GNU/Linux ld.so
configure:11281: checking how to hardcode library paths into programs
configure:11306: result: unsupported
configure:11826: checking whether stripping libraries is possible
configure:11831: result: yes
configure:11866: checking if libtool supports shared libraries
configure:11868: result: no
configure:11871: checking whether to build shared libraries
configure:11892: result: no
configure:11895: checking whether to build static libraries
configure:11899: result: yes
configure:12049: checking for ld used by g++
configure:12116: result: g++
configure:12123: checking if the linker (g++) is GNU ld
configure:12138: result: no
configure:12193: checking whether the g++ linker (g++) supports shared libraries
configure:13106: result: yes
configure:13134: g++ -c -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.cpp >&5
configure:13137: $? = 0
configure:13319: checking for g++ option to produce PIC
configure:13636: result: -fPIC -DPIC
configure:13645: checking if g++ PIC flag -fPIC -DPIC works
configure:13663: g++ -c -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13667: $? = 0
configure:13680: result: yes
configure:13701: checking if g++ static flag -static works
configure:13729: result: yes
configure:13741: checking if g++ supports -c -o file.o
configure:13762: g++ -c -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -o out/conftest2.o conftest.cpp >&5
configure:13766: $? = 0
configure:13788: result: yes
configure:13793: checking if g++ supports -c -o file.o
configure:13840: result: yes
configure:13870: checking whether the g++ linker (g++) supports shared libraries
configure:13899: result: yes
configure:14036: checking dynamic linker characteristics
configure:14417: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp >&5
configure:14417: $? = 0
configure:14647: result: GNU/Linux ld.so
configure:14698: checking how to hardcode library paths into programs
configure:14723: result: unsupported
configure:14782: checking whether NLS is requested
configure:14791: result: yes
configure:14832: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:14864: result: /usr/bin/msgfmt
configure:14873: checking for gmsgfmt
configure:14904: result: /usr/bin/msgfmt
configure:14955: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:14987: result: /usr/bin/xgettext
configure:15033: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:15064: result: /usr/bin/msgmerge
configure:15082: checking whether we are using the GNU C Library 2 or newer
configure:15109: result: yes
configure:15158: checking for ranlib
configure:15185: result: ranlib
configure:15212: checking for simple visibility declarations
configure:15234: gcc -c -g -O2 -fvisibility=hidden -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15234: $? = 0
configure:15243: result: yes
configure:15258: checking for inline
configure:15274: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15274: $? = 0
configure:15282: result: inline
configure:15300: checking for size_t
configure:15300: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15300: $? = 0
configure:15300: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
conftest.c: In function 'main':
conftest.c:65: error: expected expression before ')' token
configure:15300: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 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
| int
| main ()
| {
| if (sizeof ((size_t)))
| return 0;
| ;
| return 0;
| }
configure:15300: result: yes
configure:15312: checking for stdint.h
configure:15329: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15329: $? = 0
configure:15336: result: yes
configure:15348: checking for working alloca.h
configure:15365: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:15365: $? = 0
configure:15373: result: yes
configure:15381: checking for alloca
configure:15418: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:15418: $? = 0
configure:15426: result: yes
configure:15541: checking for stdlib.h
configure:15541: result: yes
configure:15541: checking for unistd.h
configure:15541: result: yes
configure:15541: checking for sys/param.h
configure:15541: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15541: $? = 0
configure:15541: result: yes
configure:15561: checking for getpagesize
configure:15561: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:15561: $? = 0
configure:15561: result: yes
configure:15570: checking for working mmap
configure:15717: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:15717: $? = 0
configure:15717: ./conftest
configure:15717: $? = 0
configure:15727: result: yes
configure:15738: checking whether integer division by zero raises SIGFPE
configure:15804: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
conftest.c:51: warning: built-in function 'nan' declared as non-function
configure:15804: $? = 0
configure:15804: ./conftest
configure:15804: $? = 0
configure:15816: result: yes
configure:15829: checking for inttypes.h
configure:15846: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15846: $? = 0
configure:15853: result: yes
configure:15864: checking for unsigned long long int
configure:15904: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:15904: $? = 0
configure:15912: result: yes
configure:15942: checking for inttypes.h
configure:15942: result: yes
configure:15953: checking whether the inttypes.h PRIxNN macros are broken
configure:15974: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:15974: $? = 0
configure:15982: result: no
configure:16077: checking for ld used by GCC
configure:16141: result: g++
configure:16148: checking if the linker (g++) is GNU ld
configure:16161: result: no
configure:16168: checking for shared library run path origin
configure:16181: result: done
configure:16227: checking whether imported symbols can be declared weak
configure:16242: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:16242: $? = 0
configure:16247: result: yes
configure:16252: checking pthread.h usability
configure:16252: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:16252: $? = 0
configure:16252: result: yes
configure:16252: checking pthread.h presence
configure:16252: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:16252: $? = 0
configure:16252: result: yes
configure:16252: checking for pthread.h
configure:16252: result: yes
configure:16280: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
/tmp/ccshZ1uE.o: In function `main':
/home/vinod/src/ledger/conftest.c:47: undefined reference to `pthread_mutexattr_init'
collect2: ld returned 1 exit status
configure:16280: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_mutex_lock((pthread_mutex_t*)0);
| pthread_mutexattr_init((pthread_mutexattr_t*)0);
| ;
| return 0;
| }
configure:16343: checking for pthread_kill in -lpthread
configure:16368: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -lpthread >&5
configure:16368: $? = 0
configure:16377: result: yes
configure:16447: checking for pthread_rwlock_t
configure:16447: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:16447: $? = 0
configure:16447: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
conftest.c: In function 'main':
conftest.c:49: error: expected expression before ')' token
configure:16447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| /* end confdefs.h. */
| #include <pthread.h>
|
| int
| main ()
| {
| if (sizeof ((pthread_rwlock_t)))
| return 0;
| ;
| return 0;
| }
configure:16447: result: yes
configure:16472: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:16472: $? = 0
configure:17070: checking for multithread API to use
configure:17072: result: posix
configure:17540: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17540: $? = 0
configure:17551: checking argz.h usability
configure:17551: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:17551: $? = 0
configure:17551: result: yes
configure:17551: checking argz.h presence
configure:17551: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:17551: $? = 0
configure:17551: result: yes
configure:17551: checking for argz.h
configure:17551: result: yes
configure:17551: checking for inttypes.h
configure:17551: result: yes
configure:17551: checking limits.h usability
configure:17551: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:17551: $? = 0
configure:17551: result: yes
configure:17551: checking limits.h presence
configure:17551: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:17551: $? = 0
configure:17551: result: yes
configure:17551: checking for limits.h
configure:17551: result: yes
configure:17551: checking for unistd.h
configure:17551: result: yes
configure:17551: checking for sys/param.h
configure:17551: result: yes
configure:17566: checking for getcwd
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for getegid
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for geteuid
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for getgid
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for getuid
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for mempcpy
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
conftest.c:80: warning: conflicting types for built-in function 'mempcpy'
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for munmap
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for stpcpy
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
conftest.c:82: warning: conflicting types for built-in function 'stpcpy'
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for strcasecmp
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
conftest.c:83: warning: conflicting types for built-in function 'strcasecmp'
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for strdup
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
conftest.c:84: warning: conflicting types for built-in function 'strdup'
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for strtoul
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for tsearch
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for argz_count
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for argz_stringify
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for argz_next
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17566: checking for __fsetlocking
configure:17566: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17566: $? = 0
configure:17566: result: yes
configure:17577: checking whether feof_unlocked is declared
configure:17597: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:17597: $? = 0
configure:17604: result: yes
configure:17618: checking whether fgets_unlocked is declared
configure:17638: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:17638: $? = 0
configure:17645: result: yes
configure:17689: checking for iconv
configure:17711: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17711: $? = 0
configure:17743: result: yes
configure:17746: checking for working iconv
configure:17822: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17822: $? = 0
configure:17822: ./conftest
configure:17822: $? = 0
configure:17834: result: yes
configure:17862: checking for iconv declaration
configure:17891: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:17891: $? = 0
configure:17902: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:17913: checking for NL_LOCALE_NAME macro
configure:17932: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:17932: $? = 0
configure:17941: result: yes
configure:17953: checking for bison
configure:17983: result: no
configure:18011: checking for long long int
configure:18051: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18051: $? = 0
configure:18081: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18081: $? = 0
configure:18081: ./conftest
configure:18081: $? = 0
configure:18096: result: yes
configure:18105: checking for wchar_t
configure:18122: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:18122: $? = 0
configure:18129: result: yes
configure:18138: checking for wint_t
configure:18163: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:18163: $? = 0
configure:18170: result: yes
configure:18181: checking for intmax_t
configure:18207: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:18207: $? = 0
configure:18214: result: yes
configure:18224: checking whether printf() supports POSIX/XSI format strings
configure:18265: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18265: $? = 0
configure:18265: ./conftest
configure:18265: $? = 0
configure:18276: result: yes
configure:18287: checking whether we are using the GNU C Library 2.1 or newer
configure:18314: result: yes
configure:18323: checking for stdint.h
configure:18323: result: yes
configure:18333: checking for SIZE_MAX
configure:18405: result: yes
configure:18420: checking for stdint.h
configure:18420: result: yes
configure:18432: checking for CFPreferencesCopyAppValue
configure:18450: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:80: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
compilation terminated.
configure:18450: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:18459: result: no
configure:18466: checking for CFLocaleCopyCurrent
configure:18484: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:80: fatal error: CoreFoundation/CFLocale.h: No such file or directory
compilation terminated.
configure:18484: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:18493: result: no
configure:18511: checking for ptrdiff_t
configure:18511: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:18511: $? = 0
configure:18511: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: expected expression before ')' token
configure:18511: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_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
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:18511: result: yes
configure:18524: checking stddef.h usability
configure:18524: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:18524: $? = 0
configure:18524: result: yes
configure:18524: checking stddef.h presence
configure:18524: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:18524: $? = 0
configure:18524: result: yes
configure:18524: checking for stddef.h
configure:18524: result: yes
configure:18524: checking for stdlib.h
configure:18524: result: yes
configure:18524: checking for string.h
configure:18524: result: yes
configure:18537: checking for asprintf
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18537: $? = 0
configure:18537: result: yes
configure:18537: checking for fwprintf
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18537: $? = 0
configure:18537: result: yes
configure:18537: checking for putenv
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18537: $? = 0
configure:18537: result: yes
configure:18537: checking for setenv
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18537: $? = 0
configure:18537: result: yes
configure:18537: checking for setlocale
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18537: $? = 0
configure:18537: result: yes
configure:18537: checking for snprintf
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
conftest.c:111: warning: conflicting types for built-in function 'snprintf'
configure:18537: $? = 0
configure:18537: result: yes
configure:18537: checking for wcslen
configure:18537: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18537: $? = 0
configure:18537: result: yes
configure:18548: checking whether _snprintf is declared
configure:18568: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
conftest.c: In function 'main':
conftest.c:96: error: '_snprintf' undeclared (first use in this function)
conftest.c:96: error: (Each undeclared identifier is reported only once
conftest.c:96: error: for each function it appears in.)
configure:18568: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snprintf
| char *p = (char *) _snprintf;
| #endif
|
| ;
| return 0;
| }
configure:18575: result: no
configure:18589: checking whether _snwprintf is declared
configure:18609: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
conftest.c: In function 'main':
conftest.c:97: error: '_snwprintf' undeclared (first use in this function)
conftest.c:97: error: (Each undeclared identifier is reported only once
conftest.c:97: error: for each function it appears in.)
configure:18609: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 0
| /* end confdefs.h. */
| #include <stdio.h>
| int
| main ()
| {
|
| #ifndef _snwprintf
| char *p = (char *) _snwprintf;
| #endif
|
| ;
| return 0;
| }
configure:18616: result: no
configure:18631: checking whether getc_unlocked is declared
configure:18651: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:18651: $? = 0
configure:18658: result: yes
configure:18697: checking for nl_langinfo and CODESET
configure:18713: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18713: $? = 0
configure:18722: result: yes
configure:18731: checking for LC_MESSAGES
configure:18747: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c >&5
configure:18747: $? = 0
configure:18755: result: yes
configure:18906: checking for CFPreferencesCopyAppValue
configure:18933: result: no
configure:18940: checking for CFLocaleCopyCurrent
configure:18967: result: no
configure:19002: checking whether included gettext is requested
configure:19012: result: yes
configure:19627: checking whether to use NLS
configure:19629: result: yes
configure:19632: checking where the gettext function comes from
configure:19643: result: included intl directory
configure:19739: checking for emacs
configure:19755: found /usr/bin/emacs
configure:19766: result: emacs
configure:19790: checking where .elc files should go
configure:19803: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50git-core.el (source)...
Loading /etc/emacs/site-start.d/50ledger.el (source)...
Loading /etc/emacs/site-start.d/50python-docutils.el (source)...
Loading /etc/emacs/site-start.d/50yasnippet.el (source)...
configure:19806: $? = 0
configure:19819: result: ${datarootdir}/emacs/site-lisp
configure:19948: checking if pipes can be used
configure:19993: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp >&5
configure:19993: $? = 0
configure:20007: result: true
configure:20017: checking if GMP is available
configure:20043: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lgmp >&5
configure:20043: $? = 0
configure:20058: result: true
configure:20071: checking if MPFR is available
configure:20099: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lmpfr -lgmp >&5
configure:20099: $? = 0
configure:20114: result: true
configure:20127: checking if libedit is available
configure:20155: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -ledit -lmpfr -lgmp >&5
configure:20155: $? = 0
configure:20170: result: true
configure:20181: checking if boost_regex is available
configure:20205: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lboost_regex -ledit -lmpfr -lgmp >&5
configure:20205: $? = 0
configure:20220: result: true
configure:20232: checking if boost_regex w/ICU is available
configure:20259: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:20259: $? = 0
configure:20274: result: true
configure:20285: checking if boost_date_time is available
configure:20327: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:20327: $? = 0
configure:20342: result: true
configure:20355: checking if boost_filesystem is available
configure:20379: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:20379: $? = 0
configure:20394: result: true
configure:20407: checking if boost_iostreams is available
configure:20441: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:20441: $? = 0
configure:20456: result: true
configure:20541: checking for a Python interpreter with version >= 2.4
configure:20558: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:20561: $? = 0
configure:20567: result: python
configure:20575: checking for python
configure:20593: found /usr/bin/python
configure:20605: result: /usr/bin/python
configure:20623: checking for python version
configure:20630: result: 2.6
configure:20642: checking for python platform
configure:20649: result: linux2
configure:20656: checking for python script directory
configure:20685: result: ${prefix}/lib/python2.6/dist-packages
configure:20694: checking for python extension module directory
configure:20723: result: ${exec_prefix}/lib/python2.6/dist-packages
configure:20745: checking if boost_python is available
configure:20774: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lboost_python -lpython2.6 -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
/usr/bin/ld: cannot find -lboost_python
collect2: ld returned 1 exit status
configure:20774: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define DEBUG_MODE 1
| #define USE_PCH 1
| #define HAVE_UNIX_PIPES 1
| #define HAVE_LIBEDIT 1
| #define HAVE_BOOST_REGEX_UNICODE 1
| /* end confdefs.h. */
| #include <boost/python.hpp>
| using namespace boost::python;
| class foo {};
| BOOST_PYTHON_MODULE(samp) {
| class_< foo > ("foo") ;
| }
| int
| main ()
| {
| return 0
| ;
| return 0;
| }
configure:20789: result: false
configure:20836: checking if boost_test is available
configure:20855: g++ -o conftest -Wconversion -pthread -g -pipe -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.cpp -lboost_unit_test_framework -lboost_test_exec_monitor -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
/usr/bin/ld: cannot find -lboost_unit_test_framework
/usr/bin/ld: cannot find -lboost_test_exec_monitor
collect2: ld returned 1 exit status
configure:20855: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ledger"
| #define PACKAGE_TARNAME "ledger"
| #define PACKAGE_VERSION "3.0.0-20110325"
| #define PACKAGE_STRING "ledger 3.0.0-20110325"
| #define PACKAGE_BUGREPORT "johnw@newartisans.com"
| #define PACKAGE_URL ""
| #define PACKAGE "ledger"
| #define VERSION "3.0.0-20110325"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_VISIBILITY 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define INTDIV0_RAISES_SIGFPE 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_INTTYPES_H 1
| #define USE_POSIX_THREADS 1
| #define USE_POSIX_THREADS_WEAK 1
| #define HAVE_PTHREAD_RWLOCK 1
| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
| #define HAVE_BUILTIN_EXPECT 1
| #define HAVE_ARGZ_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MUNMAP 1
| #define HAVE_STPCPY 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ARGZ_COUNT 1
| #define HAVE_ARGZ_STRINGIFY 1
| #define HAVE_ARGZ_NEXT 1
| #define HAVE___FSETLOCKING 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| #define HAVE_NL_LOCALE_NAME 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_POSIX_PRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_ASPRINTF 1
| #define HAVE_FWPRINTF 1
| #define HAVE_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_DECL__SNPRINTF 0
| #define HAVE_DECL__SNWPRINTF 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define DEBUG_MODE 1
| #define USE_PCH 1
| #define HAVE_UNIX_PIPES 1
| #define HAVE_LIBEDIT 1
| #define HAVE_BOOST_REGEX_UNICODE 1
| /* end confdefs.h. */
| #define BOOST_TEST_MODULE sample
| #include <boost/test/unit_test.hpp>
| BOOST_AUTO_TEST_CASE(test_test) {}
configure:20870: result: false
configure:20883: checking for ANSI C header files
configure:20987: result: yes
configure:20995: checking whether stat file-mode macros are broken
configure:21022: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:21022: $? = 0
configure:21029: result: no
configure:21039: checking langinfo.h usability
configure:21039: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:21039: $? = 0
configure:21039: result: yes
configure:21039: checking langinfo.h presence
configure:21039: gcc -E -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c
configure:21039: $? = 0
configure:21039: result: yes
configure:21039: checking for langinfo.h
configure:21039: result: yes
configure:21051: checking for size_t
configure:21051: result: yes
configure:21062: checking whether struct tm is in sys/time.h or time.h
configure:21082: gcc -c -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 conftest.c >&5
configure:21082: $? = 0
configure:21089: result: time.h
configure:21105: checking for access
configure:21105: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:21105: $? = 0
configure:21105: result: yes
configure:21105: checking for realpath
configure:21105: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:21105: $? = 0
configure:21105: result: yes
configure:21105: checking for getpwuid
configure:21105: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:21105: $? = 0
configure:21105: result: yes
configure:21105: checking for getpwnam
configure:21105: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:21105: $? = 0
configure:21105: result: yes
configure:21105: checking for isatty
configure:21105: gcc -o conftest -g -O2 -isystem /usr/local/include -isystem /usr/include/python2.6 -fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config conftest.c -lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp >&5
configure:21105: $? = 0
configure:21105: result: yes
configure:21289: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by ledger config.status 3.0.0-20110325, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on cartman
config.status:1300: creating Makefile
config.status:1300: creating po/Makefile.in
config.status:1300: creating intl/Makefile
config.status:1300: creating config.h
config.status:1528: executing depfiles commands
config.status:1528: executing libtool commands
config.status:1528: executing po-directories commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
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=gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-isystem /usr/local/include -isystem /usr/include/python2.6'
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='-Wconversion -pthread -g -pipe'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config'
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___fsetlocking=yes
ac_cv_func_access=yes
ac_cv_func_alloca_works=yes
ac_cv_func_argz_count=yes
ac_cv_func_argz_next=yes
ac_cv_func_argz_stringify=yes
ac_cv_func_asprintf=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getuid=yes
ac_cv_func_isatty=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_realpath=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__snprintf=no
ac_cv_have_decl__snwprintf=no
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_fgets_unlocked=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_header_argz_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_lib_pthread_pthread_kill=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
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_safe_to_define___extensions__=yes
ac_cv_struct_tm=time.h
ac_cv_type_long_long_int=yes
ac_cv_type_pthread_rwlock_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_size_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=g++
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_lispdir='${datarootdir}/emacs/site-lisp'
am_cv_pathless_PYTHON=python
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python2.6/dist-packages'
am_cv_python_version=2.6
boost_date_time_cpplib_avail_cv_=true
boost_filesystem_cpplib_avail_cv_=true
boost_iostreams_cpplib_avail_cv_=true
boost_python_cpplib_avail_cv_=false
boost_regex_avail_cv_=true
boost_regex_icu_avail_cv_=true
boost_test_avail_cv_=false
gl_cv_cc_visibility=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_stdint_h=yes
gl_cv_size_max=yes
gt_cv_c_intmax_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_printf_posix=yes
gt_cv_int_divbyzero_sigfpe=yes
gt_cv_inttypes_pri_broken=no
gt_cv_nl_locale_name=yes
gt_cv_val_LC_MESSAGES=yes
libedit_avail_cv_=true
libgmp_avail_cv_=true
libmpfr_avail_cv_=true
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=g++
lt_cv_path_LDCXX=g++
lt_cv_path_NM='/usr/bin/nm -B'
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=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_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/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
nls_cv_force_use_gnu_gettext=yes
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=yes
pipes_avail_cv_=true
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/vinod/src/ledger/missing --run aclocal-1.11'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/vinod/src/ledger/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /home/vinod/src/ledger/missing --run autoconf'
AUTOHEADER='${SHELL} /home/vinod/src/ledger/missing --run autoheader'
AUTOMAKE='${SHELL} /home/vinod/src/ledger/missing --run automake-1.11'
AWK='gawk'
BOOST_SUFFIX=''
BUILD_INCLUDED_LIBINTL='yes'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CFLAG_VISIBILITY='-fvisibility=hidden'
CPP='gcc -E'
CPPFLAGS='-isystem /usr/local/include -isystem /usr/include/python2.6'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-Wconversion -pthread -g -pipe'
CYGPATH_W='echo'
DATADIRNAME='share'
DEBUG_FALSE='#'
DEBUG_TRUE=''
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EXEEXT=''
FGREP='/bin/grep -F'
GENCAT='gencat'
GETTEXT_MACRO_VERSION='0.17'
GLIBC21='yes'
GLIBC2='yes'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
HAVE_ASPRINTF='1'
HAVE_BOOST_PYTHON_FALSE=''
HAVE_BOOST_PYTHON_TRUE='#'
HAVE_BOOST_SERIALIZATION_FALSE=''
HAVE_BOOST_SERIALIZATION_TRUE='#'
HAVE_BOOST_TEST_FALSE=''
HAVE_BOOST_TEST_TRUE='#'
HAVE_POSIX_PRINTF='1'
HAVE_PYTHON_FALSE='#'
HAVE_PYTHON_TRUE=''
HAVE_SNPRINTF='1'
HAVE_VISIBILITY='1'
HAVE_WPRINTF='0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLLIBS='${top_builddir}/intl/libintl.a '
INTLOBJS='$(GETTOBJS)'
INTL_LIBTOOL_SUFFIX_PREFIX=''
INTL_MACOSX_LIBS=''
LD='g++'
LDFLAGS='-fpch-deps -g -L/usr/local/lib -L/usr/lib -L/usr/lib/python2.6/config'
LIBICONV=''
LIBINTL='${top_builddir}/intl/libintl.a '
LIBMULTITHREAD='-lpthread'
LIBOBJS=''
LIBPTH=''
LIBPTH_PREFIX=''
LIBS='-lboost_iostreams -lboost_system -lboost_filesystem -lboost_system -lboost_date_time -licuuc -lboost_regex -ledit -lmpfr -lgmp '
LIBTHREAD=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBC='-lc'
LTLIBICONV=''
LTLIBINTL='${top_builddir}/intl/libintl.a '
LTLIBMULTITHREAD='-lpthread'
LTLIBOBJS=''
LTLIBPTH=''
LTLIBTHREAD=''
MAKEINFO='${SHELL} /home/vinod/src/ledger/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='ledger'
PACKAGE_BUGREPORT='johnw@newartisans.com'
PACKAGE_NAME='ledger'
PACKAGE_STRING='ledger 3.0.0-20110325'
PACKAGE_TARNAME='ledger'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.0-20110325'
PATH_SEPARATOR=':'
POSUB='po'
PRI_MACROS_BROKEN='0'
PYTHON='/usr/bin/python'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.6'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
USE_CACHE_OPTION_FALSE=''
USE_CACHE_OPTION_TRUE='#'
USE_DOXYGEN_FALSE=''
USE_DOXYGEN_TRUE='#'
USE_INCLUDED_LIBINTL='yes'
USE_NLS='yes'
USE_PCH_FALSE='#'
USE_PCH_TRUE=''
VERSION='3.0.0-20110325'
WINDRES=''
WOE32='no'
WOE32DLL='no'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/vinod/src/ledger/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datarootdir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/ledger'
pkgpythondir='${pythondir}/ledger'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.6/dist-packages'
pythondir='${prefix}/lib/python2.6/dist-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "ledger"
#define PACKAGE_TARNAME "ledger"
#define PACKAGE_VERSION "3.0.0-20110325"
#define PACKAGE_STRING "ledger 3.0.0-20110325"
#define PACKAGE_BUGREPORT "johnw@newartisans.com"
#define PACKAGE_URL ""
#define PACKAGE "ledger"
#define VERSION "3.0.0-20110325"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_VISIBILITY 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define INTDIV0_RAISES_SIGFPE 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_UINTMAX_T 1
#define HAVE_INTTYPES_H 1
#define USE_POSIX_THREADS 1
#define USE_POSIX_THREADS_WEAK 1
#define HAVE_PTHREAD_RWLOCK 1
#define HAVE_PTHREAD_MUTEX_RECURSIVE 1
#define HAVE_BUILTIN_EXPECT 1
#define HAVE_ARGZ_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MEMPCPY 1
#define HAVE_MUNMAP 1
#define HAVE_STPCPY 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define HAVE_ARGZ_COUNT 1
#define HAVE_ARGZ_STRINGIFY 1
#define HAVE_ARGZ_NEXT 1
#define HAVE___FSETLOCKING 1
#define HAVE_DECL_FEOF_UNLOCKED 1
#define HAVE_DECL_FGETS_UNLOCKED 1
#define HAVE_ICONV 1
#define ICONV_CONST
#define HAVE_NL_LOCALE_NAME 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_INTMAX_T 1
#define HAVE_POSIX_PRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_ASPRINTF 1
#define HAVE_FWPRINTF 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_SNPRINTF 1
#define HAVE_WCSLEN 1
#define HAVE_DECL__SNPRINTF 0
#define HAVE_DECL__SNWPRINTF 0
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define DEBUG_MODE 1
#define USE_PCH 1
#define HAVE_UNIX_PIPES 1
#define HAVE_LIBEDIT 1
#define HAVE_BOOST_REGEX_UNICODE 1
#define STDC_HEADERS 1
#define HAVE_LANGINFO_H 1
#define HAVE_ACCESS 1
#define HAVE_REALPATH 1
#define HAVE_GETPWUID 1
#define HAVE_GETPWNAM 1
#define HAVE_ISATTY 1
configure: exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment