This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libshout configure 2.2.2, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu CC=cc CFLAGS=-fno-common -I/usr/local/include CXXFLAGS=-fno-common CXX=c++ LDFLAGS=-pthread -L/usr/local/lib build_alias=i386-unknown-gnu host_alias=i386-unknown-gnu target_alias=i386-unknown-gnu CFLAGS=-O --no-create --no-recursion ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 132 tasks, 189 threads, 4 processors Load average: 1.61, Mach factor: 2.38 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1647: checking for a BSD-compatible install configure:1702: result: /usr/local/bin/ginstall -c configure:1713: checking whether build environment is sane configure:1756: result: yes configure:1821: checking for gawk configure:1837: found /usr/local/bin/gawk configure:1847: result: gawk configure:1857: checking whether make sets $(MAKE) configure:1877: result: yes configure:2045: checking whether to enable maintainer-specific portions of Makefiles configure:2054: result: no configure:2081: checking for i386-unknown-gnu-gcc configure:2110: result: no configure:2119: checking for gcc configure:2135: found /usr/bin/gcc configure:2145: result: gcc configure:2389: checking for C compiler version configure:2392: gcc --version &5 gcc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:2395: $? = 0 configure:2397: gcc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2400: $? = 0 configure:2402: gcc -V &5 gcc: `-V' option must have argument configure:2405: $? = 1 configure:2428: checking for C compiler default output file name configure:2431: gcc -O conftest.c >&5 configure:2434: $? = 0 configure:2480: result: a.out configure:2485: checking whether the C compiler works configure:2491: ./a.out configure:2494: $? = 0 configure:2511: result: yes configure:2518: checking whether we are cross compiling configure:2520: result: no configure:2523: checking for suffix of executables configure:2525: gcc -o conftest -O conftest.c >&5 configure:2528: $? = 0 configure:2553: result: configure:2559: checking for suffix of object files configure:2580: gcc -c -O conftest.c >&5 configure:2583: $? = 0 configure:2605: result: configure:2609: checking whether we are using the GNU C compiler configure:2633: gcc -c -O conftest.c >&5 configure:2639: $? = 0 configure:2642: test -z || test ! -s conftest.err configure:2645: $? = 0 configure:2648: test -s conftest. configure:2651: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2664: result: no configure:2670: checking whether gcc accepts -g configure:2691: gcc -c -g conftest.c >&5 configure:2697: $? = 0 configure:2700: test -z || test ! -s conftest.err configure:2703: $? = 0 configure:2706: test -s conftest. configure:2709: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2720: result: no configure:2737: checking for gcc option to accept ANSI C configure:2807: gcc -c -O conftest.c >&5 configure:2813: $? = 0 configure:2816: test -z || test ! -s conftest.err configure:2819: $? = 0 configure:2822: test -s conftest. configure:2825: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2807: gcc -qlanglvl=ansi -c -O conftest.c >&5 gcc: unrecognized option `-qlanglvl=ansi' configure:2813: $? = 0 configure:2816: test -z || test ! -s conftest.err configure:2819: $? = 0 configure:2822: test -s conftest. configure:2825: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2807: gcc -std1 -c -O conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2807: gcc -Ae -c -O conftest.c >&5 :6:2: missing '(' after predicate configure:2813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2807: gcc -Aa -D_HPUX_SOURCE -c -O conftest.c >&5 :6:2: missing '(' after predicate configure:2813: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2807: gcc -Xc -D__EXTENSIONS__ -c -O conftest.c >&5 gcc: unrecognized option `-Xc' configure:2813: $? = 0 configure:2816: test -z || test ! -s conftest.err configure:2819: $? = 0 configure:2822: test -s conftest. configure:2825: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not '\xHH' hex character constants. | These don't provoke an error unfortunately, instead are silently treated | as 'x'. The following induces an error, until -std1 is added to get | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an | array size at least. It's necessary to write '\x00'==0 to get something | that's true only with -std1. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2843: result: none needed configure:2861: gcc -c -O conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2867: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3008: checking for style of include used by make configure:3036: result: GNU configure:3064: checking dependency style of gcc configure:3154: result: gcc3 configure:3249: checking build system type configure:3267: result: i386-unknown-gnu configure:3275: checking host system type configure:3289: result: i386-unknown-gnu configure:3297: checking for a sed that does not truncate output configure:3351: result: /usr/local/bin/sed configure:3354: checking for egrep configure:3364: result: grep -E configure:3413: checking for non-GNU ld configure:3447: result: /usr/bin/ld configure:3456: checking if the linker (/usr/bin/ld) is GNU ld configure:3471: result: no configure:3476: checking for /usr/bin/ld option to reload object files configure:3483: result: -r configure:3501: checking for BSD-compatible nm configure:3550: result: /usr/bin/nm -p configure:3554: checking whether ln -s works configure:3558: result: yes configure:3565: checking how to recognise dependent libraries configure:3741: result: pass_all configure:3977: checking how to run the C preprocessor configure:4012: gcc -E conftest.c configure:4018: $? = 0 configure:4050: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:4056: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include configure:4095: result: gcc -E configure:4119: gcc -E conftest.c configure:4125: $? = 0 configure:4157: gcc -E conftest.c conftest.c:14:28: ac_nonexistent.h: No such file or directory configure:4163: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include configure:4207: checking for ANSI C header files configure:4232: gcc -c -O conftest.c >&5 configure:4238: $? = 0 configure:4241: test -z || test ! -s conftest.err configure:4244: $? = 0 configure:4247: test -s conftest. configure:4250: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4359: result: no configure:4383: checking for sys/types.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for sys/stat.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for stdlib.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for string.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for memory.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for strings.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for inttypes.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for stdint.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4383: checking for unistd.h configure:4399: gcc -c -O conftest.c >&5 configure:4405: $? = 0 configure:4408: test -z || test ! -s conftest.err configure:4411: $? = 0 configure:4414: test -s conftest. configure:4417: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | | #include configure:4428: result: no configure:4454: checking dlfcn.h usability configure:4466: gcc -c -O conftest.c >&5 configure:4472: $? = 0 configure:4475: test -z || test ! -s conftest.err configure:4478: $? = 0 configure:4481: test -s conftest. configure:4484: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:4494: result: no configure:4498: checking dlfcn.h presence configure:4508: gcc -E conftest.c configure:4514: $? = 0 configure:4534: result: yes configure:4547: WARNING: dlfcn.h: present but cannot be compiled configure:4549: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4551: WARNING: dlfcn.h: see the Autoconf documentation configure:4553: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4555: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4557: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4569: checking for dlfcn.h configure:4576: result: yes configure:4599: checking for i386-unknown-gnu-g++ configure:4628: result: no configure:4599: checking for i386-unknown-gnu-c++ configure:4628: result: no configure:4599: checking for i386-unknown-gnu-gpp configure:4628: result: no configure:4599: checking for i386-unknown-gnu-aCC configure:4628: result: no configure:4599: checking for i386-unknown-gnu-CC configure:4628: result: no configure:4599: checking for i386-unknown-gnu-cxx configure:4628: result: no configure:4599: checking for i386-unknown-gnu-cc++ configure:4628: result: no configure:4599: checking for i386-unknown-gnu-cl configure:4628: result: no configure:4599: checking for i386-unknown-gnu-FCC configure:4628: result: no configure:4599: checking for i386-unknown-gnu-KCC configure:4628: result: no configure:4599: checking for i386-unknown-gnu-RCC configure:4628: result: no configure:4599: checking for i386-unknown-gnu-xlC_r configure:4628: result: no configure:4599: checking for i386-unknown-gnu-xlC configure:4628: result: no configure:4641: checking for g++ configure:4657: found /usr/local/bin/g++ configure:4667: result: g++ configure:4683: checking for C++ compiler version configure:4686: g++ --version &5 g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:4689: $? = 0 configure:4691: g++ -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:4694: $? = 0 configure:4696: g++ -V &5 g++: `-V' option must have argument configure:4699: $? = 1 configure:4702: checking whether we are using the GNU C++ compiler configure:4726: g++ -c -fno-common conftest.cc >&5 configure:4732: $? = 0 configure:4735: test -z || test ! -s conftest.err configure:4738: $? = 0 configure:4741: test -s conftest. configure:4744: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4757: result: no configure:4763: checking whether g++ accepts -g configure:4784: g++ -c -g conftest.cc >&5 configure:4790: $? = 0 configure:4793: test -z || test ! -s conftest.err configure:4796: $? = 0 configure:4799: test -s conftest. configure:4802: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4813: result: no configure:4855: g++ -c -fno-common conftest.cc >&5 configure:4861: $? = 0 configure:4864: test -z || test ! -s conftest.err configure:4867: $? = 0 configure:4870: test -s conftest. configure:4873: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4855: g++ -c -fno-common conftest.cc >&5 configure:4861: $? = 0 configure:4864: test -z || test ! -s conftest.err configure:4867: $? = 0 configure:4870: test -s conftest. configure:4873: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4855: g++ -c -fno-common conftest.cc >&5 configure:4861: $? = 0 configure:4864: test -z || test ! -s conftest.err configure:4867: $? = 0 configure:4870: test -s conftest. configure:4873: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4855: g++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:16: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:15: error: than previous declaration `void exit(int) throw ()' configure:4861: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4855: g++ -c -fno-common conftest.cc >&5 configure:4861: $? = 0 configure:4864: test -z || test ! -s conftest.err configure:4867: $? = 0 configure:4870: test -s conftest. configure:4873: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4855: g++ -c -fno-common conftest.cc >&5 In file included from conftest.cc:16: conftest.cc:15: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:4861: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4942: checking dependency style of g++ configure:5032: result: gcc3 configure:5059: checking how to run the C++ preprocessor configure:5090: g++ -E conftest.cc configure:5096: $? = 0 configure:5128: g++ -E conftest.cc conftest.cc:18:28: ac_nonexistent.h: No such file or directory configure:5134: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5173: result: g++ -E configure:5197: g++ -E conftest.cc configure:5203: $? = 0 configure:5235: g++ -E conftest.cc conftest.cc:18:28: ac_nonexistent.h: No such file or directory configure:5241: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5296: checking for i386-unknown-gnu-g77 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-f77 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-xlf configure:5325: result: no configure:5296: checking for i386-unknown-gnu-frt configure:5325: result: no configure:5296: checking for i386-unknown-gnu-pgf77 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-fort77 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-fl32 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-af77 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-f90 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-xlf90 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-pgf90 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-epcf90 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-f95 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-fort configure:5325: result: no configure:5296: checking for i386-unknown-gnu-xlf95 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-ifc configure:5325: result: no configure:5296: checking for i386-unknown-gnu-efc configure:5325: result: no configure:5296: checking for i386-unknown-gnu-pgf95 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-lf95 configure:5325: result: no configure:5296: checking for i386-unknown-gnu-gfortran configure:5325: result: no configure:5338: checking for g77 configure:5354: found /usr/local/bin/g77 configure:5364: result: g77 configure:5382: checking for Fortran 77 compiler version configure:5382: g77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:5385: $? = 0 configure:5387: g77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) cc: /tmp/: linker input file unused because linking not done configure:5390: $? = 0 configure:5392: g77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/g77 -1 < | f2c -f | /usr/local/bin/g77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5395: $? = 0 configure:5403: checking whether we are using the GNU Fortran 77 compiler configure:5417: g77 -c conftest.F >&5 Error on line 2: Bad # line: "#ifndef __GNUC__" Error on line 4: Bad # line: "#endif" Error on line 3: unclassifiable statement (starts "chokeme") cc: /tmp/conftest.F: Fortran compiler not installed on this system configure:5423: $? = 0 configure:5426: test -z || test ! -s conftest.err configure:5429: $? = 0 configure:5432: test -s conftest. configure:5435: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5448: result: no configure:5454: checking whether g77 accepts -g configure:5466: g77 -c -g conftest.f >&5 configure:5472: $? = 0 configure:5475: test -z || test ! -s conftest.err configure:5478: $? = 0 configure:5481: test -s conftest. configure:5484: $? = 1 configure: failed program was: | program main | | end configure:5496: result: no configure:5526: checking the maximum length of command line arguments configure:5635: result: -1 configure:5646: checking command to parse /usr/bin/nm -p output from gcc object configure:5751: gcc -c -O conftest.c >&5 configure:5754: $? = 0 configure:5758: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5761: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' configure:5751: gcc -c -O conftest.c >&5 configure:5754: $? = 0 configure:5758: /usr/bin/nm -p conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm /usr/bin/nm: can't open file: conftest. (No such file or directory) configure:5761: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' configure:5851: result: failed configure:5858: checking for objdir configure:5873: result: .libs configure:5925: checking for i386-unknown-gnu-ar configure:5954: result: no configure:5963: checking for ar configure:5979: found /usr/bin/ar configure:5990: result: ar configure:6005: checking for i386-unknown-gnu-ranlib configure:6034: result: no configure:6043: checking for ranlib configure:6059: found /usr/bin/ranlib configure:6070: result: ranlib configure:6085: checking for i386-unknown-gnu-strip configure:6114: result: no configure:6123: checking for strip configure:6139: found /usr/bin/strip configure:6150: result: strip configure:6472: checking for gcc option to produce PIC configure:6682: result: configure:6753: checking if gcc static flag works configure:6781: result: yes configure:6791: checking if gcc supports -c -o file.o configure:6815: gcc -c -O -o out/conftest2.o conftest.c >&5 configure:6819: $? = 0 configure:6838: result: yes configure:6864: checking whether the gcc linker (/usr/bin/ld) supports shared libraries configure:7830: result: no configure:7897: checking dynamic linker characteristics configure:8497: result: gnu ld.so configure:8506: checking how to hardcode library paths into programs configure:8531: result: unsupported configure:8545: checking whether stripping libraries is possible configure:8566: result: no configure:9377: checking if libtool supports shared libraries configure:9379: result: no configure:9382: checking whether to build shared libraries configure:9403: result: no configure:9406: checking whether to build static libraries configure:9410: result: yes configure:9502: creating libtool configure:10232: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:11168: result: yes configure:11186: g++ -c -fno-common conftest.cpp >&5 configure:11189: $? = 0 configure:11308: checking for g++ option to produce PIC configure:11582: result: configure:11653: checking if g++ static flag works configure:11681: result: yes configure:11691: checking if g++ supports -c -o file.o configure:11715: g++ -c -fno-common -o out/conftest2.o conftest.cpp >&5 configure:11719: $? = 0 configure:11738: result: yes configure:11764: checking whether the g++ linker (/usr/bin/ld) supports shared libraries configure:11795: result: yes configure:11862: checking dynamic linker characteristics configure:12462: result: gnu ld.so configure:12471: checking how to hardcode library paths into programs configure:12496: result: unsupported configure:13022: checking if libtool supports shared libraries configure:13024: result: no configure:13027: checking whether to build shared libraries configure:13047: result: no configure:13050: checking whether to build static libraries configure:13054: result: yes configure:13064: checking for g77 option to produce PIC configure:13274: result: configure:13345: checking if g77 static flag works configure:13373: result: yes configure:13383: checking if g77 supports -c -o file.o configure:13407: g77 -c -o out/conftest2.o conftest.f >&5 configure:13411: $? = 0 configure:13430: result: yes configure:13456: checking whether the g77 linker (/usr/bin/ld) supports shared libraries configure:14402: result: no configure:14469: checking dynamic linker characteristics configure:15069: result: gnu ld.so configure:15078: checking how to hardcode library paths into programs configure:15103: result: unsupported configure:18728: checking for ANSI C header files configure:18880: result: no configure:18895: checking for strings.h configure:18900: result: no configure:19040: checking for an ANSI C-conforming const configure:19107: gcc -c -O conftest.c >&5 configure:19113: $? = 0 configure:19116: test -z || test ! -s conftest.err configure:19119: $? = 0 configure:19122: test -s conftest.o configure:19125: $? = 0 configure:19136: result: yes configure:19146: checking for inline configure:19167: gcc -c -O conftest.c >&5 configure:19173: $? = 0 configure:19176: test -z || test ! -s conftest.err configure:19179: $? = 0 configure:19182: test -s conftest.o configure:19185: $? = 0 configure:19197: result: inline configure:19221: checking for inttypes.h configure:19226: result: no configure:19365: checking for uint32_t configure:19389: gcc -c -O conftest.c >&5 conftest.c: In function `main': conftest.c:56: error: `uint32_t' undeclared (first use in this function) conftest.c:56: error: (Each undeclared identifier is reported only once conftest.c:56: error: for each function it appears in.) conftest.c:56: error: parse error before ')' token configure:19395: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | /* end confdefs.h. */ | #include | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | int | main () | { | if ((uint32_t *) 0) | return 0; | if (sizeof (uint32_t)) | return 0; | ; | return 0; | } configure:19418: result: no configure:19427: checking for short configure:19451: gcc -c -O conftest.c >&5 configure:19457: $? = 0 configure:19460: test -z || test ! -s conftest.err configure:19463: $? = 0 configure:19466: test -s conftest.o configure:19469: $? = 0 configure:19480: result: yes configure:19483: checking size of short configure:19795: gcc -o conftest -O conftest.c >&5 configure:19798: $? = 0 configure:19800: ./conftest configure:19803: $? = 0 configure:19826: result: 2 configure:19833: checking for int configure:19857: gcc -c -O conftest.c >&5 configure:19863: $? = 0 configure:19866: test -z || test ! -s conftest.err configure:19869: $? = 0 configure:19872: test -s conftest.o configure:19875: $? = 0 configure:19886: result: yes configure:19889: checking size of int configure:20201: gcc -o conftest -O conftest.c >&5 configure:20204: $? = 0 configure:20206: ./conftest configure:20209: $? = 0 configure:20232: result: 4 configure:20239: checking for long configure:20263: gcc -c -O conftest.c >&5 configure:20269: $? = 0 configure:20272: test -z || test ! -s conftest.err configure:20275: $? = 0 configure:20278: test -s conftest.o configure:20281: $? = 0 configure:20292: result: yes configure:20295: checking size of long configure:20607: gcc -o conftest -O conftest.c >&5 configure:20610: $? = 0 configure:20612: ./conftest configure:20615: $? = 0 configure:20638: result: 4 configure:20645: checking for long long configure:20669: gcc -c -O conftest.c >&5 configure:20675: $? = 0 configure:20678: test -z || test ! -s conftest.err configure:20681: $? = 0 configure:20684: test -s conftest.o configure:20687: $? = 0 configure:20698: result: yes configure:20701: checking size of long long configure:21013: gcc -o conftest -O conftest.c >&5 configure:21016: $? = 0 configure:21018: ./conftest configure:21021: $? = 0 configure:21044: result: 8 configure:21057: checking for library containing nanosleep configure:21087: gcc -o conftest -O conftest.c >&5 configure:21093: $? = 0 configure:21096: test -z || test ! -s conftest.err configure:21099: $? = 0 configure:21102: test -s conftest configure:21105: $? = 0 configure:21174: result: none required configure:21200: checking sys/socket.h usability configure:21212: gcc -c -O conftest.c >&5 configure:21218: $? = 0 configure:21221: test -z || test ! -s conftest.err configure:21224: $? = 0 configure:21227: test -s conftest.o configure:21230: $? = 0 configure:21240: result: yes configure:21244: checking sys/socket.h presence configure:21254: gcc -E conftest.c configure:21260: $? = 0 configure:21280: result: yes configure:21315: checking for sys/socket.h configure:21322: result: yes configure:21335: checking for socklen_t configure:21366: gcc -c -O conftest.c >&5 configure:21372: $? = 0 configure:21375: test -z || test ! -s conftest.err configure:21378: $? = 0 configure:21381: test -s conftest.o configure:21384: $? = 0 configure:21395: result: yes configure:21409: checking for va_copy configure:21427: gcc -o conftest -O conftest.c >&5 configure:21433: $? = 0 configure:21436: test -z || test ! -s conftest.err configure:21439: $? = 0 configure:21442: test -s conftest configure:21445: $? = 0 configure:21447: result: va_copy configure:21533: checking sys/select.h usability configure:21545: gcc -c -O conftest.c >&5 configure:21551: $? = 0 configure:21554: test -z || test ! -s conftest.err configure:21557: $? = 0 configure:21560: test -s conftest.o configure:21563: $? = 0 configure:21573: result: yes configure:21577: checking sys/select.h presence configure:21587: gcc -E conftest.c configure:21593: $? = 0 configure:21613: result: yes configure:21648: checking for sys/select.h configure:21655: result: yes configure:21533: checking sys/uio.h usability configure:21545: gcc -c -O conftest.c >&5 configure:21551: $? = 0 configure:21554: test -z || test ! -s conftest.err configure:21557: $? = 0 configure:21560: test -s conftest.o configure:21563: $? = 0 configure:21573: result: yes configure:21577: checking sys/uio.h presence configure:21587: gcc -E conftest.c configure:21593: $? = 0 configure:21613: result: yes configure:21648: checking for sys/uio.h configure:21655: result: yes configure:21678: checking winsock2.h usability configure:21690: gcc -c -O conftest.c >&5 conftest.c:62:22: winsock2.h: No such file or directory configure:21696: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_NANOSLEEP 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 | #if HAVE_SYS_TYPES_H | # include | #endif | #if HAVE_SYS_STAT_H | # include | #endif | #if STDC_HEADERS | # include | # include | #else | # if HAVE_STDLIB_H | # include | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include | # endif | # include | #endif | #if HAVE_STRINGS_H | # include | #endif | #if HAVE_INTTYPES_H | # include | #else | # if HAVE_STDINT_H | # include | # endif | #endif | #if HAVE_UNISTD_H | # include | #endif | #include configure:21718: result: no configure:21722: checking winsock2.h presence configure:21732: gcc -E conftest.c conftest.c:28:22: winsock2.h: No such file or directory configure:21738: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_NANOSLEEP 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 configure:21758: result: no configure:21793: checking for winsock2.h configure:21800: result: no configure:21816: checking for library containing sethostent configure:21846: gcc -o conftest -O conftest.c >&5 configure:21852: $? = 0 configure:21855: test -z || test ! -s conftest.err configure:21858: $? = 0 configure:21861: test -s conftest configure:21864: $? = 0 configure:21933: result: none required configure:21944: checking for library containing getnameinfo configure:21974: gcc -o conftest -O conftest.c >&5 configure:21980: $? = 0 configure:21983: test -z || test ! -s conftest.err configure:21986: $? = 0 configure:21989: test -s conftest configure:21992: $? = 0 configure:22061: result: none required configure:22079: checking for endhostent configure:22136: gcc -o conftest -O conftest.c >&5 configure:22142: $? = 0 configure:22145: test -z || test ! -s conftest.err configure:22148: $? = 0 configure:22151: test -s conftest configure:22154: $? = 0 configure:22166: result: yes configure:22079: checking for getaddrinfo configure:22136: gcc -o conftest -O conftest.c >&5 configure:22142: $? = 0 configure:22145: test -z || test ! -s conftest.err configure:22148: $? = 0 configure:22151: test -s conftest configure:22154: $? = 0 configure:22166: result: yes configure:22079: checking for inet_aton configure:22136: gcc -o conftest -O conftest.c >&5 configure:22142: $? = 0 configure:22145: test -z || test ! -s conftest.err configure:22148: $? = 0 configure:22151: test -s conftest configure:22154: $? = 0 configure:22166: result: yes configure:22079: checking for writev configure:22136: gcc -o conftest -O conftest.c >&5 configure:22142: $? = 0 configure:22145: test -z || test ! -s conftest.err configure:22148: $? = 0 configure:22151: test -s conftest configure:22154: $? = 0 configure:22166: result: yes configure:22178: checking for struct sockaddr_storage.ss_family configure:22203: gcc -c -O conftest.c >&5 configure:22209: $? = 0 configure:22212: test -z || test ! -s conftest.err configure:22215: $? = 0 configure:22218: test -s conftest.o configure:22221: $? = 0 configure:22279: result: yes configure:22291: checking for inet_pton configure:22348: gcc -o conftest -O conftest.c >&5 configure:22354: $? = 0 configure:22357: test -z || test ! -s conftest.err configure:22360: $? = 0 configure:22363: test -s conftest configure:22366: $? = 0 configure:22378: result: yes configure:22592: checking for the pthreads library -lpthreads configure:22630: gcc -o conftest -O conftest.c -lpthreads >&5 ld: can't locate file for: -lpthreads configure:22636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_NANOSLEEP 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 | int | main () | { | pthread_t th; pthread_join(th, 0); | pthread_attr_init(0); pthread_cleanup_push(0, 0); | pthread_create(0,0,0,0); pthread_cleanup_pop(0); | ; | return 0; | } configure:22662: result: no configure:22539: checking whether pthreads work without any flags configure:22630: gcc -o conftest -O conftest.c >&5 configure:22636: $? = 0 configure:22639: test -z || test ! -s conftest.err configure:22642: $? = 0 configure:22645: test -s conftest configure:22648: $? = 0 configure:22662: result: yes configure:22681: checking for joinable pthread attribute configure:22701: gcc -o conftest -O conftest.c >&5 configure:22707: $? = 0 configure:22710: test -z || test ! -s conftest.err configure:22713: $? = 0 configure:22716: test -s conftest configure:22719: $? = 0 configure:22730: result: PTHREAD_CREATE_JOINABLE configure:22740: checking if more special flags are required for pthreads configure:22747: result: no configure:22752: checking for pthread_rwlock_t configure:22777: gcc -c -O conftest.c >&5 configure:22783: $? = 0 configure:22786: test -z || test ! -s conftest.err configure:22789: $? = 0 configure:22792: test -s conftest.o configure:22795: $? = 0 configure:22806: result: yes configure:22824: checking for cc_r configure:22851: result: gcc configure:22916: checking for i386-unknown-gnu-pkg-config configure:22949: result: no configure:22958: checking for pkg-config configure:22976: found /usr/local/bin/pkg-config configure:22988: result: /usr/local/bin/pkg-config configure:23003: checking pkg-config is at least version 0.9.0 configure:23006: result: yes configure:23094: checking for libogg configure:23133: gcc -o conftest -O -I/include -L/lib conftest.c -logg >&5 configure:23139: $? = 0 configure:23142: test -z || test ! -s conftest.err configure:23145: $? = 0 configure:23148: test -s conftest configure:23151: $? = 0 configure:23212: result: ok configure:23233: checking for VORBIS configure:23241: $PKG_CONFIG --exists --print-errors "vorbis" configure:23244: $? = 0 configure:23259: $PKG_CONFIG --exists --print-errors "vorbis" configure:23262: $? = 0 configure:23906: result: yes configure:23918: checking for THEORA configure:23926: $PKG_CONFIG --exists --print-errors "theora" Package theora was not found in the pkg-config search path. Perhaps you should add the directory containing `theora.pc' to the PKG_CONFIG_PATH environment variable No package 'theora' found configure:23929: $? = 1 configure:23944: $PKG_CONFIG --exists --print-errors "theora" Package theora was not found in the pkg-config search path. Perhaps you should add the directory containing `theora.pc' to the PKG_CONFIG_PATH environment variable No package 'theora' found configure:23947: $? = 1 No package 'theora' found configure:24075: checking for libtheora configure:24100: gcc -o conftest -O -L/lib conftest.c -ltheora -logg >&5 ld: can't locate file for: -ltheora configure:24106: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_NANOSLEEP 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_PTHREAD_RWLOCK_T 1 | #define HAVE_OGG 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char theora_decode_header (); | int | main () | { | theora_decode_header (); | ; | return 0; | } configure:24202: result: Not found configure:24204: WARNING: Theora library not found, disabling configure:24462: checking for fgrep configure:24472: result: fgrep configure:24526: checking for SPEEX configure:24534: $PKG_CONFIG --exists --print-errors "speex" Package speex was not found in the pkg-config search path. Perhaps you should add the directory containing `speex.pc' to the PKG_CONFIG_PATH environment variable No package 'speex' found configure:24537: $? = 1 configure:24552: $PKG_CONFIG --exists --print-errors "speex" Package speex was not found in the pkg-config search path. Perhaps you should add the directory containing `speex.pc' to the PKG_CONFIG_PATH environment variable No package 'speex' found configure:24555: $? = 1 No package 'speex' found configure:24683: checking for libspeex configure:24708: gcc -o conftest -O -L/lib conftest.c -lspeex >&5 ld: Undefined symbols: _ogg_stream_init configure:24714: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_NANOSLEEP 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_PTHREAD_RWLOCK_T 1 | #define HAVE_OGG 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char ogg_stream_init (); | int | main () | { | ogg_stream_init (); | ; | return 0; | } configure:24758: gcc -o conftest -O -L/lib conftest.c -lspeex -logg >&5 configure:24764: $? = 0 configure:24767: test -z || test ! -s conftest.err configure:24770: $? = 0 configure:24773: test -s conftest configure:24776: $? = 0 configure:24809: gcc -o conftest -O -L/lib conftest.c -lspeex -logg >&5 conftest.c:38:32: speex/speex_header.h: No such file or directory conftest.c: In function `main': conftest.c:42: error: `speex_packet_to_header' undeclared (first use in this function) conftest.c:42: error: (Each undeclared identifier is reported only once conftest.c:42: error: for each function it appears in.) configure:24815: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "libshout" | #define PACKAGE_TARNAME "libshout" | #define PACKAGE_VERSION "2.2.2" | #define PACKAGE_STRING "libshout 2.2.2" | #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" | #define LIBSHOUT_MAJOR 2 | #define LIBSHOUT_MINOR 2 | #define LIBSHOUT_MICRO 2 | #define PACKAGE "libshout" | #define VERSION "2.2.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | #define _XOPEN_SOURCE 600 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_LONG_LONG 8 | #define HAVE_NANOSLEEP 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_PTHREAD_RWLOCK_T 1 | #define HAVE_OGG 1 | /* end confdefs.h. */ | #include | int | main () | { | void *p = speex_packet_to_header; | ; | return 0; | } configure:24854: WARNING: Speex library not found, disabling configure:25219: checking for pkg-config configure:25235: found /usr/local/bin/pkg-config configure:25246: result: yes configure:25617: creating shout-config.in configure:25968: creating ./config.status ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-O 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=set ac_cv_env_CXXFLAGS_value=-fno-common ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_OGG_PREFIX_set= ac_cv_env_OGG_PREFIX_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_SPEEX_set= ac_cv_env_SPEEX_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_THEORA_set= ac_cv_env_THEORA_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_VORBIS_PREFIX_set= ac_cv_env_VORBIS_PREFIX_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_endhostent=yes ac_cv_func_getaddrinfo=yes ac_cv_func_inet_aton=yes ac_cv_func_inet_pton=yes ac_cv_func_writev=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=no ac_cv_header_memory_h=no ac_cv_header_stdc=no ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=no ac_cv_header_string_h=no ac_cv_header_strings_h=no ac_cv_header_sys_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=no ac_cv_header_sys_types_h=no ac_cv_header_sys_uio_h=yes ac_cv_header_unistd_h=no ac_cv_header_winsock2_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_objext= ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_PKGCONFIG=yes ac_cv_prog_PTHREAD_CC=gcc ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_cxx_g=no ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_fgrep=fgrep 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_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_long_long=yes ac_cv_type_pthread_rwlock_t=yes ac_cv_type_short=yes ac_cv_type_socklen_t=yes ac_cv_type_uint32_t=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 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_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX= lt_cv_path_NM='/usr/bin/nm -p' lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx= lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len=-1 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='""' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='""' pkg_cv_VORBIS_CFLAGS='-I/usr/local/include ' pkg_cv_VORBIS_LIBS='-L/usr/local/lib -lvorbis -lm -logg ' xt_cv_lib_ogg=ok ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-O' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-fno-common' CYGPATH_W='echo' DEBUG='-g' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='' FGREP='fgrep' HAVE_PKGCONFIG_FALSE='#' HAVE_PKGCONFIG_TRUE='' HAVE_SPEEX_FALSE='' HAVE_SPEEX_TRUE='#' HAVE_THEORA_FALSE='' HAVE_THEORA_TRUE='#' HAVE_THREAD_FALSE='#' HAVE_THREAD_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS=' ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='./ltmain.sh' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/missing --run makeinfo' OBJEXT='' OGG_CFLAGS='-I/include' OGG_LDFLAGS='-L/lib' OGG_LIBS='-logg' OGG_PREFIX='' OPT='' PACKAGE='libshout' PACKAGE_BUGREPORT='icecast-dev@xiph.org' PACKAGE_NAME='libshout' PACKAGE_STRING='libshout 2.2.2' PACKAGE_TARNAME='libshout' PACKAGE_VERSION='2.2.2' PATH_SEPARATOR=':' PKGCONFIG='yes' PKG_CONFIG='/usr/local/bin/pkg-config' PROFILE='-g -p' PTHREAD_CC='gcc' PTHREAD_CFLAGS='' PTHREAD_CPPFLAGS='' PTHREAD_LIBS='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SHOUT_CFLAGS='' SHOUT_CONFIG='shout-config' SHOUT_CPPFLAGS=' -I/include -I/usr/local/include' SHOUT_LIBDEPS=' -L/usr/local/lib -lvorbis -lm -logg' SHOUT_REQUIRES='ogg, vorbis' SHOUT_THREADSAFE='1' SHOUT_VERSION='2.2.2' SPEEX='' SPEEX_CFLAGS='' SPEEX_LDFLAGS='' SPEEX_LIBS='' STRIP='strip' THEORA='' THEORA_CFLAGS='' THEORA_LDFLAGS='' THEORA_LIBS='' VERSION='2.2.2' VORBISENC_LIBS='' VORBISFILE_LIBS='' VORBIS_CFLAGS='-I/usr/local/include ' VORBIS_LDFLAGS='' VORBIS_LIBS=' -L/usr/local/lib -lvorbis -lm -logg ' VORBIS_PREFIX='' XIPH_CFLAGS=' -I/usr/local/include ' XIPH_CPPFLAGS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_pt_PKG_CONFIG='/usr/local/bin/pkg-config' acx_pthread_config='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='${prefix}' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/audio/libshout2/work/libshout-2.2.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shout_cflags='' shout_cppflags=' -I/include -I/usr/local/include' shout_libs='-lshout -L/usr/local/lib -lvorbis -lm -logg' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_DLFCN_H 1 #define HAVE_ENDHOSTENT 1 #define HAVE_GETADDRINFO 1 #define HAVE_GETNAMEINFO 1 #define HAVE_INET_ATON 1 #define HAVE_INET_PTON 1 #define HAVE_NANOSLEEP 1 #define HAVE_OGG 1 #define HAVE_PTHREAD_RWLOCK_T 1 #define HAVE_SETHOSTENT 1 #define HAVE_SOCKLEN_T 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_WRITEV 1 #define LIBSHOUT_MAJOR 2 #define LIBSHOUT_MICRO 2 #define LIBSHOUT_MINOR 2 #define PACKAGE "libshout" #define PACKAGE_BUGREPORT "icecast-dev@xiph.org" #define PACKAGE_NAME "libshout" #define PACKAGE_STRING "libshout 2.2.2" #define PACKAGE_TARNAME "libshout" #define PACKAGE_VERSION "2.2.2" #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define VERSION "2.2.2" #define _XOPEN_SOURCE 600 #endif #ifdef __cplusplus void exit (int); configure: exit 0 ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libshout config.status 2.2.2, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:823: creating Makefile config.status:823: creating debian/Makefile config.status:823: creating include/Makefile config.status:823: creating include/shout/Makefile config.status:823: creating include/shout/shout.h config.status:823: creating src/Makefile config.status:823: creating src/net/Makefile config.status:823: creating src/timing/Makefile config.status:823: creating src/thread/Makefile config.status:823: creating src/avl/Makefile config.status:823: creating src/httpp/Makefile config.status:823: creating doc/Makefile config.status:823: creating examples/Makefile config.status:823: creating win32/Makefile config.status:823: creating shout-config config.status:823: creating shout.pc config.status:889: creating config.h config.status:1023: config.h is unchanged config.status:1203: executing depfiles commands