This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --disable-gcc-pipe --prefix=/usr/local i386-unknown-gnu ## --------- ## ## 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: 144 tasks, 198 threads, 4 processors Load average: 1.49, Mach factor: 2.50 /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: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1536: checking build system type configure:1554: result: i386-unknown-gnu configure:1562: checking host system type configure:1576: result: i386-unknown-gnu configure:1584: checking target system type configure:1598: result: i386-unknown-gnu configure:1626: checking for a BSD-compatible install configure:1681: result: /usr/bin/install -c -o root -g wheel configure:1692: checking whether build environment is sane configure:1735: result: yes configure:1768: checking for gawk configure:1784: found /usr/local/bin/gawk configure:1794: result: gawk configure:1804: checking whether make sets $(MAKE) configure:1824: result: yes configure:2017: checking for i386-unknown-gnu-gcc configure:2043: result: cc configure:2325: checking for C compiler version configure:2328: cc --version &5 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:2331: $? = 0 configure:2333: cc -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:2336: $? = 0 configure:2338: cc -V &5 cc: `-V' option must have argument configure:2341: $? = 1 configure:2364: checking for C compiler default output file name configure:2367: cc -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2370: $? = 0 configure:2416: result: a.out configure:2421: checking whether the C compiler works configure:2427: ./a.out configure:2430: $? = 0 configure:2447: result: yes configure:2454: checking whether we are cross compiling configure:2456: result: no configure:2459: checking for suffix of executables configure:2461: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2464: $? = 0 configure:2489: result: configure:2495: checking for suffix of object files configure:2516: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2519: $? = 0 configure:2541: result: configure:2545: checking whether we are using the GNU C compiler configure:2569: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2575: $? = 0 configure:2578: test -z || test ! -s conftest.err configure:2581: $? = 0 configure:2584: test -s conftest. configure:2587: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2600: result: no configure:2606: checking whether cc accepts -g configure:2627: cc -c -g -I/usr/local/include conftest.c >&5 configure:2633: $? = 0 configure:2636: test -z || test ! -s conftest.err configure:2639: $? = 0 configure:2642: test -s conftest. configure:2645: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2656: result: no configure:2673: checking for cc option to accept ANSI C configure:2743: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2749: $? = 0 configure:2752: test -z || test ! -s conftest.err configure:2755: $? = 0 configure:2758: test -s conftest. configure:2761: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:2743: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2749: $? = 0 configure:2752: test -z || test ! -s conftest.err configure:2755: $? = 0 configure:2758: test -s conftest. configure:2761: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:2743: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2749: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:2743: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2749: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:2743: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2749: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:2743: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2749: $? = 0 configure:2752: test -z || test ! -s conftest.err configure:2755: $? = 0 configure:2758: test -s conftest. configure:2761: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:2779: result: none needed configure:2797: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2803: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2944: checking for style of include used by make configure:2972: result: GNU configure:3000: checking dependency style of cc configure:3083: result: gcc3 configure:3113: checking for a BSD-compatible install configure:3168: result: /usr/bin/install -c -o root -g wheel configure:3180: checking whether make sets $(MAKE) configure:3200: result: yes configure:3209: checking whether ln -s works configure:3213: result: yes configure:3292: checking for a sed that does not truncate output configure:3346: result: /usr/local/bin/sed configure:3349: checking for egrep configure:3359: result: grep -E configure:3408: checking for non-GNU ld configure:3442: result: /usr/bin/ld configure:3451: checking if the linker (/usr/bin/ld) is GNU ld configure:3466: result: no configure:3471: checking for /usr/bin/ld option to reload object files configure:3478: result: -r configure:3487: checking for BSD-compatible nm configure:3529: result: nm configure:3533: checking how to recognise dependent libraries configure:3707: result: pass_all configure:3920: checking how to run the C preprocessor configure:3955: cc -E -I/usr/local/include conftest.c configure:3961: $? = 0 configure:3993: cc -E -I/usr/local/include conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:3999: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | /* end confdefs.h. */ | #include configure:4038: result: cc -E configure:4062: cc -E -I/usr/local/include conftest.c configure:4068: $? = 0 configure:4100: cc -E -I/usr/local/include conftest.c conftest.c:11:28: ac_nonexistent.h: No such file or directory configure:4106: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | /* end confdefs.h. */ | #include configure:4150: checking for ANSI C header files configure:4175: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4181: $? = 0 configure:4184: test -z || test ! -s conftest.err configure:4187: $? = 0 configure:4190: test -s conftest. configure:4193: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:4302: result: no configure:4326: checking for sys/types.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for sys/stat.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for stdlib.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for string.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for memory.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for strings.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for inttypes.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for stdint.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4326: checking for unistd.h configure:4342: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4348: $? = 0 configure:4351: test -z || test ! -s conftest.err configure:4354: $? = 0 configure:4357: test -s conftest. configure:4360: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4371: result: no configure:4397: checking dlfcn.h usability configure:4409: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:4415: $? = 0 configure:4418: test -z || test ! -s conftest.err configure:4421: $? = 0 configure:4424: test -s conftest. configure:4427: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4437: result: no configure:4441: checking dlfcn.h presence configure:4451: cc -E -I/usr/local/include conftest.c configure:4457: $? = 0 configure:4477: result: yes configure:4490: WARNING: dlfcn.h: present but cannot be compiled configure:4492: WARNING: dlfcn.h: check for missing prerequisite headers? configure:4494: WARNING: dlfcn.h: see the Autoconf documentation configure:4496: WARNING: dlfcn.h: section "Present But Cannot Be Compiled" configure:4498: WARNING: dlfcn.h: proceeding with the preprocessor's result configure:4500: WARNING: dlfcn.h: in the future, the compiler will take precedence configure:4512: checking for dlfcn.h configure:4519: result: yes configure:4542: checking for i386-unknown-gnu-g++ configure:4568: result: c++ configure:4626: checking for C++ compiler version configure:4629: c++ --version &5 c++ (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:4632: $? = 0 configure:4634: c++ -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:4637: $? = 0 configure:4639: c++ -V &5 c++: `-V' option must have argument configure:4642: $? = 1 configure:4645: checking whether we are using the GNU C++ compiler configure:4669: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:4675: $? = 0 configure:4678: test -z || test ! -s conftest.err configure:4681: $? = 0 configure:4684: test -s conftest. configure:4687: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:4700: result: no configure:4706: checking whether c++ accepts -g configure:4727: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:4733: $? = 0 configure:4736: test -z || test ! -s conftest.err configure:4739: $? = 0 configure:4742: test -s conftest. configure:4745: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4756: result: no configure:4798: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:4804: $? = 0 configure:4807: test -z || test ! -s conftest.err configure:4810: $? = 0 configure:4813: test -s conftest. configure:4816: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4798: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:4804: $? = 0 configure:4807: test -z || test ! -s conftest.err configure:4810: $? = 0 configure:4813: test -s conftest. configure:4816: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4798: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:4804: $? = 0 configure:4807: test -z || test ! -s conftest.err configure:4810: $? = 0 configure:4813: test -s conftest. configure:4816: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.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:4798: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 In file included from conftest.cc:13: /usr/include/stdlib.h:158: error: declaration of `void exit(int)' throws different exceptions conftest.cc:12: error: than previous declaration `void exit(int) throw ()' configure:4804: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4798: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:4804: $? = 0 configure:4807: test -z || test ! -s conftest.err configure:4810: $? = 0 configure:4813: test -s conftest. configure:4816: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | extern "C" void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4798: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 In file included from conftest.cc:13: conftest.cc:12: error: previous declaration of `void exit(int)' with C++ linkage /usr/include/stdlib.h:158: error: conflicts with new declaration with C linkage configure:4804: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | void exit (int); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:4885: checking dependency style of c++ configure:4968: result: gcc3 configure:4990: checking how to run the C++ preprocessor configure:5021: c++ -E -I/usr/local/include conftest.cc configure:5027: $? = 0 configure:5059: c++ -E -I/usr/local/include conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5065: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5104: result: c++ -E configure:5128: c++ -E -I/usr/local/include conftest.cc configure:5134: $? = 0 configure:5166: c++ -E -I/usr/local/include conftest.cc conftest.cc:15:28: ac_nonexistent.h: No such file or directory configure:5172: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libsamplerate" | #define VERSION "0.1.2" | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | void exit (int); | #endif | /* end confdefs.h. */ | #include configure:5225: checking for i386-unknown-gnu-g77 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-f77 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-xlf configure:5254: result: no configure:5225: checking for i386-unknown-gnu-frt configure:5254: result: no configure:5225: checking for i386-unknown-gnu-pgf77 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-fort77 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-fl32 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-af77 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-f90 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-xlf90 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-pgf90 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-epcf90 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-f95 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-fort configure:5254: result: no configure:5225: checking for i386-unknown-gnu-xlf95 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-ifc configure:5254: result: no configure:5225: checking for i386-unknown-gnu-efc configure:5254: result: no configure:5225: checking for i386-unknown-gnu-pgf95 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-lf95 configure:5254: result: no configure:5225: checking for i386-unknown-gnu-gfortran configure:5254: result: no configure:5267: checking for g77 configure:5296: result: no configure:5267: checking for f77 configure:5283: found /usr/local/bin/f77 configure:5293: result: f77 configure:5311: checking for Fortran 77 compiler version configure:5311: f77 --version &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -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:5314: $? = 0 configure:5316: f77 -v &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -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:5319: $? = 0 configure:5321: f77 -V &5 sh: -c: line 1: syntax error near unexpected token `|' sh: -c: line 1: `/usr/local/bin/f77 -1 < | f2c -f | /usr/local/bin/f77 -2 > /tmp/' cc: `-V' must come at the start of the command line configure:5324: $? = 0 configure:5332: checking whether we are using the GNU Fortran 77 compiler configure:5346: f77 -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:5352: $? = 0 configure:5355: test -z || test ! -s conftest.err configure:5358: $? = 0 configure:5361: test -s conftest. configure:5364: $? = 1 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:5377: result: no configure:5383: checking whether f77 accepts -g configure:5395: f77 -c -g conftest.f >&5 configure:5401: $? = 0 configure:5404: test -z || test ! -s conftest.err configure:5407: $? = 0 configure:5410: test -s conftest. configure:5413: $? = 1 configure: failed program was: | program main | | end configure:5425: result: no configure:5455: checking the maximum length of command line arguments configure:5520: result: configure:5531: checking command to parse nm output from cc object configure:5620: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:5623: $? = 0 configure:5627: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:5630: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5620: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:5623: $? = 0 configure:5627: nm conftest. \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm nm: can't open file: conftest. (No such file or directory) configure:5630: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' configure:5720: result: failed configure:5727: checking for objdir configure:5742: result: .libs configure:5794: checking for i386-unknown-gnu-ar configure:5823: result: no configure:5832: checking for ar configure:5848: found /usr/bin/ar configure:5859: result: ar configure:5874: checking for i386-unknown-gnu-ranlib configure:5903: result: no configure:5912: checking for ranlib configure:5928: found /usr/bin/ranlib configure:5939: result: ranlib configure:5954: checking for i386-unknown-gnu-strip configure:5983: result: no configure:5992: checking for strip configure:6008: found /usr/bin/strip configure:6019: result: strip configure:6281: checking if cc static flag works configure:6304: result: yes configure:6370: checking for cc option to produce PIC configure:6547: result: configure:6612: checking if cc supports -c -o file.o configure:6636: cc -c -fno-common -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:6640: $? = 0 configure:6657: result: yes configure:6683: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:7530: result: no configure:7601: checking dynamic linker characteristics configure:8153: result: gnu ld.so configure:8157: checking how to hardcode library paths into programs configure:8182: result: immediate configure:8196: checking whether stripping libraries is possible configure:8217: result: no configure:9024: checking if libtool supports shared libraries configure:9026: result: no configure:9029: checking whether to build shared libraries configure:9087: result: no configure:9090: checking whether to build static libraries configure:9094: result: yes configure:9186: creating libtool configure:9875: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:10701: result: yes configure:10719: c++ -c -fno-common -I/usr/local/include conftest.cc >&5 configure:10722: $? = 0 configure:10818: checking for c++ option to produce PIC configure:11070: result: configure:11135: checking if c++ supports -c -o file.o configure:11159: c++ -c -fno-common -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:11163: $? = 0 configure:11180: result: yes configure:11206: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11234: result: yes configure:11305: checking dynamic linker characteristics configure:11857: result: gnu ld.so configure:11861: checking how to hardcode library paths into programs configure:11886: result: immediate configure:11900: checking whether stripping libraries is possible configure:11921: result: no configure:13205: checking if libtool supports shared libraries configure:13207: result: no configure:13210: checking whether to build shared libraries configure:13228: result: no configure:13231: checking whether to build static libraries configure:13235: result: yes configure:13247: checking for f77 option to produce PIC configure:13424: result: configure:13489: checking if f77 supports -c -o file.o configure:13513: f77 -c -o out/conftest2.o conftest.f >&5 configure:13517: $? = 0 configure:13534: result: yes configure:13560: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14387: result: no configure:14458: checking dynamic linker characteristics configure:15010: result: gnu ld.so configure:15014: checking how to hardcode library paths into programs configure:15039: result: immediate configure:15053: checking whether stripping libraries is possible configure:15074: result: no configure:19258: checking for ANSI C header files configure:19410: result: no configure:19427: checking for stdint.h configure:19432: result: no configure:19436: checking sys/times.h usability configure:19448: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:19454: $? = 0 configure:19457: test -z || test ! -s conftest.err configure:19460: $? = 0 configure:19463: test -s conftest.o configure:19466: $? = 0 configure:19476: result: yes configure:19480: checking sys/times.h presence configure:19490: cc -E -I/usr/local/include conftest.c configure:19496: $? = 0 configure:19516: result: yes configure:19551: checking for sys/times.h configure:19558: result: yes configure:19689: checking for int configure:19713: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:19719: $? = 0 configure:19722: test -z || test ! -s conftest.err configure:19725: $? = 0 configure:19728: test -s conftest.o configure:19731: $? = 0 configure:19742: result: yes configure:19745: checking size of int configure:20057: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:20060: $? = 0 configure:20062: ./conftest configure:20065: $? = 0 configure:20088: result: 4 configure:20095: checking for long configure:20119: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:20125: $? = 0 configure:20128: test -z || test ! -s conftest.err configure:20131: $? = 0 configure:20134: test -s conftest.o configure:20137: $? = 0 configure:20148: result: yes configure:20151: checking size of long configure:20463: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:20466: $? = 0 configure:20468: ./conftest configure:20471: $? = 0 configure:20494: result: 4 configure:20501: checking for float configure:20525: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:20531: $? = 0 configure:20534: test -z || test ! -s conftest.err configure:20537: $? = 0 configure:20540: test -s conftest.o configure:20543: $? = 0 configure:20554: result: yes configure:20557: checking size of float configure:20869: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:20872: $? = 0 configure:20874: ./conftest configure:20877: $? = 0 configure:20900: result: 4 configure:20907: checking for double configure:20931: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:20937: $? = 0 configure:20940: test -z || test ! -s conftest.err configure:20943: $? = 0 configure:20946: test -s conftest.o configure:20949: $? = 0 configure:20960: result: yes configure:20963: checking size of double configure:21275: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:21278: $? = 0 configure:21280: ./conftest configure:21283: $? = 0 configure:21306: result: 8 configure:21415: checking for malloc configure:21472: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:21478: $? = 0 configure:21481: test -z || test ! -s conftest.err configure:21484: $? = 0 configure:21487: test -s conftest configure:21490: $? = 0 configure:21502: result: yes configure:21415: checking for calloc configure:21472: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:21478: $? = 0 configure:21481: test -z || test ! -s conftest.err configure:21484: $? = 0 configure:21487: test -s conftest configure:21490: $? = 0 configure:21502: result: yes configure:21415: checking for free configure:21472: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:21478: $? = 0 configure:21481: test -z || test ! -s conftest.err configure:21484: $? = 0 configure:21487: test -s conftest configure:21490: $? = 0 configure:21502: result: yes configure:21415: checking for memcpy configure:21472: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 conftest.c:48: warning: conflicting types for built-in function `memcpy' configure:21478: $? = 0 configure:21481: test -z || test ! -s conftest.err configure:21484: $? = 0 configure:21487: test -s conftest configure:21490: $? = 0 configure:21502: result: yes configure:21415: checking for memmove configure:21472: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:21478: $? = 0 configure:21481: test -z || test ! -s conftest.err configure:21484: $? = 0 configure:21487: test -s conftest configure:21490: $? = 0 configure:21502: result: yes configure:21514: checking for floor in -lm configure:21544: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21550: $? = 0 configure:21553: test -z || test ! -s conftest.err configure:21556: $? = 0 configure:21559: test -s conftest configure:21562: $? = 0 configure:21575: result: yes configure:21592: checking for floor configure:21649: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21655: $? = 0 configure:21658: test -z || test ! -s conftest.err configure:21661: $? = 0 configure:21664: test -s conftest configure:21667: $? = 0 configure:21679: result: yes configure:21592: checking for ceil configure:21649: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21655: $? = 0 configure:21658: test -z || test ! -s conftest.err configure:21661: $? = 0 configure:21664: test -s conftest configure:21667: $? = 0 configure:21679: result: yes configure:21592: checking for fmod configure:21649: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21655: $? = 0 configure:21658: test -z || test ! -s conftest.err configure:21661: $? = 0 configure:21664: test -s conftest configure:21667: $? = 0 configure:21679: result: yes configure:21690: checking for lrint configure:21721: cc -o conftest -O2 -lm -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21727: $? = 0 configure:21730: test -z || test ! -s conftest.err configure:21733: $? = 0 configure:21736: test -s conftest configure:21739: $? = 0 configure:21755: result: yes configure:21766: checking for lrintf configure:21797: cc -o conftest -O2 -lm -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21803: $? = 0 configure:21806: test -z || test ! -s conftest.err configure:21809: $? = 0 configure:21812: test -s conftest configure:21815: $? = 0 configure:21831: result: yes configure:21859: checking processor clipping capabilities configure:21903: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21906: $? = 0 configure:21908: ./conftest configure:21911: $? = 0 configure:21959: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lm >&5 configure:21962: $? = 0 configure:21964: ./conftest configure:21967: $? = 0 configure:22014: result: both configure:22045: checking for pkg-config configure:22063: found /usr/local/bin/pkg-config configure:22076: result: /usr/local/bin/pkg-config configure:22093: checking for sndfile >= 1.0.6 configure:22208: checking for fftw3 >= 0.15.0 configure:22436: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on darwintel config.status:782: creating Makefile config.status:782: creating src/Version_script config.status:782: creating Win32/Makefile config.status:782: creating Win32/Makefile.mingw config.status:782: creating src/Makefile config.status:782: creating examples/Makefile config.status:782: creating tests/Makefile config.status:782: creating doc/Makefile config.status:782: creating libsamplerate.spec config.status:782: creating samplerate.pc config.status:848: creating src/config.h config.status:1160: executing depfiles commands configure:23804: result: -=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=-=- Configuration summary : Version : ..................... 0.1.2 configure:23812: result: Enable debugging : ............ no configure:23826: result: Extra tools required for testing and examples : Use FFTW : .................... no configure:23832: result: Have libsndfile : ............. no configure:23835: result: Have libefence : .............. no configure:23844: result: Installation directories : Library directory : ........... /lib Program directory : ........... /bin Pkgconfig directory : ......... /lib/pkgconfig ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c99_lrint=yes ac_cv_c99_lrintf=yes ac_cv_c_clip_negative=1 ac_cv_c_clip_positive=1 ac_cv_c_clip_type=both ac_cv_c_compiler_gnu=no ac_cv_cxx_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include 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=set ac_cv_env_CXX_value=c++ 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=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib 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_fftw3=no ac_cv_func_calloc=yes ac_cv_func_ceil=yes ac_cv_func_floor=yes ac_cv_func_fmod=yes ac_cv_func_free=yes ac_cv_func_malloc=yes ac_cv_func_memcpy=yes ac_cv_func_memmove=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_stat_h=no ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=no ac_cv_header_unistd_h=no ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_efence_memalign=no ac_cv_lib_m_floor=yes ac_cv_objext= ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_CXX=c++ ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_F77=f77 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_make_make_set=yes ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sndfile=no ac_cv_target=i386-unknown-gnu ac_cv_target_alias=i386-unknown-gnu ac_cv_type_double=yes ac_cv_type_float=yes ac_cv_type_int=yes ac_cv_type_long=yes 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=nm 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= 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='""' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/audio/libsamplerate/work/libsamplerate-0.1.2/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/audio/libsamplerate/work/libsamplerate-0.1.2/missing --run tar' AR='ar' AUTOCONF='${SHELL} /mnt/gmirror/ports/audio/libsamplerate/work/libsamplerate-0.1.2/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/audio/libsamplerate/work/libsamplerate-0.1.2/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/audio/libsamplerate/work/libsamplerate-0.1.2/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' COMPILER_IS_GCC='' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-fno-common' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' DLLWRAP='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EFENCE_LIB='' EGREP='grep -E' ENABLE_DEBUG='' EXEEXT='' F77='f77' FFLAGS='' FFTW3_CFLAGS='' FFTW3_LIBS='' GCC_MAJOR_VERSION='' HAVE_FFTW3='0' HAVE_SNDFILE='0' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='-L/usr/local/lib' LIBOBJS='' LIBS='-lm ' LIBTOOL='$(SHELL) /usr/local/bin/libtool' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/audio/libsamplerate/work/libsamplerate-0.1.2/missing --run makeinfo' OBJEXT='' OS_SPECIFIC_INCLUDES='' OS_SPECIFIC_LINKS='' PACKAGE='libsamplerate' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PEXPORTS='' PKG_CONFIG='/usr/local/bin/pkg-config' RANLIB='ranlib' SET_MAKE='' SHARED_VERSION_INFO='1:1:1' SHELL='/bin/sh' SHLIB_VERSION_ARG='' SNDFILE_CFLAGS='' SNDFILE_LIBS='' STRIP='strip' VERSION='0.1.2' ac_ct_AR='ar' ac_ct_CC='' ac_ct_CXX='' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' 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/libsamplerate/work/libsamplerate-0.1.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,^,i386-unknown-gnu-,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='src doc examples tests' sysconfdir='${prefix}/etc' target='i386-unknown-gnu' target_alias='i386-unknown-gnu' target_cpu='i386' target_os='gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define CPU_CLIPS_NEGATIVE 1 #define CPU_CLIPS_POSITIVE 1 #define ENABLE_DEBUG 0 #define HAVE_CALLOC 1 #define HAVE_CEIL 1 #define HAVE_DLFCN_H 1 #define HAVE_FFTW3 0 #define HAVE_FLOOR 1 #define HAVE_FMOD 1 #define HAVE_FREE 1 #define HAVE_LIBM 1 #define HAVE_LRINT 1 #define HAVE_LRINTF 1 #define HAVE_MALLOC 1 #define HAVE_MEMCPY 1 #define HAVE_MEMMOVE 1 #define HAVE_SNDFILE 0 #define HAVE_SYS_TIMES_H 1 #define OS_IS_WIN32 0 #define PACKAGE "libsamplerate" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SIZEOF_DOUBLE 8 #define SIZEOF_FLOAT 4 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define VERSION "0.1.2" #endif #ifdef __cplusplus void exit (int); configure: exit 0