This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by popt configure 1.16, which was generated by GNU Autoconf 2.63. 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 = hp12 uname -m = x86_64 uname -r = 3.13.6-1.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 12 08:53:42 UTC 2014 /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/lib/uhubuild PATH: /usr/lib/ccache PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2121: checking build system type configure:2139: result: i686-uhu-linux-gnu configure:2161: checking host system type configure:2176: result: i686-uhu-linux-gnu configure:2198: checking target system type configure:2213: result: i686-uhu-linux-gnu configure:2259: checking for a BSD-compatible install configure:2327: result: /bin/install -c configure:2338: checking whether build environment is sane configure:2398: result: yes configure:2539: checking for a thread-safe mkdir -p configure:2578: result: /bin/mkdir -p configure:2591: checking for gawk configure:2607: found /bin/gawk configure:2618: result: gawk configure:2629: checking whether make sets $(MAKE) configure:2651: result: yes configure:2734: checking whether to enable maintainer-specific portions of Makefiles configure:2743: result: no configure:2782: checking for style of include used by make configure:2810: result: GNU configure:2840: checking for i686-uhu-linux-gcc configure:2856: found /usr/bin/i686-uhu-linux-gcc configure:2867: result: i686-uhu-linux-gcc configure:3139: checking for C compiler version configure:3147: 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:3151: $? = 0 configure:3158: 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:3162: $? = 0 configure:3169: 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:3173: $? = 1 configure:3196: checking for C compiler default output file name configure:3218: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3222: $? = 0 configure:3260: result: a.out configure:3279: checking whether the C compiler works configure:3289: ./a.out configure:3293: $? = 0 configure:3312: result: yes configure:3319: checking whether we are cross compiling configure:3321: result: no configure:3324: checking for suffix of executables configure:3331: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3335: $? = 0 configure:3361: result: configure:3367: checking for suffix of object files configure:3393: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3397: $? = 0 configure:3422: result: o configure:3426: checking whether we are using the GNU C compiler configure:3455: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3462: $? = 0 configure:3479: result: yes configure:3488: checking whether i686-uhu-linux-gcc accepts -g configure:3518: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:3525: $? = 0 configure:3626: result: yes configure:3643: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:3717: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3724: $? = 0 configure:3747: result: none needed configure:3767: checking dependency style of i686-uhu-linux-gcc configure:3877: result: gcc3 configure:3894: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4053: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:60:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:114:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:114:18: error: 'newvar' undeclared (first use in this function) conftest.c:114:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:124:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:124:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4060: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | /* end confdefs.h. */ | #include | #include | #include | #include | #include | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:4053: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4060: $? = 0 configure:4090: result: -std=gnu99 configure:4221: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4232: result: -std=gnu99 configure:4245: checking for i686-uhu-linux-gcc configure:4272: result: i686-uhu-linux-gcc configure:4544: checking for C compiler version configure:4552: 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:4556: $? = 0 configure:4563: 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:4567: $? = 0 configure:4574: 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:4578: $? = 1 configure:4581: checking whether we are using the GNU C compiler configure:4634: result: yes configure:4643: checking whether i686-uhu-linux-gcc accepts -g configure:4781: result: yes configure:4798: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:4902: result: none needed configure:4922: checking dependency style of i686-uhu-linux-gcc configure:5032: result: gcc3 configure:5062: checking for a BSD-compatible install configure:5130: result: /bin/install -c configure:5166: checking for a sed that does not truncate output configure:5232: result: /bin/sed configure:5250: checking for grep that handles long lines and -e configure:5310: result: /bin/grep configure:5315: checking for egrep configure:5379: result: /bin/grep -E configure:5384: checking for fgrep configure:5448: result: /bin/grep -F configure:5483: checking for ld used by i686-uhu-linux-gcc configure:5550: result: /usr/bin/ld configure:5559: checking if the linker (/usr/bin/ld) is GNU ld configure:5574: result: yes configure:5586: checking for BSD- or MS-compatible name lister (nm) configure:5635: result: /usr/bin/nm -B configure:5753: checking the name lister (/usr/bin/nm -B) interface configure:5760: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5763: /usr/bin/nm -B "conftest.o" configure:5766: output 00000000 B some_variable configure:5773: result: BSD nm configure:5776: checking whether ln -s works configure:5780: result: yes configure:5788: checking the maximum length of command line arguments configure:5908: result: 1572864 configure:5925: checking whether the shell understands some XSI constructs configure:5935: result: yes configure:5939: checking whether the shell understands "+=" configure:5945: result: yes configure:5980: checking for /usr/bin/ld option to reload object files configure:5987: result: -r configure:6016: checking for i686-uhu-linux-objdump configure:6046: result: no configure:6056: checking for objdump configure:6072: found /usr/bin/objdump configure:6083: result: objdump configure:6115: checking how to recognize dependent libraries configure:6311: result: pass_all configure:6331: checking for i686-uhu-linux-ar configure:6347: found /usr/bin/i686-uhu-linux-ar configure:6358: result: i686-uhu-linux-ar configure:6436: checking for i686-uhu-linux-strip configure:6466: result: no configure:6476: checking for strip configure:6492: found /usr/bin/strip configure:6503: result: strip configure:6535: checking for i686-uhu-linux-ranlib configure:6565: result: no configure:6575: checking for ranlib configure:6591: found /usr/bin/ranlib configure:6602: result: ranlib configure:6692: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc object configure:6810: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6813: $? = 0 configure:6817: /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:6820: $? = 0 configure:6874: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:6877: $? = 0 configure:6915: result: ok configure:7782: checking how to run the C preprocessor configure:7822: i686-uhu-linux-gcc -E conftest.c configure:7829: $? = 0 configure:7860: i686-uhu-linux-gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:7867: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | /* end confdefs.h. */ | #include configure:7900: result: i686-uhu-linux-gcc -E configure:7929: i686-uhu-linux-gcc -E conftest.c configure:7936: $? = 0 configure:7967: i686-uhu-linux-gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:7974: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | /* end confdefs.h. */ | #include configure:8014: checking for ANSI C header files configure:8044: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8051: $? = 0 configure:8150: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8154: $? = 0 configure:8160: ./conftest configure:8164: $? = 0 configure:8182: result: yes configure:8206: checking for sys/types.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for sys/stat.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for stdlib.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for string.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for memory.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for strings.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for inttypes.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for stdint.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8206: checking for unistd.h configure:8227: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8234: $? = 0 configure:8251: result: yes configure:8269: checking for dlfcn.h configure:8290: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8297: $? = 0 configure:8314: result: yes configure:8500: checking for objdir configure:8515: result: .libs configure:8811: checking if i686-uhu-linux-gcc supports -fno-rtti -fno-exceptions configure:8829: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:8833: $? = 0 configure:8846: result: no configure:8866: checking for i686-uhu-linux-gcc option to produce PIC configure:9138: result: -fPIC -DPIC configure:9150: checking if i686-uhu-linux-gcc PIC flag -fPIC -DPIC works configure:9168: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:9172: $? = 0 configure:9185: result: yes configure:9209: checking if i686-uhu-linux-gcc static flag -static works configure:9237: result: yes configure:9252: checking if i686-uhu-linux-gcc supports -c -o file.o configure:9273: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:9277: $? = 0 configure:9299: result: yes configure:9307: checking if i686-uhu-linux-gcc supports -c -o file.o configure:9354: result: yes configure:9387: checking whether the i686-uhu-linux-gcc linker (/usr/bin/ld) supports shared libraries configure:10461: result: yes configure:10498: checking whether -lc should be explicitly linked in configure:10503: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:10506: $? = 0 configure:10521: i686-uhu-linux-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:10524: $? = 0 configure:10536: result: no configure:10700: checking dynamic linker characteristics configure:11143: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11150: $? = 0 configure:11386: result: GNU/Linux ld.so configure:11488: checking how to hardcode library paths into programs configure:11513: result: immediate configure:12346: checking whether stripping libraries is possible configure:12351: result: yes configure:12386: checking if libtool supports shared libraries configure:12388: result: yes configure:12391: checking whether to build shared libraries configure:12412: result: yes configure:12415: checking whether to build static libraries configure:12419: result: no configure:12467: checking whether i686-uhu-linux-gcc needs -traditional configure:12509: result: no configure:12523: checking for special C compiler options needed for large files configure:12618: result: no configure:12624: checking for _FILE_OFFSET_BITS value needed for large files configure:12659: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:28:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:28:3: warning: left shift count >= width of type [enabled by default] conftest.c:29:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:29:10: warning: left shift count >= width of type [enabled by default] conftest.c:28:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:12666: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:12710: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:12717: $? = 0 configure:12735: result: 64 configure:12873: checking for library containing strerror configure:12914: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:12921: $? = 0 configure:12952: result: none required configure:12960: checking for function prototypes configure:12963: result: yes configure:12993: checking for string.h configure:13000: result: yes configure:13163: checking float.h usability configure:13180: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13187: $? = 0 configure:13201: result: yes configure:13205: checking float.h presence configure:13220: i686-uhu-linux-gcc -E conftest.c configure:13227: $? = 0 configure:13241: result: yes configure:13274: checking for float.h configure:13283: result: yes configure:13163: checking fnmatch.h usability configure:13180: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13187: $? = 0 configure:13201: result: yes configure:13205: checking fnmatch.h presence configure:13220: i686-uhu-linux-gcc -E conftest.c configure:13227: $? = 0 configure:13241: result: yes configure:13274: checking for fnmatch.h configure:13283: result: yes configure:13163: checking glob.h usability configure:13180: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13187: $? = 0 configure:13201: result: yes configure:13205: checking glob.h presence configure:13220: i686-uhu-linux-gcc -E conftest.c configure:13227: $? = 0 configure:13241: result: yes configure:13274: checking for glob.h configure:13283: result: yes configure:13163: checking langinfo.h usability configure:13180: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13187: $? = 0 configure:13201: result: yes configure:13205: checking langinfo.h presence configure:13220: i686-uhu-linux-gcc -E conftest.c configure:13227: $? = 0 configure:13241: result: yes configure:13274: checking for langinfo.h configure:13283: result: yes configure:13163: checking libintl.h usability configure:13180: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13187: $? = 0 configure:13201: result: yes configure:13205: checking libintl.h presence configure:13220: i686-uhu-linux-gcc -E conftest.c configure:13227: $? = 0 configure:13241: result: yes configure:13274: checking for libintl.h configure:13283: result: yes configure:13163: checking mcheck.h usability configure:13180: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13187: $? = 0 configure:13201: result: yes configure:13205: checking mcheck.h presence configure:13220: i686-uhu-linux-gcc -E conftest.c configure:13227: $? = 0 configure:13241: result: yes configure:13274: checking for mcheck.h configure:13283: result: yes configure:13152: checking for unistd.h configure:13159: result: yes configure:13337: checking for setreuid configure:13393: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13400: $? = 0 configure:13420: result: yes configure:13511: checking for getuid configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for geteuid configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for iconv configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for mtrace configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for __secure_getenv configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 /tmp/ccC2EmfG.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `__secure_getenv' collect2: error: ld returned 1 exit status configure:13574: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MCHECK_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETUID 1 | #define HAVE_GETEUID 1 | #define HAVE_ICONV 1 | #define HAVE_MTRACE 1 | /* end confdefs.h. */ | /* Define __secure_getenv to an innocuous variant, in case declares __secure_getenv. | For example, HP-UX 11i declares gettimeofday. */ | #define __secure_getenv innocuous___secure_getenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __secure_getenv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef __secure_getenv | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __secure_getenv (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub___secure_getenv || defined __stub_____secure_getenv | choke me | #endif | | int | main () | { | return __secure_getenv (); | ; | return 0; | } configure:13596: result: no configure:13511: checking for setregid configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for stpcpy configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 conftest.c:61:6: warning: conflicting types for built-in function 'stpcpy' [enabled by default] char stpcpy (); ^ configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for strerror configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for vasprintf configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13511: checking for srandom configure:13567: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:13574: $? = 0 configure:13596: result: yes configure:13610: checking whether NLS is requested configure:13619: result: yes configure:13660: checking for msgfmt configure: trying /usr/bin/msgfmt... 0 translated messages. configure:13692: result: /usr/bin/msgfmt configure:13701: checking for gmsgfmt configure:13732: result: /usr/bin/msgfmt configure:13783: checking for xgettext configure: trying /usr/bin/xgettext... /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C configure:13815: result: /usr/bin/xgettext configure:13861: checking for msgmerge configure: trying /usr/bin/msgmerge... configure:13892: result: /usr/bin/msgmerge configure:13949: checking for ld used by GCC configure:14013: result: /usr/bin/ld configure:14022: checking if the linker (/usr/bin/ld) is GNU ld configure:14035: result: yes configure:14042: checking for shared library run path origin configure:14055: result: done configure:14556: checking for CFPreferencesCopyAppValue configure:14584: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:42:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory #include ^ compilation terminated. configure:14591: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MCHECK_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETUID 1 | #define HAVE_GETEUID 1 | #define HAVE_ICONV 1 | #define HAVE_MTRACE 1 | #define HAVE_SETREGID 1 | #define HAVE_STPCPY 1 | #define HAVE_STRERROR 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SRANDOM 1 | /* end confdefs.h. */ | #include | int | main () | { | CFPreferencesCopyAppValue(NULL, NULL) | ; | return 0; | } configure:14612: result: no configure:14621: checking for CFLocaleCopyCurrent configure:14649: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c -Wl,-framework -Wl,CoreFoundation >&5 conftest.c:42:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory #include ^ compilation terminated. configure:14656: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "popt" | #define PACKAGE_TARNAME "popt" | #define PACKAGE_VERSION "1.16" | #define PACKAGE_STRING "popt 1.16" | #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" | #define PACKAGE "popt" | #define VERSION "1.16" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_STRING_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FNMATCH_H 1 | #define HAVE_GLOB_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_MCHECK_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_GETUID 1 | #define HAVE_GETEUID 1 | #define HAVE_ICONV 1 | #define HAVE_MTRACE 1 | #define HAVE_SETREGID 1 | #define HAVE_STPCPY 1 | #define HAVE_STRERROR 1 | #define HAVE_VASPRINTF 1 | #define HAVE_SRANDOM 1 | /* end confdefs.h. */ | #include | int | main () | { | CFLocaleCopyCurrent(); | ; | return 0; | } configure:14677: result: no configure:14728: checking for GNU gettext in libc configure:14758: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:14765: $? = 0 configure:14787: result: yes configure:15691: checking whether to use NLS configure:15693: result: yes configure:15696: checking where the gettext function comes from configure:15707: result: libc configure:15797: checking for iconv configure:15829: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:15836: $? = 0 configure:15913: result: yes configure:15916: checking for working iconv configure:16002: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT conftest.c >&5 configure:16006: $? = 0 configure:16012: ./conftest configure:16016: $? = 0 configure:16035: result: yes configure:16264: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by popt config.status 1.16, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp12 config.status:1061: creating po/Makefile.in config.status:1061: creating m4/Makefile config.status:1061: creating Doxyfile config.status:1061: creating Makefile config.status:1061: creating popt.pc config.status:1061: creating popt.spec config.status:1061: creating test-poptrc config.status:1061: creating auto/Makefile config.status:1061: creating auto/desc config.status:1061: creating auto/types config.status:1061: creating config.h config.status:1335: executing depfiles commands config.status:1335: executing libtool commands config.status:1335: executing po-directories commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_func___secure_getenv=no ac_cv_func_geteuid=yes ac_cv_func_getuid=yes ac_cv_func_iconv=yes ac_cv_func_mtrace=yes ac_cv_func_setregid=yes ac_cv_func_setreuid=yes ac_cv_func_srandom=yes ac_cv_func_stpcpy=yes ac_cv_func_strerror=yes ac_cv_func_vasprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_float_h=yes ac_cv_header_fnmatch_h=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_libintl_h=yes ac_cv_header_mcheck_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_host=i686-uhu-linux-gnu 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_SED=/bin/sed ac_cv_path_XGETTEXT=/usr/bin/xgettext ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -E' 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_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_strerror='none required' ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_target=i686-uhu-linux-gnu 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_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_lib_iconv=no gt_cv_func_CFLocaleCopyCurrent=no gt_cv_func_CFPreferencesCopyAppValue=no gt_cv_func_gnugettext1_libc=yes 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=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes 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 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/uhubuild/work/compile/missing --run tar' ANSI2KNR='' AR='i686-uhu-linux-ar' AUTOCONF='${SHELL} /var/uhubuild/work/compile/missing --run autoconf' AUTOHEADER='${SHELL} /var/uhubuild/work/compile/missing --run autoheader' AUTOMAKE='${SHELL} /var/uhubuild/work/compile/missing --run automake-1.11' AWK='gawk' CC='i686-uhu-linux-gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -Wall -W -D_GNU_SOURCE -D_REENTRANT' CPP='i686-uhu-linux-gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GETTEXT_MACRO_VERSION='0.17' GMSGFMT='/usr/bin/msgfmt' GMSGFMT_015='/usr/bin/msgfmt' GREP='/bin/grep' HAVE_LD_VERSION_SCRIPT_FALSE='#' HAVE_LD_VERSION_SCRIPT_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' LD='/usr/bin/ld' LDFLAGS='' LIBICONV='' LIBINTL='' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBICONV='' LTLIBINTL='' LTLIBOBJS='' LT_AGE='8' LT_CURRENT='0' LT_REVISION='0' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /var/uhubuild/work/compile/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='popt' PACKAGE_BUGREPORT='popt-devel@rpm5.org' PACKAGE_NAME='popt' PACKAGE_STRING='popt 1.16' PACKAGE_TARNAME='popt' PACKAGE_VERSION='1.16' PATH_SEPARATOR=':' POPT_PKGCONFIG_LIBS='-L${libdir} -lpopt' POPT_SOURCE_PATH='/var/uhubuild/work/compile' POSUB='po' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TARGET='depend allprogs' U='' USE_NLS='yes' VERSION='1.16' XGETTEXT='/usr/bin/xgettext' XGETTEXT_015='/usr/bin/xgettext' XGETTEXT_EXTRA_OPTIONS='' ac_ct_CC='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCC_FALSE='#' am__fastdepCC_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-uhu-linux-gnu' build_alias='i686-uhu-linux' build_cpu='i686' build_os='linux-gnu' build_vendor='uhu' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-uhu-linux-gnu' host_alias='i686-uhu-linux' host_cpu='i686' host_os='linux-gnu' host_vendor='uhu' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='${SHELL} /var/uhubuild/work/compile/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' ' sysconfdir='/etc' target='i686-uhu-linux-gnu' target_alias='' target_cpu='i686' target_os='linux-gnu' target_vendor='uhu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "popt" #define PACKAGE_TARNAME "popt" #define PACKAGE_VERSION "1.16" #define PACKAGE_STRING "popt 1.16" #define PACKAGE_BUGREPORT "popt-devel@rpm5.org" #define PACKAGE "popt" #define VERSION "1.16" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define _FILE_OFFSET_BITS 64 #define PROTOTYPES 1 #define __PROTOTYPES 1 #define HAVE_STRING_H 1 #define HAVE_FLOAT_H 1 #define HAVE_FNMATCH_H 1 #define HAVE_GLOB_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_MCHECK_H 1 #define HAVE_UNISTD_H 1 #define HAVE_GETUID 1 #define HAVE_GETEUID 1 #define HAVE_ICONV 1 #define HAVE_MTRACE 1 #define HAVE_SETREGID 1 #define HAVE_STPCPY 1 #define HAVE_STRERROR 1 #define HAVE_VASPRINTF 1 #define HAVE_SRANDOM 1 #define ENABLE_NLS 1 #define HAVE_GETTEXT 1 #define HAVE_DCGETTEXT 1 #define HAVE_ICONV 1 #define POPT_SYSCONFDIR "/etc" #define POPT_SOURCE_PATH "/var/uhubuild/work/compile" configure: exit 0