This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by flac configure 1.3.0, which was generated by GNU Autoconf 2.69. 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 = hp01 uname -m = i686 uname -r = 3.15.4-1.i386 uname -s = Linux uname -v = #2 SMP Tue Jul 8 09:03:00 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:2769: checking for a BSD-compatible install configure:2837: result: /bin/install -c configure:2848: checking whether build environment is sane configure:2898: result: yes configure:3039: checking for a thread-safe mkdir -p configure:3078: result: /bin/mkdir -p configure:3091: checking for gawk configure:3107: found /bin/gawk configure:3118: result: gawk configure:3129: checking whether make sets $(MAKE) configure:3151: result: yes configure:3226: checking how to create a pax tar archive configure:3239: tar --version tar (GNU tar) 1.27.1 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. configure:3242: $? = 0 configure:3282: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar configure:3285: $? = 0 configure:3289: tar -xf - &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:3742: $? = 0 configure:3731: 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:3742: $? = 0 configure:3731: 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:3742: $? = 1 configure:3731: i686-uhu-linux-gcc -qversion >&5 i686-uhu-linux-gcc: error: unrecognized command line option '-qversion' i686-uhu-linux-gcc: fatal error: no input files compilation terminated. configure:3742: $? = 1 configure:3762: checking whether the C compiler works configure:3784: i686-uhu-linux-gcc -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3788: $? = 0 configure:3836: result: yes configure:3839: checking for C compiler default output file name configure:3841: result: a.out configure:3847: checking for suffix of executables configure:3854: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3858: $? = 0 configure:3880: result: configure:3902: checking whether we are cross compiling configure:3910: i686-uhu-linux-gcc -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3914: $? = 0 configure:3921: ./conftest configure:3925: $? = 0 configure:3940: result: no configure:3945: checking for suffix of object files configure:3967: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:3971: $? = 0 configure:3992: result: o configure:3996: checking whether we are using the GNU C compiler configure:4015: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4015: $? = 0 configure:4024: result: yes configure:4033: checking whether i686-uhu-linux-gcc accepts -g configure:4053: i686-uhu-linux-gcc -c -g conftest.c >&5 configure:4053: $? = 0 configure:4094: result: yes configure:4111: checking for i686-uhu-linux-gcc option to accept ISO C89 configure:4174: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4174: $? = 0 configure:4187: result: none needed configure:4209: checking dependency style of i686-uhu-linux-gcc configure:4320: result: gcc3 configure:4339: checking for i686-uhu-linux-gcc option to accept ISO C99 configure:4488: i686-uhu-linux-gcc -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:61:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c: In function 'main': conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:115:18: error: 'newvar' undeclared (first use in this function) conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:4488: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | /* 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:4488: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4488: $? = 0 configure:4508: result: -std=gnu99 configure:4609: checking for i686-uhu-linux-gcc -std=gnu99 option to accept ISO Standard C configure:4623: result: -std=gnu99 configure:4633: checking how to run the C preprocessor configure:4664: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4664: $? = 0 configure:4678: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | /* end confdefs.h. */ | #include configure:4703: result: i686-uhu-linux-gcc -std=gnu99 -E configure:4723: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:4723: $? = 0 configure:4737: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:4737: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | /* end confdefs.h. */ | #include configure:4766: checking for grep that handles long lines and -e configure:4824: result: /bin/grep configure:4829: checking for egrep configure:4891: result: /bin/grep -E configure:4896: checking for ANSI C header files configure:4916: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4916: $? = 0 configure:4989: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:4989: $? = 0 configure:4989: ./conftest configure:4989: $? = 0 configure:5000: result: yes configure:5013: checking for sys/types.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for sys/stat.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for stdlib.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for string.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for memory.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for strings.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for inttypes.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for stdint.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5013: checking for unistd.h configure:5013: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5013: $? = 0 configure:5013: result: yes configure:5026: checking minix/config.h usability configure:5026: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:54:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5026: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5026: result: no configure:5026: checking minix/config.h presence configure:5026: i686-uhu-linux-gcc -std=gnu99 -E conftest.c conftest.c:21:26: fatal error: minix/config.h: No such file or directory #include ^ compilation terminated. configure:5026: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include configure:5026: result: no configure:5026: checking for minix/config.h configure:5026: result: no configure:5047: checking whether it is safe to define __EXTENSIONS__ configure:5065: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5065: $? = 0 configure:5072: result: yes configure:5091: checking for i686-uhu-linux-ar configure:5107: found /usr/bin/i686-uhu-linux-ar configure:5118: result: i686-uhu-linux-ar configure:5188: checking the archiver (i686-uhu-linux-ar) interface configure:5198: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5198: $? = 0 configure:5200: i686-uhu-linux-ar cru libconftest.a conftest.o >&5 configure:5203: $? = 0 configure:5226: result: ar configure:5275: checking build system type configure:5289: result: i686-uhu-linux-gnu configure:5309: checking host system type configure:5322: result: i686-uhu-linux-gnu configure:5363: checking how to print strings configure:5390: result: printf configure:5411: checking for a sed that does not truncate output configure:5475: result: /bin/sed configure:5493: checking for fgrep configure:5555: result: /bin/grep -F configure:5590: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:5657: result: /usr/bin/ld configure:5664: checking if the linker (/usr/bin/ld) is GNU ld configure:5679: result: yes configure:5691: checking for BSD- or MS-compatible name lister (nm) configure:5740: result: /usr/bin/nm -B configure:5870: checking the name lister (/usr/bin/nm -B) interface configure:5877: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:5880: /usr/bin/nm -B "conftest.o" configure:5883: output 00000000 B some_variable configure:5890: result: BSD nm configure:5893: checking whether ln -s works configure:5897: result: yes configure:5905: checking the maximum length of command line arguments configure:6036: result: 1572864 configure:6053: checking whether the shell understands some XSI constructs configure:6063: result: yes configure:6067: checking whether the shell understands "+=" configure:6073: result: yes configure:6108: checking how to convert i686-uhu-linux-gnu file names to i686-uhu-linux-gnu format configure:6148: result: func_convert_file_noop configure:6155: checking how to convert i686-uhu-linux-gnu file names to toolchain format configure:6175: result: func_convert_file_noop configure:6182: checking for /usr/bin/ld option to reload object files configure:6189: result: -r configure:6223: checking for i686-uhu-linux-objdump configure:6253: result: no configure:6263: checking for objdump configure:6279: found /usr/bin/objdump configure:6290: result: objdump configure:6319: checking how to recognize dependent libraries configure:6517: result: pass_all configure:6562: checking for i686-uhu-linux-dlltool configure:6592: result: no configure:6602: checking for dlltool configure:6632: result: no configure:6659: checking how to associate runtime and link libraries configure:6686: result: printf %s\n configure:6702: checking for i686-uhu-linux-ar configure:6729: result: i686-uhu-linux-ar configure:6810: checking for archiver @FILE support configure:6827: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:6827: $? = 0 configure:6830: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 configure:6833: $? = 0 configure:6838: i686-uhu-linux-ar cru libconftest.a @conftest.lst >&5 i686-uhu-linux-ar: conftest.o: No such file or directory configure:6841: $? = 1 configure:6853: result: @ configure:6871: checking for i686-uhu-linux-strip configure:6901: result: no configure:6911: checking for strip configure:6927: found /usr/bin/strip configure:6938: result: strip configure:6970: checking for i686-uhu-linux-ranlib configure:7000: result: no configure:7010: checking for ranlib configure:7026: found /usr/bin/ranlib configure:7037: result: ranlib configure:7139: checking command to parse /usr/bin/nm -B output from i686-uhu-linux-gcc -std=gnu99 object configure:7259: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:7262: $? = 0 configure:7266: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:7269: $? = 0 configure:7335: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c conftstm.o >&5 configure:7338: $? = 0 configure:7376: result: ok configure:7413: checking for sysroot configure:7443: result: no configure:7666: checking for i686-uhu-linux-mt configure:7696: result: no configure:7706: checking for mt configure:7736: result: no configure:7756: checking if : is a manifest tool configure:7762: : '-?' configure:7770: result: no configure:8409: checking for dlfcn.h configure:8409: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:8409: $? = 0 configure:8409: result: yes configure:8911: checking for objdir configure:8926: result: .libs configure:9197: checking if i686-uhu-linux-gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:9215: i686-uhu-linux-gcc -std=gnu99 -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:9219: $? = 0 configure:9232: result: no configure:9559: checking for i686-uhu-linux-gcc -std=gnu99 option to produce PIC configure:9566: result: -fPIC -DPIC configure:9574: checking if i686-uhu-linux-gcc -std=gnu99 PIC flag -fPIC -DPIC works configure:9592: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -fPIC -DPIC -DPIC conftest.c >&5 configure:9596: $? = 0 configure:9609: result: yes configure:9638: checking if i686-uhu-linux-gcc -std=gnu99 static flag -static works configure:9666: result: yes configure:9681: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9702: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic -o out/conftest2.o conftest.c >&5 configure:9706: $? = 0 configure:9728: result: yes configure:9736: checking if i686-uhu-linux-gcc -std=gnu99 supports -c -o file.o configure:9783: result: yes configure:9816: checking whether the i686-uhu-linux-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries configure:10973: result: yes configure:11010: checking whether -lc should be explicitly linked in configure:11018: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:11021: $? = 0 configure:11036: i686-uhu-linux-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:11039: $? = 0 configure:11053: result: no configure:11213: checking dynamic linker characteristics configure:11713: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11713: $? = 0 configure:11947: result: GNU/Linux ld.so configure:12054: checking how to hardcode library paths into programs configure:12079: result: immediate configure:12619: checking whether stripping libraries is possible configure:12624: result: yes configure:12659: checking if libtool supports shared libraries configure:12661: result: yes configure:12664: checking whether to build shared libraries configure:12685: result: yes configure:12688: checking whether to build static libraries configure:12692: result: no configure:12738: checking dependency style of i686-uhu-linux-gcc -std=gnu99 configure:12847: result: gcc3 configure:12876: checking for i686-uhu-linux-g++ configure:12892: found /usr/bin/i686-uhu-linux-g++ configure:12903: result: i686-uhu-linux-g++ configure:12974: checking for C++ compiler version configure:12983: 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:12994: $? = 0 configure:12983: 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:12994: $? = 0 configure:12983: 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:12994: $? = 1 configure:12983: i686-uhu-linux-g++ -qversion >&5 i686-uhu-linux-g++: error: unrecognized command line option '-qversion' i686-uhu-linux-g++: fatal error: no input files compilation terminated. configure:12994: $? = 1 configure:12998: checking whether we are using the GNU C++ compiler configure:13017: i686-uhu-linux-g++ -c conftest.cpp >&5 configure:13017: $? = 0 configure:13026: result: yes configure:13035: checking whether i686-uhu-linux-g++ accepts -g configure:13055: i686-uhu-linux-g++ -c -g conftest.cpp >&5 configure:13055: $? = 0 configure:13096: result: yes configure:13121: checking dependency style of i686-uhu-linux-g++ configure:13232: result: gcc3 configure:13265: checking how to run the C++ preprocessor configure:13292: i686-uhu-linux-g++ -E conftest.cpp configure:13292: $? = 0 configure:13306: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13306: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13331: result: i686-uhu-linux-g++ -E configure:13351: i686-uhu-linux-g++ -E conftest.cpp configure:13351: $? = 0 configure:13365: i686-uhu-linux-g++ -E conftest.cpp conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:13365: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:13534: checking for ld used by i686-uhu-linux-g++ configure:13601: result: /usr/bin/ld configure:13608: checking if the linker (/usr/bin/ld) is GNU ld configure:13623: result: yes configure:13678: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:14680: result: yes configure:14716: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:14719: $? = 0 configure:15239: checking for i686-uhu-linux-g++ option to produce PIC configure:15246: result: -fPIC -DPIC configure:15254: checking if i686-uhu-linux-g++ PIC flag -fPIC -DPIC works configure:15272: i686-uhu-linux-g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:15276: $? = 0 configure:15289: result: yes configure:15312: checking if i686-uhu-linux-g++ static flag -static works configure:15340: result: yes configure:15352: checking if i686-uhu-linux-g++ supports -c -o file.o configure:15373: i686-uhu-linux-g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15377: $? = 0 configure:15399: result: yes configure:15404: checking if i686-uhu-linux-g++ supports -c -o file.o configure:15451: result: yes configure:15481: checking whether the i686-uhu-linux-g++ linker (/usr/bin/ld) supports shared libraries configure:15520: result: yes configure:15661: checking dynamic linker characteristics configure:16329: result: GNU/Linux ld.so configure:16382: checking how to hardcode library paths into programs configure:16407: result: immediate configure:16447: checking whether make sets $(MAKE) configure:16469: result: yes configure:16486: checking for special C compiler options needed for large files configure:16531: result: no configure:16537: checking for _FILE_OFFSET_BITS value needed for large files configure:16562: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:34:3: warning: left shift count >= width of type [enabled by default] int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ conftest.c:34:3: warning: left shift count >= width of type [enabled by default] conftest.c:35:10: warning: left shift count >= width of type [enabled by default] && LARGE_OFF_T % 2147483647 == 1) ^ conftest.c:35:10: warning: left shift count >= width of type [enabled by default] conftest.c:34:7: error: variably modified 'off_t_is_large' at file scope int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 ^ configure:16562: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* 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:16586: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16586: $? = 0 configure:16594: result: 64 configure:16679: checking for _LARGEFILE_SOURCE value needed for large files configure:16698: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16698: $? = 0 configure:16726: result: no configure:16752: checking size of off_t configure:16757: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16757: $? = 0 configure:16757: ./conftest configure:16757: $? = 0 configure:16771: result: 8 configure:16785: checking size of void* configure:16790: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 configure:16790: $? = 0 configure:16790: ./conftest configure:16790: $? = 0 configure:16804: result: 4 configure:16814: checking for library containing lround configure:16845: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:39:6: warning: conflicting types for built-in function 'lround' [enabled by default] char lround (); ^ /tmp/ccnKXBkE.o: In function `main': conftest.c:(.text.startup+0x7): undefined reference to `lround' collect2: error: ld returned 1 exit status configure:16845: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | /* end confdefs.h. */ | | /* 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 lround (); | int | main () | { | return lround (); | ; | return 0; | } configure:16845: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 conftest.c:39:6: warning: conflicting types for built-in function 'lround' [enabled by default] char lround (); ^ configure:16845: $? = 0 configure:16862: result: -lm configure:16881: checking for variable-length arrays configure:16897: i686-uhu-linux-g++ -c -g -O2 conftest.cpp >&5 configure:16897: $? = 0 configure:16904: result: yes configure:16925: checking for ANSI C header files configure:17029: result: yes configure:17038: checking whether i686-uhu-linux-gcc -std=gnu99 and cc understand -c and -o together configure:17069: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:17073: $? = 0 configure:17079: i686-uhu-linux-gcc -std=gnu99 -c conftest.c -o conftest2.o >&5 configure:17083: $? = 0 configure:17094: cc -c conftest.c >&5 configure:17098: $? = 0 configure:17106: cc -c conftest.c -o conftest2.o >&5 configure:17110: $? = 0 configure:17116: cc -c conftest.c -o conftest2.o >&5 configure:17120: $? = 0 configure:17138: result: yes configure:17163: checking for inline configure:17179: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17179: $? = 0 configure:17187: result: inline configure:17206: checking for variable-length arrays configure:17229: result: yes configure:17238: checking for typeof syntax and keyword spelling configure:17269: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17269: $? = 0 configure:17276: result: typeof configure:17295: checking for stdint.h configure:17295: result: yes configure:17295: checking for inttypes.h configure:17295: result: yes configure:17295: checking byteswap.h usability configure:17295: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17295: $? = 0 configure:17295: result: yes configure:17295: checking byteswap.h presence configure:17295: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:17295: $? = 0 configure:17295: result: yes configure:17295: checking for byteswap.h configure:17295: result: yes configure:17295: checking sys/param.h usability configure:17295: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17295: $? = 0 configure:17295: result: yes configure:17295: checking sys/param.h presence configure:17295: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:17295: $? = 0 configure:17295: result: yes configure:17295: checking for sys/param.h configure:17295: result: yes configure:17295: checking termios.h usability configure:17295: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17295: $? = 0 configure:17295: result: yes configure:17295: checking termios.h presence configure:17295: i686-uhu-linux-gcc -std=gnu99 -E conftest.c configure:17295: $? = 0 configure:17295: result: yes configure:17295: checking for termios.h configure:17295: result: yes configure:17306: checking whether termios.h defines TIOCGWINSZ configure:17329: result: no configure:17333: checking whether sys/ioctl.h defines TIOCGWINSZ configure:17356: result: yes configure:17367: checking has bswap32 instrinsic configure:17387: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 configure:17387: $? = 0 configure:17402: result: yes configure:17408: checking whether byte ordering is bigendian configure:17423: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c:46:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:46:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:46:15: error: unknown type name 'universal' configure:17423: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define HAVE_LROUND 1 | #define HAVE_C_VARARRAYS 1 | #define HAVE_CXX_VARARRAYS 1 | #define STDC_HEADERS 1 | #define HAVE_C_VARARRAYS 1 | #define HAVE_TYPEOF 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_BSWAP32 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:17468: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17468: $? = 0 configure:17486: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:52:4: error: unknown type name 'not' not big endian ^ conftest.c:52:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' not big endian ^ configure:17486: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define HAVE_LROUND 1 | #define HAVE_C_VARARRAYS 1 | #define HAVE_CXX_VARARRAYS 1 | #define STDC_HEADERS 1 | #define HAVE_C_VARARRAYS 1 | #define HAVE_TYPEOF 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_BSWAP32 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:17614: result: no configure:17658: checking for socklen_t configure:17658: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:17658: $? = 0 configure:17658: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 conftest.c: In function 'main': conftest.c:84:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:17658: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "flac" | #define PACKAGE_TARNAME "flac" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "flac 1.3.0" | #define PACKAGE_BUGREPORT "flac-dev@xiph.org" | #define PACKAGE_URL "https://www.xiph.org/flac/" | #define PACKAGE "flac" | #define VERSION "1.3.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define _FILE_OFFSET_BITS 64 | #define HAVE_FSEEKO 1 | #define SIZEOF_OFF_T 8 | #define SIZEOF_VOIDP 4 | #define HAVE_LROUND 1 | #define HAVE_C_VARARRAYS 1 | #define HAVE_CXX_VARARRAYS 1 | #define STDC_HEADERS 1 | #define HAVE_C_VARARRAYS 1 | #define HAVE_TYPEOF 1 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_BYTESWAP_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_TERMIOS_H 1 | #define GWINSZ_IN_SYS_IOCTL 1 | #define HAVE_BSWAP32 1 | #define CPU_IS_BIG_ENDIAN 0 | #define CPU_IS_LITTLE_ENDIAN 1 | #define WORDS_BIGENDIAN 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:17658: result: yes configure:17671: checking for getopt_long configure:17671: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 configure:17671: $? = 0 configure:17671: result: yes configure:18001: checking for doxygen configure:18031: result: no configure:18115: checking for xmms-config configure:18146: result: no configure:18258: checking for XMMS - version >= 0.9.5.1 configure:18266: result: no configure:18293: WARNING: *** XMMS >= 0.9.5.1 not installed - XMMS support will not be built configure:18402: checking for Ogg configure:18437: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic -I/usr/include conftest.c -lm -L/usr/lib -logg >&5 configure:18437: $? = 0 configure:18437: ./conftest configure:18437: $? = 0 configure:18456: result: yes configure:18577: checking for ld used by i686-uhu-linux-gcc -std=gnu99 configure:18644: result: /usr/bin/ld configure:18651: checking if the linker (/usr/bin/ld) is GNU ld configure:18666: result: yes configure:18673: checking for shared library run path origin configure:18686: result: done configure:19264: checking for iconv configure:19288: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 configure:19288: $? = 0 configure:19322: result: yes configure:19325: checking for working iconv configure:19445: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 configure:19445: $? = 0 configure:19445: ./conftest configure:19445: $? = 0 configure:19457: result: yes configure:19485: checking for iconv declaration configure:19514: i686-uhu-linux-gcc -std=gnu99 -c -O2 -march=i686 -mtune=generic conftest.c >&5 configure:19514: $? = 0 configure:19525: result: extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:19537: checking for nl_langinfo and CODESET configure:19553: i686-uhu-linux-gcc -std=gnu99 -o conftest -O2 -march=i686 -mtune=generic conftest.c -lm >&5 configure:19553: $? = 0 configure:19562: result: yes configure:19575: checking for docbook-to-man configure:19605: result: no configure:19575: checking for docbook2man configure:19605: result: no configure:19632: checking for nasm configure:19648: found /usr/bin/nasm configure:19659: result: nasm configure:19689: checking for as configure:19716: result: as configure:19732: checking for gas configure:19762: result: no configure:19818: checking for version of i686-uhu-linux-gcc -std=gnu99 configure:19821: result: 4.8.3 configure:19885: checking if i686-uhu-linux-gcc -std=gnu99 accepts -Wextra configure:19902: i686-uhu-linux-gcc -std=gnu99 -o conftest -Wextra -DNDEBUG -DFLAC__USE_VISIBILITY_ATTR conftest.c -lm >&5 configure:19902: $? = 0 configure:19903: result: yes configure:19915: checking if i686-uhu-linux-gcc -std=gnu99 accepts -Wdeclaration-after-statement configure:19932: i686-uhu-linux-gcc -std=gnu99 -o conftest -Wdeclaration-after-statement -DNDEBUG -DFLAC__USE_VISIBILITY_ATTR conftest.c -lm >&5 configure:19932: $? = 0 configure:19933: result: yes configure:19945: checking if i686-uhu-linux-gcc -std=gnu99 accepts -D_FORTIFY_SOURCE=2 configure:19962: i686-uhu-linux-gcc -std=gnu99 -o conftest -D_FORTIFY_SOURCE=2 -DNDEBUG -DFLAC__USE_VISIBILITY_ATTR conftest.c -lm >&5 In file included from /usr/include/stdio.h:27:0, from conftest.c:61: /usr/include/features.h:341:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] # warning _FORTIFY_SOURCE requires compiling with optimization (-O) ^ configure:19962: $? = 0 configure:19963: result: yes configure:20305: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by flac config.status 1.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on hp01 config.status:1331: creating Makefile config.status:1331: creating src/Makefile config.status:1331: creating src/libFLAC/Makefile config.status:1331: creating src/libFLAC/flac.pc config.status:1331: creating src/libFLAC/ia32/Makefile config.status:1331: creating src/libFLAC/ppc/Makefile config.status:1331: creating src/libFLAC/ppc/as/Makefile config.status:1331: creating src/libFLAC/ppc/gas/Makefile config.status:1331: creating src/libFLAC/include/Makefile config.status:1331: creating src/libFLAC/include/private/Makefile config.status:1331: creating src/libFLAC/include/protected/Makefile config.status:1331: creating src/libFLAC++/Makefile config.status:1331: creating src/libFLAC++/flac++.pc config.status:1331: creating src/flac/Makefile config.status:1331: creating src/metaflac/Makefile config.status:1331: creating src/monkeys_audio_utilities/Makefile config.status:1331: creating src/monkeys_audio_utilities/flac_mac/Makefile config.status:1331: creating src/monkeys_audio_utilities/flac_ren/Makefile config.status:1331: creating src/plugin_common/Makefile config.status:1331: creating src/plugin_xmms/Makefile config.status:1331: creating src/share/Makefile config.status:1331: creating src/test_grabbag/Makefile config.status:1331: creating src/test_grabbag/cuesheet/Makefile config.status:1331: creating src/test_grabbag/picture/Makefile config.status:1331: creating src/test_libs_common/Makefile config.status:1331: creating src/test_libFLAC/Makefile config.status:1331: creating src/test_libFLAC++/Makefile config.status:1331: creating src/test_seeking/Makefile config.status:1331: creating src/test_streams/Makefile config.status:1331: creating src/utils/Makefile config.status:1331: creating src/utils/flacdiff/Makefile config.status:1331: creating src/utils/flactimer/Makefile config.status:1331: creating examples/Makefile config.status:1331: creating examples/c/Makefile config.status:1331: creating examples/c/decode/Makefile config.status:1331: creating examples/c/decode/file/Makefile config.status:1331: creating examples/c/encode/Makefile config.status:1331: creating examples/c/encode/file/Makefile config.status:1331: creating examples/cpp/Makefile config.status:1331: creating examples/cpp/decode/Makefile config.status:1331: creating examples/cpp/decode/file/Makefile config.status:1331: creating examples/cpp/encode/Makefile config.status:1331: creating examples/cpp/encode/file/Makefile config.status:1331: creating include/Makefile config.status:1331: creating include/FLAC/Makefile config.status:1331: creating include/FLAC++/Makefile config.status:1331: creating include/share/Makefile config.status:1331: creating include/share/grabbag/Makefile config.status:1331: creating include/test_libs_common/Makefile config.status:1331: creating doc/Doxyfile config.status:1331: creating doc/Makefile config.status:1331: creating doc/html/Makefile config.status:1331: creating doc/html/images/Makefile config.status:1331: creating doc/html/images/hw/Makefile config.status:1331: creating doc/html/ru/Makefile config.status:1331: creating m4/Makefile config.status:1331: creating man/Makefile config.status:1331: creating test/Makefile config.status:1331: creating test/cuesheets/Makefile config.status:1331: creating test/flac-to-flac-metadata-test-files/Makefile config.status:1331: creating test/metaflac-test-files/Makefile config.status:1331: creating test/pictures/Makefile config.status:1331: creating build/Makefile config.status:1331: creating objs/Makefile config.status:1331: creating objs/debug/Makefile config.status:1331: creating objs/debug/bin/Makefile config.status:1331: creating objs/debug/lib/Makefile config.status:1331: creating objs/release/Makefile config.status:1331: creating objs/release/bin/Makefile config.status:1331: creating objs/release/lib/Makefile config.status:1331: creating config.h config.status:1560: executing depfiles commands config.status:1560: executing libtool commands configure:22882: result: -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=- Configuration summary : FLAC version : ........................ 1.3.0 Host CPU : ............................ i686 Host Vendor : ......................... uhu Host OS : ............................. linux-gnu ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-uhu-linux-gnu ac_cv_c_big_endian=0 ac_cv_c_bigendian=no ac_cv_c_bswap=yes ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_little_endian=1 ac_cv_c_typeof=typeof ac_cv_c_vararrays=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_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=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_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_getopt_long=yes ac_cv_header_byteswap_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no 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_param_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_termios_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_GREP=/bin/grep ac_cv_path_SED=/bin/sed ac_cv_path_XMMS_CONFIG=no ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-uhu-linux-ar ac_cv_prog_AS=as ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-uhu-linux-gcc ac_cv_prog_CPP='i686-uhu-linux-gcc -std=gnu99 -E' ac_cv_prog_CXX=i686-uhu-linux-g++ ac_cv_prog_CXXCPP='i686-uhu-linux-g++ -E' ac_cv_prog_NASM=nasm 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_i686_uhu_linux_gcc_c_o=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_lround=-lm ac_cv_sizeof_off_t=8 ac_cv_sizeof_voidp=4 ac_cv_sys_file_offset_bits=64 ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_sys_tiocgwinsz_in_sys_ioctl_h=yes ac_cv_sys_tiocgwinsz_in_termios_h=no ac_cv_type_socklen_t=yes acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done am_cv_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_func_iconv=yes am_cv_func_iconv_works=yes am_cv_langinfo_codeset=yes am_cv_lib_iconv=no am_cv_make_support_nested_variables=yes am_cv_prog_tar_pax=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= lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no 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_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' 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 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/uhubuild/work/compile/missing --run aclocal-1.11' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='i686-uhu-linux-ar' AS='gas' 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 -std=gnu99' CCAS='i686-uhu-linux-gcc -std=gnu99' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-O2 -march=i686 -mtune=generic ' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -march=i686 -mtune=generic -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -fvisibility=hidden -Wextra -Wdeclaration-after-statement -D_FORTIFY_SOURCE=2' CPP='i686-uhu-linux-gcc -std=gnu99 -E' CPPFLAGS='-DNDEBUG -DFLAC__USE_VISIBILITY_ATTR' CXX='i686-uhu-linux-g++' CXXCPP='i686-uhu-linux-g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -fvisibility=hidden' CYGPATH_W='echo' DEBUG_FALSE='' DEBUG_TRUE='#' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DOCBOOK_TO_MAN='' DOXYGEN='' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' FLAC__TEST_LEVEL='1' FLAC__TEST_WITH_VALGRIND='no' FLaC__CPU_IA32_FALSE='#' FLaC__CPU_IA32_TRUE='' FLaC__CPU_PPC_FALSE='' FLaC__CPU_PPC_SPE_FALSE='' FLaC__CPU_PPC_SPE_TRUE='#' FLaC__CPU_PPC_TRUE='#' FLaC__CPU_SPARC_FALSE='' FLaC__CPU_SPARC_TRUE='#' FLaC__HAS_AS_FALSE='' FLaC__HAS_AS_TRUE='#' FLaC__HAS_AS__TEMPORARILY_DISABLED_FALSE='' FLaC__HAS_AS__TEMPORARILY_DISABLED_TRUE='#' FLaC__HAS_DOCBOOK_TO_MAN_FALSE='' FLaC__HAS_DOCBOOK_TO_MAN_TRUE='#' FLaC__HAS_DOXYGEN_FALSE='' FLaC__HAS_DOXYGEN_TRUE='#' FLaC__HAS_GAS_FALSE='#' FLaC__HAS_GAS_TRUE='' FLaC__HAS_GAS__TEMPORARILY_DISABLED_FALSE='' FLaC__HAS_GAS__TEMPORARILY_DISABLED_TRUE='#' FLaC__HAS_NASM_FALSE='#' FLaC__HAS_NASM_TRUE='' FLaC__HAS_OGG_FALSE='#' FLaC__HAS_OGG_TRUE='' FLaC__HAS_XMMS_FALSE='' FLaC__HAS_XMMS_TRUE='#' FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_FALSE='' FLaC__INSTALL_XMMS_PLUGIN_LOCALLY_TRUE='#' FLaC__NO_ASM_FALSE='' FLaC__NO_ASM_TRUE='#' FLaC__SSE_OS_FALSE='' FLaC__SSE_OS_TRUE='#' FLaC__SYS_DARWIN_FALSE='' FLaC__SYS_DARWIN_TRUE='#' FLaC__SYS_LINUX_FALSE='' FLaC__SYS_LINUX_TRUE='#' FLaC__USE_3DNOW_FALSE='#' FLaC__USE_3DNOW_TRUE='' FLaC__USE_ALTIVEC_FALSE='#' FLaC__USE_ALTIVEC_TRUE='' FLaC__WITH_CPPLIBS_FALSE='#' FLaC__WITH_CPPLIBS_TRUE='' GAS='gas' GCC_MAJOR_VERSION='4' GCC_MINOR_VERSION='8' GCC_VERSION='4.8.3' GREP='/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld' LDFLAGS='' LIBICONV='' LIBOBJS='' LIBS='-lm ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBICONV='' LTLIBOBJS='' LT_NO_UNDEFINED='' MAKEINFO='${SHELL} /var/uhubuild/work/compile/missing --run makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' NASM='nasm' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OBJ_FORMAT='elf' OGG_CFLAGS='-I/usr/include' OGG_LIBS='-L/usr/lib -logg' OGG_PACKAGE='ogg' OS_IS_WINDOWS_FALSE='' OS_IS_WINDOWS_TRUE='#' OTOOL64='' OTOOL='' PACKAGE='flac' PACKAGE_BUGREPORT='flac-dev@xiph.org' PACKAGE_NAME='flac' PACKAGE_STRING='flac 1.3.0' PACKAGE_TARNAME='flac' PACKAGE_URL='https://www.xiph.org/flac/' PACKAGE_VERSION='1.3.0' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' VERSION='1.3.0' XMMS_CFLAGS='' XMMS_CONFIG='no' XMMS_DATA_DIR='' XMMS_EFFECT_PLUGIN_DIR='' XMMS_GENERAL_PLUGIN_DIR='' XMMS_INPUT_PLUGIN_DIR='' XMMS_LIBS='' XMMS_OUTPUT_PLUGIN_DIR='' XMMS_PLUGIN_DIR='' XMMS_VERSION='' XMMS_VISUALIZATION_PLUGIN_DIR='' ac_ct_AR='' ac_ct_CC='' ac_ct_CXX='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='#' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=posix -chf - "$$tardir"' am__untar='tar -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' 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' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "flac" #define PACKAGE_TARNAME "flac" #define PACKAGE_VERSION "1.3.0" #define PACKAGE_STRING "flac 1.3.0" #define PACKAGE_BUGREPORT "flac-dev@xiph.org" #define PACKAGE_URL "https://www.xiph.org/flac/" #define PACKAGE "flac" #define VERSION "1.3.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define _FILE_OFFSET_BITS 64 #define HAVE_FSEEKO 1 #define SIZEOF_OFF_T 8 #define SIZEOF_VOIDP 4 #define HAVE_LROUND 1 #define HAVE_C_VARARRAYS 1 #define HAVE_CXX_VARARRAYS 1 #define STDC_HEADERS 1 #define HAVE_C_VARARRAYS 1 #define HAVE_TYPEOF 1 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_BYTESWAP_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_TERMIOS_H 1 #define GWINSZ_IN_SYS_IOCTL 1 #define HAVE_BSWAP32 1 #define CPU_IS_BIG_ENDIAN 0 #define CPU_IS_LITTLE_ENDIAN 1 #define WORDS_BIGENDIAN 0 #define HAVE_SOCKLEN_T 1 #define HAVE_GETOPT_LONG 1 #define FLAC__CPU_IA32 1 #define FLAC__ALIGN_MALLOC_DATA 1 #define FLAC__USE_3DNOW 1 #define FLAC__USE_ALTIVEC 1 #define FLAC__HAS_OGG 1 #define HAVE_ICONV 1 #define ICONV_CONST #define HAVE_LANGINFO_CODESET 1 #define FLAC__HAS_NASM 1 #define FLAC__HAS_GAS 1 configure: exit 0