monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] trouble with monotone 0.30, now on Ubuntu AMD64


From: hendrik
Subject: [Monotone-devel] trouble with monotone 0.30, now on Ubuntu AMD64
Date: Sat, 23 Sep 2006 21:06:48 -0400
User-agent: Mutt/1.5.9i

Well, I suppose there's going to be another stupid error I've made,
just like the last time when there turned out to be NFS locking
problems (which I still don't know how to fix).  TO acoid NFS,
I'm running all this on the server, which happens to be an AMD64
running in 64-bit mode.  The OS is Ubuntu dapper drake.

I re-unpacked the tarball into a fresh buikd directory, so nothing
would be left from the previous failed install.

But when I run ./configure, I get 


checking whether C++ streams support sync_with_stdio... configure: error: could 
not generate input for test 1


Here's the full console output, captured by 'script', followed by 
config.log.
The mailer took off the control-M's:



Script started on Fri 22 Sep 2006 12:02:49 AM EDT
address@hidden:~/install/monotone-0.30$ ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking for C++ compiler warning flags... unknown
checking for ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether the compiler knows -fexception... yes
checking whether this is Windows... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for sys/file.h... yes
checking for sys/socket.h... yes
checking for sys/time.h... yes
checking for termios.h... yes
checking for errno.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in mt-stdint.h (assuming C99 compatible system)
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
checking whether xgettext supports --flag... yes
checking for pthread_mutex_lock... yes
checking for cxxabi.h... no
checking whether the compiler supports typeof... no
checking whether the compiler supports extern template... no
checking whether the compiler supports __gnu_cxx::hash_map... no
checking whether the compiler supports std::hash_map... no
checking whether the compiler supports tr1::unordered_map... no
checking for early 4.0-series g++ bug in tr1 hashtables... yes
checking whether C++ streams support sync_with_stdio... configure: error: could 
not generate input for test 1
See `config.log' for more details.
address@hidden:~/install/monotone-0.30$ 
Script done on Sat 23 Sep 2006 08:43:12 PM EDT




And here's 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 monotone configure 0.30, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = april
uname -m = x86_64
uname -r = 2.6.15-26-amd64-server
uname -s = Linux
uname -v = #1 SMP Thu Aug 3 03:32:26 UTC 2006

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/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/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /farhome/hendrik/bin/x86_64
PATH: /usr/local/cm3/bin
PATH: /farhome/hendrik/bin/x86_64
PATH: /usr/local/cm3/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1837: checking for a BSD-compatible install
configure:1893: result: /usr/bin/install -c
configure:1904: checking whether build environment is sane
configure:1947: result: yes
configure:2012: checking for gawk
configure:2042: result: no
configure:2012: checking for mawk
configure:2028: found /usr/bin/mawk
configure:2039: result: mawk
configure:2050: checking whether make sets $(MAKE)
configure:2071: result: yes
configure:2250: checking how to create a ustar tar archive
configure:2263: tar --version
tar (GNU tar) 1.15.1
configure:2266: $? = 0
configure:2306: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" 
>conftest.tar
configure:2309: $? = 0
configure:2313: tar -xf - <conftest.tar
configure:2316: $? = 0
configure:2329: result: gnutar
configure:2355: checking for style of include used by make
configure:2383: result: GNU
configure:2456: checking for gcc
configure:2472: found /usr/bin/gcc
configure:2483: result: gcc
configure:2721: checking for C compiler version
configure:2728: gcc --version >&5
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
Copyright (C) 2006 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:2731: $? = 0
configure:2738: gcc -v >&5
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --enable-nls 
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release x86_64-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:2741: $? = 0
configure:2748: gcc -V >&5
gcc: '-V' option must have argument
configure:2751: $? = 1
configure:2774: checking for C compiler default output file name
configure:2801: gcc    conftest.c  >&5
configure:2804: $? = 0
configure:2850: result: a.out
configure:2855: checking whether the C compiler works
configure:2865: ./a.out
configure:2868: $? = 0
configure:2885: result: yes
configure:2892: checking whether we are cross compiling
configure:2894: result: no
configure:2897: checking for suffix of executables
configure:2904: gcc -o conftest    conftest.c  >&5
configure:2907: $? = 0
configure:2931: result: 
configure:2937: checking for suffix of object files
configure:2963: gcc -c   conftest.c >&5
configure:2966: $? = 0
configure:2989: result: o
configure:2993: checking whether we are using the GNU C compiler
configure:3022: gcc -c   conftest.c >&5
configure:3028: $? = 0
configure:3035: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3038: $? = 0
configure:3045: test -s conftest.o
configure:3048: $? = 0
configure:3062: result: yes
configure:3067: checking whether gcc accepts -g
configure:3097: gcc -c -g  conftest.c >&5
configure:3103: $? = 0
configure:3110: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3113: $? = 0
configure:3120: test -s conftest.o
configure:3123: $? = 0
configure:3253: result: yes
configure:3270: checking for gcc option to accept ISO C89
configure:3344: gcc  -c -g -O2  conftest.c >&5
configure:3350: $? = 0
configure:3357: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3360: $? = 0
configure:3367: test -s conftest.o
configure:3370: $? = 0
configure:3390: result: none needed
configure:3410: checking dependency style of gcc
configure:3500: result: gcc3
configure:3518: checking whether gcc and cc understand -c and -o together
configure:3553: gcc -c conftest.c -o conftest2.o >&5
configure:3556: $? = 0
configure:3562: gcc -c conftest.c -o conftest2.o >&5
configure:3565: $? = 0
configure:3576: cc -c conftest.c >&5
configure:3579: $? = 0
configure:3587: cc -c conftest.c -o conftest2.o >&5
configure:3590: $? = 0
configure:3596: cc -c conftest.c -o conftest2.o >&5
configure:3599: $? = 0
configure:3617: result: yes
configure:3648: checking how to run the C preprocessor
configure:3688: gcc -E  conftest.c
configure:3694: $? = 0
configure:3732: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3738: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3778: result: gcc -E
configure:3807: gcc -E  conftest.c
configure:3813: $? = 0
configure:3851: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3857: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3902: checking for grep that handles long lines and -e
configure:3976: result: /bin/grep
configure:3981: checking for egrep
configure:4059: result: /bin/grep -E
configure:4065: checking whether gcc needs -traditional
configure:4107: result: no
configure:4173: checking for g++
configure:4203: result: no
configure:4173: checking for c++
configure:4203: result: no
configure:4173: checking for gpp
configure:4203: result: no
configure:4173: checking for aCC
configure:4203: result: no
configure:4173: checking for CC
configure:4203: result: no
configure:4173: checking for cxx
configure:4203: result: no
configure:4173: checking for cc++
configure:4203: result: no
configure:4173: checking for cl.exe
configure:4203: result: no
configure:4173: checking for FCC
configure:4203: result: no
configure:4173: checking for KCC
configure:4203: result: no
configure:4173: checking for RCC
configure:4203: result: no
configure:4173: checking for xlC_r
configure:4203: result: no
configure:4173: checking for xlC
configure:4203: result: no
configure:4231: checking for C++ compiler version
configure:4238: g++ --version >&5
./configure: line 4239: g++: command not found
configure:4241: $? = 127
configure:4248: g++ -v >&5
./configure: line 4249: g++: command not found
configure:4251: $? = 127
configure:4258: g++ -V >&5
./configure: line 4259: g++: command not found
configure:4261: $? = 127
configure:4264: checking whether we are using the GNU C++ compiler
configure:4293: g++ -c   conftest.cpp >&5
./configure: line 4294: g++: command not found
configure:4299: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:4333: result: no
configure:4338: checking whether g++ accepts -g
configure:4368: g++ -c -g  conftest.cpp >&5
./configure: line 4369: g++: command not found
configure:4374: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4423: g++ -c   conftest.cpp >&5
./configure: line 4424: g++: command not found
configure:4429: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4479: g++ -c -g  conftest.cpp >&5
./configure: line 4480: g++: command not found
configure:4485: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4524: result: no
configure:4549: checking dependency style of g++
configure:4639: result: none
configure:4663: checking for C++ compiler warning flags
configure:4762: result: unknown
configure:4853: checking for ranlib
configure:4869: found /usr/bin/ranlib
configure:4880: result: ranlib
configure:4911: checking for an ANSI C-conforming const
configure:4986: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
configure:4992: $? = 0
configure:4999: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5002: $? = 0
configure:5009: test -s conftest.o
configure:5012: $? = 0
configure:5024: result: yes
configure:5034: checking for inline
configure:5060: gcc -c -g -O2 -fno-strict-aliasing  conftest.c >&5
configure:5066: $? = 0
configure:5073: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5076: $? = 0
configure:5083: test -s conftest.o
configure:5086: $? = 0
configure:5101: result: inline
configure:5122: checking whether the compiler knows -fexception
configure:5150: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5156: $? = 0
configure:5163: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5166: $? = 0
configure:5173: test -s conftest.o
configure:5176: $? = 0
configure:5190: result: yes
configure:5197: checking whether this is Windows
configure:5226: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:16: error: 'HANDLE' undeclared (first use in this function)
conftest.c:16: error: (Each undeclared identifier is reported only once
conftest.c:16: error: for each function it appears in.)
conftest.c:16: error: syntax error before 'h'
conftest.c:16: error: 'DWORD' undeclared (first use in this function)
configure:5232: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| /* end confdefs.h.  */
| #ifdef WIN32
|                        #include <windows.h>
|                        #endif
| int
| main ()
| {
| HANDLE h; DWORD d;
|   ;
|   return 0;
| }
configure:5265: result: no
configure:5302: checking for ANSI C header files
configure:5332: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5338: $? = 0
configure:5345: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5348: $? = 0
configure:5355: test -s conftest.o
configure:5358: $? = 0
configure:5454: gcc -o conftest -g -O2 -fno-strict-aliasing -fexceptions   
conftest.c  >&5
configure:5457: $? = 0
configure:5463: ./conftest
configure:5466: $? = 0
configure:5483: result: yes
configure:5509: checking for sys/types.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for sys/stat.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for stdlib.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for string.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for memory.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for strings.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for inttypes.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for stdint.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5509: checking for unistd.h
configure:5530: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5536: $? = 0
configure:5543: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5546: $? = 0
configure:5553: test -s conftest.o
configure:5556: $? = 0
configure:5569: result: yes
configure:5594: checking for arpa/inet.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for fcntl.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for netdb.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for netinet/in.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for sys/file.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for sys/socket.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for sys/time.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for termios.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5594: checking for errno.h
configure:5615: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5621: $? = 0
configure:5628: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5631: $? = 0
configure:5638: test -s conftest.o
configure:5641: $? = 0
configure:5654: result: yes
configure:5665: checking for stdbool.h that conforms to C99
configure:5758: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5764: $? = 0
configure:5771: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5774: $? = 0
configure:5781: test -s conftest.o
configure:5784: $? = 0
configure:5796: result: yes
configure:5798: checking for _Bool
configure:5828: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:5834: $? = 0
configure:5841: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5844: $? = 0
configure:5851: test -s conftest.o
configure:5854: $? = 0
configure:5866: result: yes
configure:5886: checking for stdint types
configure:5919: gcc -c   conftest.c >&5
configure:5925: $? = 0
configure:5932: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5935: $? = 0
configure:5942: test -s conftest.o
configure:5945: $? = 0
configure:5975: result: stdint.h (shortcircuit)
configure:9307: result: make use of stdint.h in mt-stdint.h (assuming C99 
compatible system)
configure:9330: checking for msgfmt
configure:9361: result: no
configure:9367: checking for gmsgfmt
configure:9398: result: :
configure:9409: checking for xgettext
configure:9440: result: no
configure:9448: checking for msgmerge
configure:9478: result: no
configure:9532: checking build system type
configure:9550: result: x86_64-unknown-linux-gnu
configure:9572: checking host system type
configure:9587: result: x86_64-unknown-linux-gnu
configure:9620: checking for ld used by GCC
configure:9683: result: /usr/bin/ld
configure:9692: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.16.91 20060118 Debian GNU/Linux
configure:9704: result: yes
configure:9710: checking for shared library run path origin
configure:9723: result: done
configure:10140: checking whether NLS is requested
configure:10149: result: yes
configure:10166: checking for GNU gettext in libc
configure:10195: gcc -o conftest -g -O2 -fno-strict-aliasing -fexceptions   
conftest.c  >&5
conftest.c: In function 'main':
conftest.c:39: warning: cast from pointer to integer of different size
configure:10201: $? = 0
configure:10208: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10211: $? = 0
configure:10218: test -s conftest
configure:10221: $? = 0
configure:10234: result: yes
configure:11075: checking for iconv
configure:11107: gcc -o conftest -g -O2 -fno-strict-aliasing -fexceptions   
conftest.c  >&5
configure:11113: $? = 0
configure:11120: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11123: $? = 0
configure:11130: test -s conftest
configure:11133: $? = 0
configure:11215: result: yes
configure:11238: checking for iconv declaration
configure:11277: gcc -c -g -O2 -fno-strict-aliasing -fexceptions  conftest.c >&5
configure:11283: $? = 0
configure:11290: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11293: $? = 0
configure:11300: test -s conftest.o
configure:11303: $? = 0
configure:11319: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
configure:11329: checking whether xgettext supports --flag
configure:11341: result: yes
configure:11347: checking for pthread_mutex_lock
configure:11403: gcc -o conftest -g -O2 -fno-strict-aliasing -fexceptions   
conftest.c  >&5
configure:11409: $? = 0
configure:11416: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11419: $? = 0
configure:11426: test -s conftest
configure:11429: $? = 0
configure:11442: result: yes
configure:11928: checking for cxxabi.h
configure:11949: g++ -c   conftest.cpp >&5
./configure: line 11950: g++: command not found
configure:11955: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <cxxabi.h>
configure:11988: result: no
configure:12003: checking whether the compiler supports typeof
configure:12022: g++ -c   conftest.cpp >&5
./configure: line 12023: g++: command not found
configure:12028: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
|  int x; typeof (x) y[6];
configure:12061: result: no
configure:12073: checking whether the compiler supports extern template
configure:12095: g++ -c   conftest.cpp >&5
./configure: line 12096: g++: command not found
configure:12101: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| 
|   template <typename T> void foo(T);
|   extern template void foo<int>(int);
| 
configure:12134: result: no
configure:12146: checking whether the compiler supports __gnu_cxx::hash_map
configure:12168: g++ -c   conftest.cpp >&5
./configure: line 12169: g++: command not found
configure:12174: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| 
| #include <ext/hash_map>
| using __gnu_cxx::hash_map;
| 
configure:12207: result: no
configure:12219: checking whether the compiler supports std::hash_map
configure:12241: g++ -c   conftest.cpp >&5
./configure: line 12242: g++: command not found
configure:12247: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| 
| #include <hash_map>
| using std::hash_map;
| 
configure:12280: result: no
configure:12291: checking whether the compiler supports tr1::unordered_map
configure:12318: g++ -c   conftest.cpp >&5
./configure: line 12319: g++: command not found
configure:12324: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| 
|         #include <tr1/functional>
|         #include <tr1/unordered_map>
|         #include <tr1/unordered_set>
|         using std::tr1::hash;
|         using std::tr1::unordered_map;
|         using std::tr1::unordered_set;
|         using std::tr1::unordered_multimap;
| 
configure:12356: result: no
configure:12367: checking for early 4.0-series g++ bug in tr1 hashtables
configure:12396: g++ -c   conftest.cpp >&5
./configure: line 12397: g++: command not found
configure:12402: $? = 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| #include <tr1/unordered_set>
| int
| main ()
| {
| std::tr1::unordered_set<int> s;
|                      const std::tr1::unordered_set<int> &s_ref = s;
|                      s_ref.find(27);
|   ;
|   return 0;
| }
configure:12434: result: yes
configure:12444: checking whether C++ streams support sync_with_stdio
configure:12499: g++ -o conftest    conftest.cpp  >&5
./configure: line 12500: g++: command not found
configure:12502: $? = 127
configure: program exited with status 127
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "monotone"
| #define PACKAGE_TARNAME "monotone"
| #define PACKAGE_VERSION "0.30"
| #define PACKAGE_STRING "monotone 0.30"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "monotone"
| #define VERSION "0.30"
| #define os_err_t int
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_ICONV 1
| #define ICONV_CONST 
| /* end confdefs.h.  */
| 
|     /*
|      * Generates the input file.
|      */
|     #include <cstdlib>
|     #include <fstream>
| 
|     int
|     main(void)
|     {
|       std::ofstream ofs("_conftest.dat");
|       for (int i = 0; i < 50000; i++)
|         ofs << "0123456789\r\n";
|       ofs.close();
| 
|       return EXIT_SUCCESS;
|     }
| 
configure:12521: error: could not generate input for test 1
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cc_fexceptions=yes
ac_cv_cxx_compiler_gnu=no
ac_cv_cxx_extern_template=no
ac_cv_cxx_gnucxx_hashmap=no
ac_cv_cxx_stlport_hashmap=no
ac_cv_cxx_tr1_hashtable_bug=yes
ac_cv_cxx_tr1_unordered_map_and_set=no
ac_cv_cxx_typeof=no
ac_cv_env_BOOST_SUFFIX_set=
ac_cv_env_BOOST_SUFFIX_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_pthread_mutex_lock=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_cxxabi_h=no
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=no
ac_cv_prog_cxx_warnings=unknown
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_prog_xgettext_flag_option=yes
ac_cv_stdint_message='using gnu compiler gcc (GCC) 4.0.3 (Ubuntu 
4.0.3-1ubuntu5)'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_type__Bool=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
acl_cv_sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=none
am_cv_func_iconv=yes
am_cv_lib_iconv=no
am_cv_prog_tar_ustar=gnutar
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=
gt_cv_func_gnugettext1_libc=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /farhome/hendrik/install/monotone-0.30/missing --run 
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /farhome/hendrik/install/monotone-0.30/missing --run tar'
AUTOCONF='${SHELL} /farhome/hendrik/install/monotone-0.30/missing --run 
autoconf'
AUTOHEADER='${SHELL} /farhome/hendrik/install/monotone-0.30/missing --run 
autoheader'
AUTOMAKE='${SHELL} /farhome/hendrik/install/monotone-0.30/missing --run 
automake-1.9'
AWK='mawk'
BOOSTLIBS=''
BOOST_SUFFIX=''
BOOST_UNITTEST=''
BUILD_PCH_FALSE=''
BUILD_PCH_TRUE='#'
BUILD_UNIT_TESTS_FALSE=''
BUILD_UNIT_TESTS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -fno-strict-aliasing -fexceptions'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=none'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GMSGFMT=':'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
LDFLAGS=''
LIB3RDPARTY_CFLAGS=''
LIB3RDPARTY_CXXFLAGS=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /farhome/hendrik/install/monotone-0.30/missing --run 
makeinfo'
MISSING_GETADDRINFO_FALSE=''
MISSING_GETADDRINFO_TRUE=''
MISSING_INET6_FALSE=''
MISSING_INET6_TRUE=''
MISSING_INET_NTOP_FALSE=''
MISSING_INET_NTOP_TRUE=''
MISSING_INET_PTON_FALSE=''
MISSING_INET_PTON_TRUE=''
MKINSTALLDIRS='./mkinstalldirs'
MONOTONE_CFLAGS=''
MONOTONE_CXXFLAGS=''
MSGFMT=':'
MSGMERGE=':'
OBJEXT='o'
PACKAGE='monotone'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='monotone'
PACKAGE_STRING='monotone 0.30'
PACKAGE_TARNAME='monotone'
PACKAGE_VERSION='0.30'
PATH_SEPARATOR=':'
POSUB='po'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
SQLITE_CPPFLAGS=''
STRIP=''
USE_NLS='yes'
VERSION='0.30'
WIN32_PLATFORM_FALSE=''
WIN32_PLATFORM_TRUE='#'
XGETTEXT=':'
ac_ct_CC='gcc'
ac_ct_CXX=''
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/farhome/hendrik/install/monotone-0.30/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "monotone"
#define PACKAGE_TARNAME "monotone"
#define PACKAGE_VERSION "0.30"
#define PACKAGE_STRING "monotone 0.30"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE "monotone"
#define VERSION "0.30"
#define os_err_t int
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_ERRNO_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_ICONV 1
#define ICONV_CONST 

configure: exit 1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]