This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --build=i686-uhu-linux --host=i686-uhu-linux --disable-static CFLAGS=-O2 -march=i686 -mtune=generic ## --------- ## ## Platform. ## ## --------- ## hostname = hp05 uname -m = i686 uname -r = 3.15.0-rc8-2.i386 uname -s = Linux uname -v = #2 SMP Thu Jun 5 11:08:29 UTC 2014 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1325: checking for i686-uhu-linux-g++ configure:1341: found /usr/bin/i686-uhu-linux-g++ configure:1351: result: i686-uhu-linux-g++ configure:1409: checking for C++ compiler version configure:1412: i686-uhu-linux-g++ --version &5 i686-uhu-linux-g++ (GCC) 4.8.3 Copyright (C) 2013 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:1415: $? = 0 configure:1417: i686-uhu-linux-g++ -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:1420: $? = 0 configure:1422: i686-uhu-linux-g++ -V &5 i686-uhu-linux-g++: error: unrecognized command line option '-V' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:1425: $? = 1 configure:1448: checking for C++ compiler default output file name configure:1451: i686-uhu-linux-g++ conftest.cc >&5 configure:1454: $? = 0 configure:1500: result: a.out configure:1505: checking whether the C++ compiler works configure:1511: ./a.out configure:1514: $? = 0 configure:1531: result: yes configure:1538: checking whether we are cross compiling configure:1540: result: no configure:1543: checking for suffix of executables configure:1545: i686-uhu-linux-g++ -o conftest conftest.cc >&5 configure:1548: $? = 0 configure:1573: result: configure:1579: checking for suffix of object files configure:1600: i686-uhu-linux-g++ -c conftest.cc >&5 configure:1603: $? = 0 configure:1625: result: o configure:1629: checking whether we are using the GNU C++ compiler configure:1653: i686-uhu-linux-g++ -c conftest.cc >&5 configure:1659: $? = 0 configure:1663: test -z || test ! -s conftest.err configure:1666: $? = 0 configure:1669: test -s conftest.o configure:1672: $? = 0 configure:1685: result: yes configure:1691: checking whether i686-uhu-linux-g++ accepts -g configure:1712: i686-uhu-linux-g++ -c -g conftest.cc >&5 configure:1718: $? = 0 configure:1722: test -z || test ! -s conftest.err configure:1725: $? = 0 configure:1728: test -s conftest.o configure:1731: $? = 0 configure:1742: result: yes configure:1784: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:1790: $? = 0 configure:1794: test -z || test ! -s conftest.err configure:1797: $? = 0 configure:1800: test -s conftest.o configure:1803: $? = 0 configure:1829: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:13:9: error: 'exit' was not declared in this scope exit (42); ^ configure:1835: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:1784: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:9:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:1790: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:1784: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 conftest.cc:9:31: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int); using std::exit; ^ In file included from conftest.cc:10:0: /usr/include/stdlib.h:543:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); ^ conftest.cc:9:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:1790: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:1784: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:1790: $? = 0 configure:1794: test -z || test ! -s conftest.err configure:1797: $? = 0 configure:1800: test -s conftest.o configure:1803: $? = 0 configure:1829: i686-uhu-linux-g++ -c -g -O2 conftest.cc >&5 configure:1835: $? = 0 configure:1839: test -z || test ! -s conftest.err configure:1842: $? = 0 configure:1845: test -s conftest.o configure:1848: $? = 0 configure:1876: checking how to run the C++ preprocessor configure:1907: i686-uhu-linux-g++ -E conftest.cc configure:1913: $? = 0 configure:1945: i686-uhu-linux-g++ -E conftest.cc conftest.cc:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:1951: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:1990: result: i686-uhu-linux-g++ -E configure:2014: i686-uhu-linux-g++ -E conftest.cc configure:2020: $? = 0 configure:2052: i686-uhu-linux-g++ -E conftest.cc conftest.cc:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:2058: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:2109: checking for i686-uhu-linux-gcc configure:2125: found /usr/bin/i686-uhu-linux-gcc configure:2135: result: i686-uhu-linux-gcc configure:2417: checking for C compiler version configure:2420: i686-uhu-linux-gcc --version &5 i686-uhu-linux-gcc (GCC) 4.8.3 Copyright (C) 2013 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:2423: $? = 0 configure:2425: i686-uhu-linux-gcc -v &5 Using built-in specs. COLLECT_GCC=i686-uhu-linux-gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-uhu-linux/4.8.3/lto-wrapper Target: i686-uhu-linux Configured with: /var/uhubuild/work/compile/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --build=i686-uhu-linux --host=i686-uhu-linux --target=i686-uhu-linux --enable-languages=c,c++,objc,java,fortran --enable-shared --enable-targets=all --disable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-arch-32=i686 --with-arch-64=core2 --with-cpu-32=i686 --with-cpu-64=core2 --with-tune=generic Thread model: posix gcc version 4.8.3 (GCC) configure:2428: $? = 0 configure:2430: i686-uhu-linux-gcc -V &5 i686-uhu-linux-gcc: error: unrecognized command line option '-V' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:2433: $? = 1 configure:2436: checking whether we are using the GNU C compiler configure:2460: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2466: $? = 0 configure:2470: test -z || test ! -s conftest.err configure:2473: $? = 0 configure:2476: test -s conftest.o configure:2479: $? = 0 configure:2492: result: yes configure:2498: checking whether i686-uhu-linux-gcc accepts -g configure:2519: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:2525: $? = 0 configure:2529: test -z || test ! -s conftest.err configure:2532: $? = 0 configure:2535: test -s conftest.o configure:2538: $? = 0 configure:2549: result: yes configure:2566: checking for i686-uhu-linux-gcc option to accept ANSI C configure:2636: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:2642: $? = 0 configure:2646: test -z || test ! -s conftest.err configure:2649: $? = 0 configure:2652: test -s conftest.o configure:2655: $? = 0 configure:2673: result: none needed configure:2691: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:2:3: error: unknown type name 'choke' choke me ^ conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input configure:2697: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2838: checking how to run the C preprocessor configure:2873: i686-uhu-linux-gcc -E conftest.c configure:2879: $? = 0 configure:2911: i686-uhu-linux-gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:2917: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:2956: result: i686-uhu-linux-gcc -E configure:2980: i686-uhu-linux-gcc -E conftest.c configure:2986: $? = 0 configure:3018: i686-uhu-linux-gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3024: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3068: checking for X configure:3173: i686-uhu-linux-gcc -E conftest.c configure:3179: $? = 0 configure:3229: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lXt >&5 configure:3235: $? = 0 configure:3239: test -z || test ! -s conftest.err configure:3242: $? = 0 configure:3245: test -s conftest configure:3248: $? = 0 configure:3298: result: libraries , headers configure:3470: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lX11 >&5 configure:3476: $? = 0 configure:3480: test -z || test ! -s conftest.err configure:3483: $? = 0 configure:3486: test -s conftest configure:3489: $? = 0 configure:3647: checking for gethostbyname configure:3704: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3710: $? = 0 configure:3714: test -z || test ! -s conftest.err configure:3717: $? = 0 configure:3720: test -s conftest configure:3723: $? = 0 configure:3735: result: yes configure:3886: checking for connect configure:3943: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3949: $? = 0 configure:3953: test -z || test ! -s conftest.err configure:3956: $? = 0 configure:3959: test -s conftest configure:3962: $? = 0 configure:3974: result: yes configure:4049: checking for remove configure:4106: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4112: $? = 0 configure:4116: test -z || test ! -s conftest.err configure:4119: $? = 0 configure:4122: test -s conftest configure:4125: $? = 0 configure:4137: result: yes configure:4212: checking for shmat configure:4269: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4275: $? = 0 configure:4279: test -z || test ! -s conftest.err configure:4282: $? = 0 configure:4285: test -s conftest configure:4288: $? = 0 configure:4300: result: yes configure:4384: checking for IceConnectionNumber in -lICE configure:4414: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c -lICE >&5 configure:4420: $? = 0 configure:4424: test -z || test ! -s conftest.err configure:4427: $? = 0 configure:4430: test -s conftest configure:4433: $? = 0 configure:4446: result: yes configure:4459: checking for ranlib configure:4477: found /usr/bin/ranlib configure:4489: result: /usr/bin/ranlib configure:4504: checking for lpr configure:4537: result: no configure:4550: checking for egrep configure:4560: result: grep -E configure:4565: checking for ANSI C header files configure:4590: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4596: $? = 0 configure:4600: test -z || test ! -s conftest.err configure:4603: $? = 0 configure:4606: test -s conftest.o configure:4609: $? = 0 configure:4698: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:29:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(2); ^ configure:4701: $? = 0 configure:4703: ./conftest configure:4706: $? = 0 configure:4721: result: yes configure:4745: checking for sys/types.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for sys/stat.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for stdlib.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for string.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for memory.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for strings.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for inttypes.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for stdint.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4745: checking for unistd.h configure:4761: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4767: $? = 0 configure:4771: test -z || test ! -s conftest.err configure:4774: $? = 0 configure:4777: test -s conftest.o configure:4780: $? = 0 configure:4791: result: yes configure:4808: checking for unistd.h configure:4813: result: yes configure:4954: checking for an ANSI C-conforming const configure:5021: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5027: $? = 0 configure:5031: test -z || test ! -s conftest.err configure:5034: $? = 0 configure:5037: test -s conftest.o configure:5040: $? = 0 configure:5051: result: yes configure:5061: checking for inline configure:5082: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5088: $? = 0 configure:5092: test -z || test ! -s conftest.err configure:5095: $? = 0 configure:5098: test -s conftest.o configure:5101: $? = 0 configure:5113: result: inline configure:5137: checking for strtol configure:5194: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5200: $? = 0 configure:5204: test -z || test ! -s conftest.err configure:5207: $? = 0 configure:5210: test -s conftest configure:5213: $? = 0 configure:5225: result: yes configure:5245: checking long long configure:5264: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5270: $? = 0 configure:5274: test -z || test ! -s conftest.err configure:5277: $? = 0 configure:5280: test -s conftest.o configure:5283: $? = 0 configure:5309: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5315: $? = 0 configure:5319: test -z || test ! -s conftest.err configure:5322: $? = 0 configure:5325: test -s conftest.o configure:5328: $? = 0 configure:5342: result: yes configure:5346: checking memmove configure:5365: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5371: $? = 0 configure:5375: test -z || test ! -s conftest.err configure:5378: $? = 0 configure:5381: test -s conftest configure:5384: $? = 0 configure:5396: result: yes configure:5433: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_LONG_LONG conftest.c >&5 /tmp/ccuGTBbi.o: In function `main': conftest.c:(.text.startup+0x19): undefined reference to `dlopen' collect2: error: ld returned 1 exit status configure:5439: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | #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_UNISTD_H 1 | #define HAVE_STRTOL 1 | /* end confdefs.h. */ | #include | int | main () | { | dlopen("", 0); | ; | return 0; | } configure:5485: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_LONG_LONG conftest.c -ldl >&5 configure:5491: $? = 0 configure:5495: test -z || test ! -s conftest.err configure:5498: $? = 0 configure:5501: test -s conftest configure:5504: $? = 0 configure:5539: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_LONG_LONG conftest.c -ldl >&5 configure:5545: $? = 0 configure:5549: test -z || test ! -s conftest.err configure:5552: $? = 0 configure:5555: test -s conftest configure:5558: $? = 0 configure:5626: checking libsocket configure:5633: result: not needed configure:5637: checking nsl configure:5658: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_LONG_LONG conftest.c -ldl >&5 configure:5664: $? = 0 configure:5668: test -z || test ! -s conftest.err configure:5671: $? = 0 configure:5674: test -s conftest configure:5677: $? = 0 configure:5750: result: not needed configure:5757: checking for msgmerge configure:5775: found /usr/bin/msgmerge configure:5787: result: /usr/bin/msgmerge configure:5823: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_LONG_LONG conftest.c -ldl >&5 configure:5829: $? = 0 configure:5833: test -z || test ! -s conftest.err configure:5836: $? = 0 configure:5839: test -s conftest configure:5842: $? = 0 configure:5883: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -DHAVE_LONG_LONG conftest.c -lX11 -ldl >&5 configure:5889: $? = 0 configure:5893: test -z || test ! -s conftest.err configure:5896: $? = 0 configure:5899: test -s conftest configure:5902: $? = 0 configure:5971: checking locale configure:5978: result: yes configure:5984: checking XSetIMValues configure:5990: result: yes configure:6041: checking c++ or c compiler to use configure:6052: result: i686-uhu-linux-g++ configure:6200: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp05 config.status:675: creating Makefile.conf config.status:675: creating uniconv/uniconv.1 config.status:675: creating uniprint/uniprint.1 config.status:675: creating yudit.properties config.status:675: creating doc/FAQ.TXT config.status:675: creating doc/vi/FAQ.TXT config.status:675: creating doc/de/FAQ.TXT config.status:675: creating doc/hu/FAQ.TXT config.status:675: creating doc/ko/FAQ.TXT config.status:675: creating doc/ja/FAQ.TXT config.status:675: creating doc/yi/FAQ.TXT config.status:675: creating doc/es/FAQ.TXT config.status:675: creating doc/fi/FAQ.TXT config.status:675: creating doc/ru/FAQ.TXT config.status:675: creating doc/te/FAQ.TXT config.status:675: creating doc/sr/FAQ.TXT config.status:675: creating doc/zh/FAQ.TXT config.status:675: creating doc/cs/FAQ.TXT config.status:675: creating doc/bg/FAQ.TXT config.status:675: creating doc/it/FAQ.TXT config.status:675: creating Makefile ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -march=i686 -mtune=generic ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= 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=set ac_cv_env_build_alias_value=i686-uhu-linux ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-uhu-linux ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_connect=yes ac_cv_func_gethostbyname=yes ac_cv_func_remove=yes ac_cv_func_shmat=yes ac_cv_func_strtol=yes ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=' ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_objext=o ac_cv_path_MSGMERGE=/usr/bin/msgmerge ac_cv_path_RANLIB=/usr/bin/ranlib ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ## ----------------- ## ## Output variables. ## ## ----------------- ## CC='i686-uhu-linux-gcc' CFLAGS='-O2 -march=i686 -mtune=generic ' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='-DHAVE_LONG_LONG ' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXFLAGS='-g -O2' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRTOL=1 ' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' GETTEXT_CFLAGS='' GETTEXT_LFLAGS='' HAVE_LOCALE='-DHAVE_LOCALE' HAVE_LONG_LONG='-DHAVE_LONG_LONG' HAVE_SET_IM_VALUES='-DHAVE_SET_IM_VALUES' LDFLAGS='' LIBOBJS='' LIBS=' -ldl' LPR_CFLAGS='-DLPR_COMMAND=\"/bin/lpr\"' LPR_COMMAND='' LTLIBOBJS='' MSGMERGE='/usr/bin/msgmerge' NEED_SET_IM_VALUES_PROTO='-DNEED_SET_IM_VALUES_PROTO' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='/usr/bin/ranlib' SHELL='/bin/sh' TOPDIR='/var/uhubuild/work/compile' USE_X11='-DUSE_X11=1' X11_LIB='-lX11' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' YUDIT_DATA='/usr/share/yudit' ac_ct_CC='' ac_ct_CXX='' bindir='${exec_prefix}/bin' build_alias='i686-uhu-linux' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='i686-uhu-linux' includedir='${prefix}/include' infodir='/usr/share/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/var' mandir='/usr/share/man' oldincludedir='/usr/include' prefix='/usr' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRTOL 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0