EVOLUTION-MANAGER
Edit File: config.log
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Icecast configure 2.4.99.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = vps243764.vps.ovh.ca uname -m = x86_64 uname -r = 3.10.0-957.12.2.el7.x86_64 uname -s = Linux uname -v = #1 SMP Tue May 14 21:24:32 UTC 2019 /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2528: checking for gcc configure:2544: found /usr/bin/gcc configure:2555: result: gcc configure:2784: checking for C compiler version configure:2793: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) Copyright (C) 2015 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:2804: $? = 0 configure:2793: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:2804: $? = 0 configure:2793: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2804: $? = 4 configure:2793: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:2804: $? = 4 configure:2824: checking whether the C compiler works configure:2846: gcc conftest.c >&5 configure:2850: $? = 0 configure:2898: result: yes configure:2901: checking for C compiler default output file name configure:2903: result: a.out configure:2909: checking for suffix of executables configure:2916: gcc -o conftest conftest.c >&5 configure:2920: $? = 0 configure:2942: result: configure:2964: checking whether we are cross compiling configure:2972: gcc -o conftest conftest.c >&5 configure:2976: $? = 0 configure:2983: ./conftest configure:2987: $? = 0 configure:3002: result: no configure:3007: checking for suffix of object files configure:3029: gcc -c conftest.c >&5 configure:3033: $? = 0 configure:3054: result: o configure:3058: checking whether we are using the GNU C compiler configure:3077: gcc -c conftest.c >&5 configure:3077: $? = 0 configure:3086: result: yes configure:3095: checking whether gcc accepts -g configure:3115: gcc -c -g conftest.c >&5 configure:3115: $? = 0 configure:3156: result: yes configure:3173: checking for gcc option to accept ISO C89 configure:3236: gcc -c -g -O2 conftest.c >&5 configure:3236: $? = 0 configure:3249: result: none needed configure:3271: checking whether C compiler accepts -std=c99 configure:3290: gcc -c -g -O2 -std=c99 conftest.c >&5 configure:3290: $? = 0 configure:3298: result: yes configure:3315: : CFLAGS="$CFLAGS" configure:3318: $? = 0 configure:3343: checking for gcc option to accept ISO C99 configure:3492: gcc -c -g -O2 -std=c99 conftest.c >&5 configure:3492: $? = 0 configure:3505: result: none needed configure:3533: checking whether C compiler accepts -Werror=unknown-warning-option configure:3552: gcc -c -g -O2 -std=c99 -Werror=unknown-warning-option conftest.c >&5 cc1: error: -Werror=unknown-warning-option: no option -Wunknown-warning-option configure:3552: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3561: result: no configure:3533: checking whether C compiler accepts -Werror=invalid-command-line-argument configure:3552: gcc -c -g -O2 -std=c99 -Werror=invalid-command-line-argument conftest.c >&5 cc1: error: -Werror=invalid-command-line-argument: no option -Winvalid-command-line-argument configure:3552: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3561: result: no configure:3609: checking whether C compiler accepts -Wall configure:3628: gcc -c -g -O2 -std=c99 -Wall conftest.c >&5 configure:3628: $? = 0 configure:3637: result: yes configure:3653: : CFLAGS="$CFLAGS" configure:3656: $? = 0 configure:3609: checking whether C compiler accepts -Wextra configure:3628: gcc -c -g -O2 -std=c99 -Wall -Wextra conftest.c >&5 configure:3628: $? = 0 configure:3637: result: yes configure:3653: : CFLAGS="$CFLAGS" configure:3656: $? = 0 configure:3609: checking whether C compiler accepts -Wno-unused-parameter configure:3628: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:3628: $? = 0 configure:3637: result: yes configure:3653: : CFLAGS="$CFLAGS" configure:3656: $? = 0 configure:3686: checking for special C compiler options needed for large files configure:3731: result: no configure:3737: checking for _FILE_OFFSET_BITS value needed for large files configure:3762: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:3762: $? = 0 configure:3794: result: no configure:3887: checking build system type configure:3901: result: x86_64-unknown-linux-gnu configure:3921: checking host system type configure:3934: result: x86_64-unknown-linux-gnu configure:3982: checking for a BSD-compatible install configure:4050: result: /usr/bin/install -c configure:4061: checking whether build environment is sane configure:4116: result: yes configure:4267: checking for a thread-safe mkdir -p configure:4306: result: /usr/bin/mkdir -p configure:4313: checking for gawk configure:4329: found /usr/bin/gawk configure:4340: result: gawk configure:4351: checking whether make sets $(MAKE) configure:4373: result: yes configure:4403: checking for style of include used by make configure:4431: result: GNU configure:4465: checking whether make supports nested variables configure:4482: result: yes configure:4571: checking whether UID '0' is supported by ustar format configure:4574: result: yes configure:4581: checking whether GID '0' is supported by ustar format configure:4584: result: yes configure:4592: checking how to create a ustar tar archive configure:4603: tar --version tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. 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:4606: $? = 0 configure:4646: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar configure:4649: $? = 0 configure:4653: tar -xf - <conftest.tar configure:4656: $? = 0 configure:4658: cat conftest.dir/file GrepMe configure:4661: $? = 0 configure:4674: result: gnutar configure:4683: checking dependency style of gcc configure:4794: result: gcc3 configure:4821: checking whether make supports nested variables configure:4838: result: yes configure:4851: checking whether to enable maintainer-specific portions of Makefiles configure:4860: result: yes configure:4920: checking how to print strings configure:4947: result: printf configure:4968: checking for a sed that does not truncate output configure:5032: result: /usr/bin/sed configure:5050: checking for grep that handles long lines and -e configure:5108: result: /usr/bin/grep configure:5113: checking for egrep configure:5175: result: /usr/bin/grep -E configure:5180: checking for fgrep configure:5242: result: /usr/bin/grep -F configure:5277: checking for ld used by gcc configure:5344: result: /usr/bin/ld configure:5351: checking if the linker (/usr/bin/ld) is GNU ld configure:5366: result: yes configure:5378: checking for BSD- or MS-compatible name lister (nm) configure:5427: result: /usr/bin/nm -B configure:5557: checking the name lister (/usr/bin/nm -B) interface configure:5564: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:5567: /usr/bin/nm -B "conftest.o" configure:5570: output 0000000000000000 B some_variable configure:5577: result: BSD nm configure:5580: checking whether ln -s works configure:5584: result: yes configure:5592: checking the maximum length of command line arguments configure:5722: result: 1572864 configure:5739: checking whether the shell understands some XSI constructs configure:5749: result: yes configure:5753: checking whether the shell understands "+=" configure:5759: result: yes configure:5794: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:5834: result: func_convert_file_noop configure:5841: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:5861: result: func_convert_file_noop configure:5868: checking for /usr/bin/ld option to reload object files configure:5875: result: -r configure:5949: checking for objdump configure:5965: found /usr/bin/objdump configure:5976: result: objdump configure:6008: checking how to recognize dependent libraries configure:6210: result: pass_all configure:6295: checking for dlltool configure:6325: result: no configure:6355: checking how to associate runtime and link libraries configure:6382: result: printf %s\n configure:6442: checking for ar configure:6458: found /usr/bin/ar configure:6469: result: ar configure:6506: checking for archiver @FILE support configure:6523: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:6523: $? = 0 configure:6526: ar cru libconftest.a @conftest.lst >&5 configure:6529: $? = 0 configure:6534: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:6537: $? = 1 configure:6549: result: @ configure:6607: checking for strip configure:6623: found /usr/bin/strip configure:6634: result: strip configure:6706: checking for ranlib configure:6722: found /usr/bin/ranlib configure:6733: result: ranlib configure:6835: checking command to parse /usr/bin/nm -B output from gcc object configure:6955: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:6958: $? = 0 configure:6962: /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:6965: $? = 0 configure:7031: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c conftstm.o >&5 configure:7034: $? = 0 configure:7072: result: ok configure:7109: checking for sysroot configure:7139: result: no configure:7216: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:7219: $? = 0 configure:7395: checking for mt configure:7425: result: no configure:7445: checking if : is a manifest tool configure:7451: : '-?' configure:7459: result: no configure:8101: checking how to run the C preprocessor configure:8132: gcc -E conftest.c configure:8132: $? = 0 configure:8146: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:8146: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8171: result: gcc -E configure:8191: gcc -E conftest.c configure:8191: $? = 0 configure:8205: gcc -E conftest.c conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:8205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8234: checking for ANSI C header files configure:8254: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8254: $? = 0 configure:8327: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8327: $? = 0 configure:8327: ./conftest configure:8327: $? = 0 configure:8338: result: yes configure:8351: checking for sys/types.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for sys/stat.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for stdlib.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for string.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for memory.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for strings.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for inttypes.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for stdint.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8351: checking for unistd.h configure:8351: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8351: $? = 0 configure:8351: result: yes configure:8365: checking for dlfcn.h configure:8365: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:8365: $? = 0 configure:8365: result: yes configure:8571: checking for objdir configure:8586: result: .libs configure:8857: checking if gcc supports -fno-rtti -fno-exceptions configure:8875: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter -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:8879: $? = 0 configure:8892: result: no configure:9219: checking for gcc option to produce PIC configure:9226: result: -fPIC -DPIC configure:9234: checking if gcc PIC flag -fPIC -DPIC works configure:9252: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter -fPIC -DPIC -DPIC conftest.c >&5 configure:9256: $? = 0 configure:9269: result: yes configure:9298: checking if gcc static flag -static works configure:9326: result: no configure:9341: checking if gcc supports -c -o file.o configure:9362: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter -o out/conftest2.o conftest.c >&5 configure:9366: $? = 0 configure:9388: result: yes configure:9396: checking if gcc supports -c -o file.o configure:9443: result: yes configure:9476: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:10629: result: yes configure:10666: checking whether -lc should be explicitly linked in configure:10674: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:10677: $? = 0 configure:10692: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:10695: $? = 0 configure:10709: result: no configure:10869: checking dynamic linker characteristics configure:11380: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter -Wl,-rpath -Wl,/foo conftest.c >&5 configure:11380: $? = 0 configure:11606: result: GNU/Linux ld.so configure:11713: checking how to hardcode library paths into programs configure:11738: result: immediate configure:12278: checking whether stripping libraries is possible configure:12283: result: yes configure:12318: checking if libtool supports shared libraries configure:12320: result: yes configure:12323: checking whether to build shared libraries configure:12344: result: yes configure:12347: checking whether to build static libraries configure:12351: result: yes configure:12786: checking for __attribute__((transparent_union)) configure:12807: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:12807: $? = 0 configure:12820: result: yes configure:12835: checking whether to enable assertions configure:12853: result: yes configure:12856: checking for ANSI C header files configure:12960: result: yes configure:12968: checking whether time.h and sys/time.h may both be included configure:12988: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:12988: $? = 0 configure:12995: result: yes configure:13007: checking for stdint.h configure:13007: result: yes configure:13029: checking for sys/types.h configure:13029: result: yes configure:13041: checking sys/timeb.h usability configure:13041: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13041: $? = 0 configure:13041: result: yes configure:13041: checking sys/timeb.h presence configure:13041: gcc -E conftest.c configure:13041: $? = 0 configure:13041: result: yes configure:13041: checking for sys/timeb.h configure:13041: result: yes configure:13053: checking sys/socket.h usability configure:13053: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13053: $? = 0 configure:13053: result: yes configure:13053: checking sys/socket.h presence configure:13053: gcc -E conftest.c configure:13053: $? = 0 configure:13053: result: yes configure:13053: checking for sys/socket.h configure:13053: result: yes configure:13066: checking pwd.h usability configure:13066: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13066: $? = 0 configure:13066: result: yes configure:13066: checking pwd.h presence configure:13066: gcc -E conftest.c configure:13066: $? = 0 configure:13066: result: yes configure:13066: checking for pwd.h configure:13066: result: yes configure:13066: checking grp.h usability configure:13066: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13066: $? = 0 configure:13066: result: yes configure:13066: checking grp.h presence configure:13066: gcc -E conftest.c configure:13066: $? = 0 configure:13066: result: yes configure:13066: checking for grp.h configure:13066: result: yes configure:13079: checking for sys/socket.h configure:13079: result: yes configure:13089: checking for socklen_t configure:13089: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13089: $? = 0 configure:13089: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c: In function 'main': conftest.c:45:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:13089: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | /* end confdefs.h. */ | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_SOCKET_H | # include <sys/socket.h> | #endif | | | int | main () | { | if (sizeof ((socklen_t))) | return 0; | ; | return 0; | } configure:13089: result: yes configure:13108: checking for va_copy configure:13121: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13121: $? = 0 configure:13122: result: va_copy configure:13161: checking sys/select.h usability configure:13161: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13161: $? = 0 configure:13161: result: yes configure:13161: checking sys/select.h presence configure:13161: gcc -E conftest.c configure:13161: $? = 0 configure:13161: result: yes configure:13161: checking for sys/select.h configure:13161: result: yes configure:13161: checking sys/uio.h usability configure:13161: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13161: $? = 0 configure:13161: result: yes configure:13161: checking sys/uio.h presence configure:13161: gcc -E conftest.c configure:13161: $? = 0 configure:13161: result: yes configure:13161: checking for sys/uio.h configure:13161: result: yes configure:13171: checking winsock2.h usability configure:13171: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c:70:22: fatal error: winsock2.h: No such file or directory #include <winsock2.h> ^ compilation terminated. configure:13171: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <winsock2.h> configure:13171: result: no configure:13171: checking winsock2.h presence configure:13171: gcc -E conftest.c conftest.c:37:22: fatal error: winsock2.h: No such file or directory #include <winsock2.h> ^ compilation terminated. configure:13171: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | /* end confdefs.h. */ | #include <winsock2.h> configure:13171: result: no configure:13171: checking for winsock2.h configure:13171: result: no configure:13182: checking for library containing sethostent configure:13213: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13213: $? = 0 configure:13230: result: none required configure:13240: checking for library containing getnameinfo configure:13271: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13271: $? = 0 configure:13288: result: none required configure:13301: checking for endhostent configure:13301: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13301: $? = 0 configure:13301: result: yes configure:13301: checking for getaddrinfo configure:13301: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13301: $? = 0 configure:13301: result: yes configure:13301: checking for inet_aton configure:13301: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13301: $? = 0 configure:13301: result: yes configure:13301: checking for writev configure:13301: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13301: $? = 0 configure:13301: result: yes configure:13312: checking for struct sockaddr_storage.ss_family configure:13312: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13312: $? = 0 configure:13312: result: yes configure:13323: checking for inet_pton configure:13323: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13323: $? = 0 configure:13323: result: yes configure:13336: checking for pid_t configure:13336: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13336: $? = 0 configure:13336: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c: In function 'main': conftest.c:81:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:13336: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SETHOSTENT 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_ENDHOSTENT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_ATON 1 | #define HAVE_WRITEV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:13336: result: yes configure:13349: checking vfork.h usability configure:13349: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c:78:19: fatal error: vfork.h: No such file or directory #include <vfork.h> ^ compilation terminated. configure:13349: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SETHOSTENT 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_ENDHOSTENT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_ATON 1 | #define HAVE_WRITEV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <vfork.h> configure:13349: result: no configure:13349: checking vfork.h presence configure:13349: gcc -E conftest.c conftest.c:45:19: fatal error: vfork.h: No such file or directory #include <vfork.h> ^ compilation terminated. configure:13349: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SETHOSTENT 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_ENDHOSTENT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_ATON 1 | #define HAVE_WRITEV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_INET_PTON 1 | /* end confdefs.h. */ | #include <vfork.h> configure:13349: result: no configure:13349: checking for vfork.h configure:13349: result: no configure:13362: checking for fork configure:13362: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13362: $? = 0 configure:13362: result: yes configure:13362: checking for vfork configure:13362: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13362: $? = 0 configure:13362: result: yes configure:13372: checking for working fork configure:13394: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13394: $? = 0 configure:13394: ./conftest configure:13394: $? = 0 configure:13404: result: yes configure:13425: checking for working vfork configure:13535: result: yes configure:13560: checking for uid_t in sys/types.h configure:13579: result: yes configure:13592: checking for unistd.h configure:13592: result: yes configure:13602: checking for working chown configure:13635: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13635: $? = 0 configure:13635: ./conftest configure:13635: $? = 0 configure:13647: result: yes configure:13658: checking for setuid configure:13658: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13658: $? = 0 configure:13658: result: yes configure:13669: checking for chroot configure:13669: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13669: $? = 0 configure:13669: result: yes configure:13680: checking for strcasestr configure:13680: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13680: $? = 0 configure:13680: result: yes configure:13691: checking for gethostname configure:13691: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13691: $? = 0 configure:13691: result: yes configure:13702: checking for uname configure:13702: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13702: $? = 0 configure:13702: result: yes configure:13713: checking for setenv configure:13713: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13713: $? = 0 configure:13713: result: yes configure:13724: checking for setresuid configure:13724: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13724: $? = 0 configure:13724: result: yes configure:13735: checking for setresgid configure:13735: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13735: $? = 0 configure:13735: result: yes configure:13746: checking for localtime_r configure:13746: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13746: $? = 0 configure:13746: result: yes configure:13757: checking for gettimeofday configure:13757: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13757: $? = 0 configure:13757: result: yes configure:13768: checking for ftime configure:13768: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13768: $? = 0 configure:13768: result: yes configure:13782: checking for poll configure:13782: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13782: $? = 0 configure:13782: result: yes configure:13794: checking for library containing nanosleep configure:13825: gcc -o conftest -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13825: $? = 0 configure:13842: result: none required configure:13855: checking for off_t configure:13855: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13855: $? = 0 configure:13855: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c: In function 'main': conftest.c:100:20: error: expected expression before ')' token if (sizeof ((off_t))) ^ configure:13855: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SETHOSTENT 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_ENDHOSTENT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_ATON 1 | #define HAVE_WRITEV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_INET_PTON 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_SETUID 1 | #define HAVE_CHROOT 1 | #define HAVE_STRCASESTR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_UNAME 1 | #define HAVE_SETENV 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FTIME 1 | #define HAVE_POLL 1 | #define HAVE_NANOSLEEP 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((off_t))) | return 0; | ; | return 0; | } configure:13855: result: yes configure:13866: checking for pid_t configure:13866: result: yes configure:13877: checking for size_t configure:13877: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13877: $? = 0 configure:13877: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c: In function 'main': conftest.c:100:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:13877: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SETHOSTENT 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_ENDHOSTENT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_ATON 1 | #define HAVE_WRITEV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_INET_PTON 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_SETUID 1 | #define HAVE_CHROOT 1 | #define HAVE_STRCASESTR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_UNAME 1 | #define HAVE_SETENV 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FTIME 1 | #define HAVE_POLL 1 | #define HAVE_NANOSLEEP 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:13877: result: yes configure:13888: checking for ssize_t configure:13888: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 configure:13888: $? = 0 configure:13888: gcc -c -g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter conftest.c >&5 conftest.c: In function 'main': conftest.c:100:22: error: expected expression before ')' token if (sizeof ((ssize_t))) ^ configure:13888: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "Icecast" | #define PACKAGE_TARNAME "icecast" | #define PACKAGE_VERSION "2.4.99.2" | #define PACKAGE_STRING "Icecast 2.4.99.2" | #define PACKAGE_BUGREPORT "icecast@xiph.org" | #define PACKAGE_URL "" | #define _GNU_SOURCE 1 | #define PACKAGE "icecast" | #define VERSION "2.4.99.2" | #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SOCKLEN_T 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_SETHOSTENT 1 | #define HAVE_GETNAMEINFO 1 | #define HAVE_ENDHOSTENT 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_ATON 1 | #define HAVE_WRITEV 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_INET_PTON 1 | #define HAVE_FORK 1 | #define HAVE_VFORK 1 | #define HAVE_WORKING_VFORK 1 | #define HAVE_WORKING_FORK 1 | #define HAVE_UNISTD_H 1 | #define HAVE_CHOWN 1 | #define HAVE_SETUID 1 | #define HAVE_CHROOT 1 | #define HAVE_STRCASESTR 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_UNAME 1 | #define HAVE_SETENV 1 | #define HAVE_SETRESUID 1 | #define HAVE_SETRESGID 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FTIME 1 | #define HAVE_POLL 1 | #define HAVE_NANOSLEEP 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((ssize_t))) | return 0; | ; | return 0; | } configure:13888: result: yes configure:13899: checking for uid_t in sys/types.h configure:13918: result: yes configure:13985: checking for pkg-config configure:14003: found /usr/bin/pkg-config configure:14015: result: /usr/bin/pkg-config configure:14040: checking pkg-config is at least version 0.9.0 configure:14043: result: yes configure:14053: checking for LIBXML2 configure:14060: $PKG_CONFIG --exists --print-errors "libxml-2.0" configure:14063: $? = 0 configure:14077: $PKG_CONFIG --exists --print-errors "libxml-2.0" configure:14080: $? = 0 configure:14122: result: yes configure:14133: checking for LIBXSLT configure:14140: $PKG_CONFIG --exists --print-errors "libxslt" configure:14143: $? = 0 configure:14157: $PKG_CONFIG --exists --print-errors "libxslt" configure:14160: $? = 0 configure:14202: result: yes configure:14213: checking for VORBIS configure:14220: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0" Package vorbis was not found in the pkg-config search path. Perhaps you should add the directory containing `vorbis.pc' to the PKG_CONFIG_PATH environment variable No package 'vorbis' found configure:14223: $? = 1 configure:14237: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0" Package vorbis was not found in the pkg-config search path. Perhaps you should add the directory containing `vorbis.pc' to the PKG_CONFIG_PATH environment variable No package 'vorbis' found configure:14240: $? = 1 configure:14254: result: no No package 'vorbis' found configure:14271: error: No package 'vorbis' found. Must have libvorbis v1.0 or above installed. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CURL_CFLAGS_set= ac_cv_env_CURL_CFLAGS_value= ac_cv_env_CURL_LIBS_set= ac_cv_env_CURL_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBXML2_CFLAGS_set= ac_cv_env_LIBXML2_CFLAGS_value= ac_cv_env_LIBXML2_LIBS_set= ac_cv_env_LIBXML2_LIBS_value= ac_cv_env_LIBXSLT_CFLAGS_set= ac_cv_env_LIBXSLT_CFLAGS_value= ac_cv_env_LIBXSLT_LIBS_set= ac_cv_env_LIBXSLT_LIBS_value= ac_cv_env_OGG_CFLAGS_set= ac_cv_env_OGG_CFLAGS_value= ac_cv_env_OGG_LIBS_set= ac_cv_env_OGG_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_SPEEX_CFLAGS_set= ac_cv_env_SPEEX_CFLAGS_value= ac_cv_env_SPEEX_LIBS_set= ac_cv_env_SPEEX_LIBS_value= ac_cv_env_THEORA_CFLAGS_set= ac_cv_env_THEORA_CFLAGS_value= ac_cv_env_THEORA_LIBS_set= ac_cv_env_THEORA_LIBS_value= ac_cv_env_VORBIS_CFLAGS_set= ac_cv_env_VORBIS_CFLAGS_value= ac_cv_env_VORBIS_LIBS_set= ac_cv_env_VORBIS_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_chown_works=yes ac_cv_func_chroot=yes ac_cv_func_endhostent=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_ftime=yes ac_cv_func_getaddrinfo=yes ac_cv_func_gethostname=yes ac_cv_func_gettimeofday=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_pton=yes ac_cv_func_localtime_r=yes ac_cv_func_poll=yes ac_cv_func_setenv=yes ac_cv_func_setresgid=yes ac_cv_func_setresuid=yes ac_cv_func_setuid=yes ac_cv_func_strcasestr=yes ac_cv_func_uname=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_func_writev=yes ac_cv_header_dlfcn_h=yes ac_cv_header_grp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_pwd_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_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_header_winsock2_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_getnameinfo='none required' ac_cv_search_nanosleep='none required' ac_cv_search_sethostent='none required' ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_ssize_t=yes ac_cv_type_uid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_tar_ustar=gnutar ax_cv_check_cflags___Wall=yes ax_cv_check_cflags___Werror_invalid_command_line_argument=no ax_cv_check_cflags___Werror_unknown_warning_option=no ax_cv_check_cflags___Wextra=yes ax_cv_check_cflags___Wno_unused_parameter=yes ax_cv_check_cflags___std_c99=yes ax_cv_have_type_attribute_transparent_union=yes 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_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=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 pkg_cv_LIBXML2_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXML2_LIBS='-lxml2 ' pkg_cv_LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' pkg_cv_LIBXSLT_LIBS='-lxslt -lz -ldl -lm -lxml2 ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /opt/icecast-server/build-aux/missing aclocal-1.13' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /opt/icecast-server/build-aux/missing autoconf' AUTOHEADER='${SHELL} /opt/icecast-server/build-aux/missing autoheader' AUTOMAKE='${SHELL} /opt/icecast-server/build-aux/missing automake-1.13' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -std=c99 -Wall -Wextra -Wno-unused-parameter -I/usr/include/libxml2 -I/usr/include/libxml2 ' CPP='gcc -E' CPPFLAGS='' CURL_CFLAGS='' CURL_LIBS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_MODULE_CLIENT_TESTS_FALSE='' ENABLE_MODULE_CLIENT_TESTS_TRUE='' ENABLE_YP_FALSE='' ENABLE_YP_TRUE='' EXEEXT='' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' HAVE_CURL_FALSE='' HAVE_CURL_TRUE='' HAVE_OGG_FALSE='' HAVE_OGG_TRUE='' HAVE_OPENSSL_FALSE='' HAVE_OPENSSL_TRUE='' HAVE_SPEEX_FALSE='' HAVE_SPEEX_TRUE='' HAVE_THEORA_FALSE='' HAVE_THEORA_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS=' -lxml2 -lxslt -lz -ldl -lm -lxml2 ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML2_CFLAGS='-I/usr/include/libxml2 ' LIBXML2_LIBS='-lxml2 ' LIBXSLT_CFLAGS='-I/usr/include/libxml2 ' LIBXSLT_LIBS='-lxslt -lz -ldl -lm -lxml2 ' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /opt/icecast-server/build-aux/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OGG_CFLAGS='' OGG_LIBS='' OPENSSL_CFLAGS='' OPENSSL_LIBS='' OTOOL64='' OTOOL='' PACKAGE='icecast' PACKAGE_BUGREPORT='icecast@xiph.org' PACKAGE_NAME='Icecast' PACKAGE_STRING='Icecast 2.4.99.2' PACKAGE_TARNAME='icecast' PACKAGE_URL='' PACKAGE_VERSION='2.4.99.2' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_CPPFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' SPEEX_CFLAGS='' SPEEX_LIBS='' STRIP='strip' THEORA_CFLAGS='' THEORA_LIBS='' VERSION='2.4.99.2' VORBIS_CFLAGS='' VORBIS_LIBS='' XIPH_CFLAGS='' XIPH_CPPFLAGS='' XIPH_LDFLAGS='' XIPH_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' acx_pthread_config='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /opt/icecast-server/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "Icecast" #define PACKAGE_TARNAME "icecast" #define PACKAGE_VERSION "2.4.99.2" #define PACKAGE_STRING "Icecast 2.4.99.2" #define PACKAGE_BUGREPORT "icecast@xiph.org" #define PACKAGE_URL "" #define _GNU_SOURCE 1 #define PACKAGE "icecast" #define VERSION "2.4.99.2" #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 HAVE_TYPE_ATTRIBUTE_TRANSPARENT_UNION 1 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_STDINT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_PWD_H 1 #define HAVE_GRP_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SOCKLEN_T 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_SETHOSTENT 1 #define HAVE_GETNAMEINFO 1 #define HAVE_ENDHOSTENT 1 #define HAVE_GETADDRINFO 1 #define HAVE_INET_ATON 1 #define HAVE_WRITEV 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_INET_PTON 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_UNISTD_H 1 #define HAVE_CHOWN 1 #define HAVE_SETUID 1 #define HAVE_CHROOT 1 #define HAVE_STRCASESTR 1 #define HAVE_GETHOSTNAME 1 #define HAVE_UNAME 1 #define HAVE_SETENV 1 #define HAVE_SETRESUID 1 #define HAVE_SETRESGID 1 #define HAVE_LOCALTIME_R 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_FTIME 1 #define HAVE_POLL 1 #define HAVE_NANOSLEEP 1 configure: exit 1