Created
May 24, 2013 03:43
-
-
Save anonymous/5641153 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... powerpc-apple-darwin9.8.0 | |
checking host system type... powerpc-apple-darwin9.8.0 | |
checking for gcc... /usr/bin/gcc-4.2 | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/bin/gcc-4.2 option to accept ANSI C... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/bin/gcc-4.2... gcc3 | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for egrep... grep -E | |
checking for ld used by /usr/bin/gcc-4.2... /usr/local/Cellar/ld64/97.17/bin/ld | |
checking if the linker (/usr/local/Cellar/ld64/97.17/bin/ld) is GNU ld... no | |
checking for /usr/local/Cellar/ld64/97.17/bin/ld option to reload object files... -r | |
checking for BSD-compatible nm... /usr/bin/nm -p | |
checking whether ln -s works... yes | |
checking how to recognise dependent libraries... pass_all | |
checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/g++-4.2 accepts -g... yes | |
checking dependency style of /usr/bin/g++-4.2... gcc3 | |
checking how to run the C++ preprocessor... /usr/bin/g++-4.2 -E | |
checking for g77... no | |
checking for f77... no | |
checking for xlf... no | |
checking for frt... no | |
checking for pgf77... no | |
checking for fort77... no | |
checking for fl32... no | |
checking for af77... no | |
checking for f90... no | |
checking for xlf90... no | |
checking for pgf90... no | |
checking for epcf90... no | |
checking for f95... no | |
checking for fort... no | |
checking for xlf95... no | |
checking for ifc... no | |
checking for efc... no | |
checking for pgf95... no | |
checking for lf95... no | |
checking for gfortran... no | |
checking whether we are using the GNU Fortran 77 compiler... no | |
checking whether accepts -g... no | |
checking the maximum length of command line arguments... 65536 | |
checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object... ok | |
checking for objdir... .libs | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking if /usr/bin/gcc-4.2 static flag works... yes | |
checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/bin/gcc-4.2 option to produce PIC... -fno-common | |
checking if /usr/bin/gcc-4.2 PIC flag -fno-common works... yes | |
checking if /usr/bin/gcc-4.2 supports -c -o file.o... yes | |
checking whether the /usr/bin/gcc-4.2 linker (/usr/local/Cellar/ld64/97.17/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin9.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
configure: creating libtool | |
appending configuration tag "CXX" to libtool | |
checking for ld used by /usr/bin/g++-4.2... /usr/local/Cellar/ld64/97.17/bin/ld | |
checking if the linker (/usr/local/Cellar/ld64/97.17/bin/ld) is GNU ld... no | |
checking whether the /usr/bin/g++-4.2 linker (/usr/local/Cellar/ld64/97.17/bin/ld) supports shared libraries... yes | |
checking for /usr/bin/g++-4.2 option to produce PIC... -fno-common | |
checking if /usr/bin/g++-4.2 PIC flag -fno-common works... yes | |
checking if /usr/bin/g++-4.2 supports -c -o file.o... yes | |
checking whether the /usr/bin/g++-4.2 linker (/usr/local/Cellar/ld64/97.17/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin9.8.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
appending configuration tag "F77" to libtool | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking assert.h usability... yes | |
checking assert.h presence... yes | |
checking for assert.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking for unistd.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking whether byte ordering is bigendian... yes | |
checking for pid_t... yes | |
checking for int... yes | |
checking size of int... 4 | |
checking for long... yes | |
checking size of long... 8 | |
checking for long long... yes | |
checking size of long long... 8 | |
checking for waitpid... yes | |
checking for fcntl... yes | |
checking for pipe... yes | |
checking for fork... yes | |
checking whether to optimize for speed or for accuracy... default | |
checking for architecture-specific fixed-point math routines... failed | |
configure: error: bad --enable-fpm option | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: bfc775319f5c0ba0546ba3fd3c0d5ce5c8c2fa3b | |
CPU: single-core 64-bit g5 | |
OS X: 10.5.8-Power Macintosh | |
Xcode: 3.1.4 | |
X11: 2.1.6 => /usr/X11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by MPEG Audio Decoder configure 0.15.1b, which was | |
generated by GNU Autoconf 2.59. Invocation command line was | |
$ ./configure --disable-debugging --enable-fpm=ppc64 --prefix=/usr/local/Cellar/mad/0.15.1b | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Synergo.local | |
uname -m = Power Macintosh | |
uname -r = 9.8.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC | |
/usr/bin/uname -p = powerpc | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
hostinfo = Mach kernel version: | |
Darwin Kernel Version 9.8.0: Wed Jul 15 16:57:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_PPC | |
Kernel configured for a single processor only. | |
1 processor is physically available. | |
1 processor is logically available. | |
Processor type: ppc970 (PowerPC 970) | |
Processor active: 0 | |
Primary memory available: 1.50 gigabytes | |
Default processor set: 87 tasks, 312 threads, 1 processors | |
Load average: 1.62, Mach factor: 0.20 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/opt/ld64/bin | |
PATH: /Users/w/.rvm/gems/ruby-1.9.3-p194/bin | |
PATH: /Users/w/.rvm/gems/ruby-1.9.3-p194@global/bin | |
PATH: /Users/w/.rvm/rubies/ruby-1.9.3-p194/bin | |
PATH: /Users/w/.rvm/bin | |
PATH: /usr/local/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /Users/w/bin | |
PATH: /usr/local/Library/Contributions/cmd | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:1577: checking for a BSD-compatible install | |
configure:1632: result: /usr/bin/install -c | |
configure:1643: checking whether build environment is sane | |
configure:1686: result: yes | |
configure:1743: checking for gawk | |
configure:1759: found /usr/local/bin/gawk | |
configure:1769: result: gawk | |
configure:1779: checking whether make sets $(MAKE) | |
configure:1799: result: yes | |
configure:1974: checking build system type | |
configure:1992: result: powerpc-apple-darwin9.8.0 | |
configure:2000: checking host system type | |
configure:2014: result: powerpc-apple-darwin9.8.0 | |
configure:2070: checking for gcc | |
configure:2096: result: /usr/bin/gcc-4.2 | |
configure:2340: checking for C compiler version | |
configure:2343: /usr/bin/gcc-4.2 --version </dev/null >&5 | |
powerpc-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577) | |
Copyright (C) 2007 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:2346: $? = 0 | |
configure:2348: /usr/bin/gcc-4.2 -v </dev/null >&5 | |
Using built-in specs. | |
Target: powerpc-apple-darwin9 | |
Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5577) | |
configure:2351: $? = 0 | |
configure:2353: /usr/bin/gcc-4.2 -V </dev/null >&5 | |
gcc-4.2: argument to `-V' is missing | |
configure:2356: $? = 1 | |
configure:2379: checking for C compiler default output file name | |
configure:2382: /usr/bin/gcc-4.2 -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:2385: $? = 0 | |
configure:2431: result: a.out | |
configure:2436: checking whether the C compiler works | |
configure:2442: ./a.out | |
configure:2445: $? = 0 | |
configure:2462: result: yes | |
configure:2469: checking whether we are cross compiling | |
configure:2471: result: no | |
configure:2474: checking for suffix of executables | |
configure:2476: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:2479: $? = 0 | |
configure:2504: result: | |
configure:2510: checking for suffix of object files | |
configure:2531: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:2534: $? = 0 | |
configure:2556: result: o | |
configure:2560: checking whether we are using the GNU C compiler | |
configure:2584: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:2590: $? = 0 | |
configure:2593: test -z || test ! -s conftest.err | |
configure:2596: $? = 0 | |
configure:2599: test -s conftest.o | |
configure:2602: $? = 0 | |
configure:2615: result: yes | |
configure:2621: checking whether /usr/bin/gcc-4.2 accepts -g | |
configure:2642: /usr/bin/gcc-4.2 -c -g -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:2648: $? = 0 | |
configure:2651: test -z || test ! -s conftest.err | |
configure:2654: $? = 0 | |
configure:2657: test -s conftest.o | |
configure:2660: $? = 0 | |
configure:2671: result: yes | |
configure:2688: checking for /usr/bin/gcc-4.2 option to accept ANSI C | |
configure:2758: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:2764: $? = 0 | |
configure:2767: test -z || test ! -s conftest.err | |
configure:2770: $? = 0 | |
configure:2773: test -s conftest.o | |
configure:2776: $? = 0 | |
configure:2794: result: none needed | |
configure:2812: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' | |
configure:2818: $? = 1 | |
configure: failed program was: | |
| #ifndef __cplusplus | |
| choke me | |
| #endif | |
configure:2959: checking for style of include used by make | |
configure:2987: result: GNU | |
configure:3015: checking dependency style of /usr/bin/gcc-4.2 | |
configure:3098: result: gcc3 | |
configure:3210: checking for a sed that does not truncate output | |
configure:3264: result: /usr/bin/sed | |
configure:3267: checking for egrep | |
configure:3277: result: grep -E | |
configure:3293: checking for ld used by /usr/bin/gcc-4.2 | |
configure:3360: result: /usr/local/Cellar/ld64/97.17/bin/ld | |
configure:3369: checking if the linker (/usr/local/Cellar/ld64/97.17/bin/ld) is GNU ld | |
configure:3384: result: no | |
configure:3389: checking for /usr/local/Cellar/ld64/97.17/bin/ld option to reload object files | |
configure:3396: result: -r | |
configure:3405: checking for BSD-compatible nm | |
configure:3447: result: /usr/bin/nm -p | |
configure:3451: checking whether ln -s works | |
configure:3455: result: yes | |
configure:3462: checking how to recognise dependent libraries | |
configure:3636: result: pass_all | |
configure:3849: checking how to run the C preprocessor | |
configure:3884: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:3890: $? = 0 | |
configure:3922: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:3928: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3967: result: /usr/bin/gcc-4.2 -E | |
configure:3991: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:3997: $? = 0 | |
configure:4029: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:4035: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:4079: checking for ANSI C header files | |
configure:4104: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4110: $? = 0 | |
configure:4113: test -z || test ! -s conftest.err | |
configure:4116: $? = 0 | |
configure:4119: test -s conftest.o | |
configure:4122: $? = 0 | |
configure:4211: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:4214: $? = 0 | |
configure:4216: ./conftest | |
configure:4219: $? = 0 | |
configure:4234: result: yes | |
configure:4258: checking for sys/types.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for sys/stat.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for stdlib.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for string.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for memory.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for strings.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for inttypes.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for stdint.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4258: checking for unistd.h | |
configure:4274: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4280: $? = 0 | |
configure:4283: test -z || test ! -s conftest.err | |
configure:4286: $? = 0 | |
configure:4289: test -s conftest.o | |
configure:4292: $? = 0 | |
configure:4303: result: yes | |
configure:4329: checking dlfcn.h usability | |
configure:4341: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:4347: $? = 0 | |
configure:4350: test -z || test ! -s conftest.err | |
configure:4353: $? = 0 | |
configure:4356: test -s conftest.o | |
configure:4359: $? = 0 | |
configure:4369: result: yes | |
configure:4373: checking dlfcn.h presence | |
configure:4383: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:4389: $? = 0 | |
configure:4409: result: yes | |
configure:4444: checking for dlfcn.h | |
configure:4451: result: yes | |
configure:4558: checking for C++ compiler version | |
configure:4561: /usr/bin/g++-4.2 --version </dev/null >&5 | |
powerpc-apple-darwin9-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5577) | |
Copyright (C) 2007 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:4564: $? = 0 | |
configure:4566: /usr/bin/g++-4.2 -v </dev/null >&5 | |
Using built-in specs. | |
Target: powerpc-apple-darwin9 | |
Configured with: /var/tmp/gcc_42/gcc_42-5577~1/src/configure --disable-checking --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-gxx-include-dir=/usr/include/c++/4.0.0 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9 | |
Thread model: posix | |
gcc version 4.2.1 (Apple Inc. build 5577) | |
configure:4569: $? = 0 | |
configure:4571: /usr/bin/g++-4.2 -V </dev/null >&5 | |
g++-4.2: argument to `-V' is missing | |
configure:4574: $? = 1 | |
configure:4577: checking whether we are using the GNU C++ compiler | |
configure:4601: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
configure:4607: $? = 0 | |
configure:4610: test -z || test ! -s conftest.err | |
configure:4613: $? = 0 | |
configure:4616: test -s conftest.o | |
configure:4619: $? = 0 | |
configure:4632: result: yes | |
configure:4638: checking whether /usr/bin/g++-4.2 accepts -g | |
configure:4659: /usr/bin/g++-4.2 -c -g -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
configure:4665: $? = 0 | |
configure:4668: test -z || test ! -s conftest.err | |
configure:4671: $? = 0 | |
configure:4674: test -s conftest.o | |
configure:4677: $? = 0 | |
configure:4688: result: yes | |
configure:4730: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
configure:4736: $? = 0 | |
configure:4739: test -z || test ! -s conftest.err | |
configure:4742: $? = 0 | |
configure:4745: test -s conftest.o | |
configure:4748: $? = 0 | |
configure:4774: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
conftest.cc: In function 'int main()': | |
conftest.cc:26: error: 'exit' was not declared in this scope | |
configure:4780: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| exit (42); | |
| ; | |
| return 0; | |
| } | |
configure:4730: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std' | |
In file included from conftest.cc:23: | |
/usr/include/stdlib.h:159: error: declaration of 'void std::exit(int)' throws different exceptions | |
conftest.cc:22: error: from previous declaration 'void std::exit(int) throw ()' | |
configure:4736: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| /* end confdefs.h. */ | |
| extern "C" void std::exit (int) throw (); using std::exit; | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| exit (42); | |
| ; | |
| return 0; | |
| } | |
configure:4730: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
conftest.cc:22: error: 'void std::exit(int)' should have been declared inside 'std' | |
configure:4736: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| /* end confdefs.h. */ | |
| extern "C" void std::exit (int); using std::exit; | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| exit (42); | |
| ; | |
| return 0; | |
| } | |
configure:4730: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
In file included from conftest.cc:23: | |
/usr/include/stdlib.h:159: error: declaration of 'void exit(int)' throws different exceptions | |
conftest.cc:22: error: from previous declaration 'void exit(int) throw ()' | |
configure:4736: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| /* end confdefs.h. */ | |
| extern "C" void exit (int) throw (); | |
| #include <stdlib.h> | |
| int | |
| main () | |
| { | |
| exit (42); | |
| ; | |
| return 0; | |
| } | |
configure:4730: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
configure:4736: $? = 0 | |
configure:4739: test -z || test ! -s conftest.err | |
configure:4742: $? = 0 | |
configure:4745: test -s conftest.o | |
configure:4748: $? = 0 | |
configure:4774: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
configure:4780: $? = 0 | |
configure:4783: test -z || test ! -s conftest.err | |
configure:4786: $? = 0 | |
configure:4789: test -s conftest.o | |
configure:4792: $? = 0 | |
configure:4817: checking dependency style of /usr/bin/g++-4.2 | |
configure:4900: result: gcc3 | |
configure:4922: checking how to run the C++ preprocessor | |
configure:4953: /usr/bin/g++-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc | |
configure:4959: $? = 0 | |
configure:4991: /usr/bin/g++-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc | |
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory | |
configure:4997: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #ifdef __cplusplus | |
| extern "C" void exit (int); | |
| #endif | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5036: result: /usr/bin/g++-4.2 -E | |
configure:5060: /usr/bin/g++-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc | |
configure:5066: $? = 0 | |
configure:5098: /usr/bin/g++-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc | |
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory | |
configure:5104: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "MPEG Audio Decoder" | |
| #define PACKAGE_TARNAME "libmad" | |
| #define PACKAGE_VERSION "0.15.1b" | |
| #define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
| #define PACKAGE_BUGREPORT "support@underbit.com" | |
| #define PACKAGE "libmad" | |
| #define VERSION "0.15.1b" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #ifdef __cplusplus | |
| extern "C" void exit (int); | |
| #endif | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:5199: checking for g77 | |
configure:5228: result: no | |
configure:5199: checking for f77 | |
configure:5228: result: no | |
configure:5199: checking for xlf | |
configure:5228: result: no | |
configure:5199: checking for frt | |
configure:5228: result: no | |
configure:5199: checking for pgf77 | |
configure:5228: result: no | |
configure:5199: checking for fort77 | |
configure:5228: result: no | |
configure:5199: checking for fl32 | |
configure:5228: result: no | |
configure:5199: checking for af77 | |
configure:5228: result: no | |
configure:5199: checking for f90 | |
configure:5228: result: no | |
configure:5199: checking for xlf90 | |
configure:5228: result: no | |
configure:5199: checking for pgf90 | |
configure:5228: result: no | |
configure:5199: checking for epcf90 | |
configure:5228: result: no | |
configure:5199: checking for f95 | |
configure:5228: result: no | |
configure:5199: checking for fort | |
configure:5228: result: no | |
configure:5199: checking for xlf95 | |
configure:5228: result: no | |
configure:5199: checking for ifc | |
configure:5228: result: no | |
configure:5199: checking for efc | |
configure:5228: result: no | |
configure:5199: checking for pgf95 | |
configure:5228: result: no | |
configure:5199: checking for lf95 | |
configure:5228: result: no | |
configure:5199: checking for gfortran | |
configure:5228: result: no | |
configure:5240: checking for Fortran 77 compiler version | |
configure:5243: --version </dev/null >&5 | |
./configure: line 5244: --version: command not found | |
configure:5246: $? = 127 | |
configure:5248: -v </dev/null >&5 | |
./configure: line 5249: -v: command not found | |
configure:5251: $? = 127 | |
configure:5253: -V </dev/null >&5 | |
./configure: line 5254: -V: command not found | |
configure:5256: $? = 127 | |
configure:5264: checking whether we are using the GNU Fortran 77 compiler | |
configure:5278: -c conftest.F >&5 | |
./configure: line 5279: -c: command not found | |
configure:5284: $? = 127 | |
configure: failed program was: | |
| program main | |
| #ifndef __GNUC__ | |
| choke me | |
| #endif | |
| | |
| end | |
configure:5309: result: no | |
configure:5315: checking whether accepts -g | |
configure:5327: -c -g conftest.f >&5 | |
./configure: line 5328: -c: command not found | |
configure:5333: $? = 127 | |
configure: failed program was: | |
| program main | |
| | |
| end | |
configure:5357: result: no | |
configure:5387: checking the maximum length of command line arguments | |
configure:5452: result: 65536 | |
configure:5463: checking command to parse /usr/bin/nm -p output from /usr/bin/gcc-4.2 object | |
configure:5552: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:5555: $? = 0 | |
configure:5559: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm | |
configure:5562: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:5552: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:5555: $? = 0 | |
configure:5559: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm | |
configure:5562: $? = 0 | |
configure:5614: /usr/bin/gcc-4.2 -o conftest -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c conftstm.o >&5 | |
configure:5617: $? = 0 | |
configure:5655: result: ok | |
configure:5659: checking for objdir | |
configure:5674: result: .libs | |
configure:5764: checking for ar | |
configure:5780: found /usr/bin/ar | |
configure:5791: result: ar | |
configure:5844: checking for ranlib | |
configure:5860: found /usr/bin/ranlib | |
configure:5871: result: ranlib | |
configure:5924: checking for strip | |
configure:5940: found /usr/bin/strip | |
configure:5951: result: strip | |
configure:6213: checking if /usr/bin/gcc-4.2 static flag works | |
configure:6236: result: yes | |
configure:6254: checking if /usr/bin/gcc-4.2 supports -fno-rtti -fno-exceptions | |
configure:6272: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:6276: $? = 0 | |
configure:6287: result: yes | |
configure:6302: checking for /usr/bin/gcc-4.2 option to produce PIC | |
configure:6479: result: -fno-common | |
configure:6487: checking if /usr/bin/gcc-4.2 PIC flag -fno-common works | |
configure:6505: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -fno-common -DPIC conftest.c >&5 | |
configure:6509: $? = 0 | |
configure:6520: result: yes | |
configure:6544: checking if /usr/bin/gcc-4.2 supports -c -o file.o | |
configure:6565: /usr/bin/gcc-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -o out/conftest2.o conftest.c >&5 | |
configure:6569: $? = 0 | |
configure:6589: result: yes | |
configure:6615: checking whether the /usr/bin/gcc-4.2 linker (/usr/local/Cellar/ld64/97.17/bin/ld) supports shared libraries | |
configure:7461: result: yes | |
configure:7532: checking dynamic linker characteristics | |
configure:8072: result: darwin9.8.0 dyld | |
configure:8076: checking how to hardcode library paths into programs | |
configure:8101: result: immediate | |
configure:8115: checking whether stripping libraries is possible | |
configure:8128: result: yes | |
configure:8943: checking if libtool supports shared libraries | |
configure:8945: result: yes | |
configure:8948: checking whether to build shared libraries | |
configure:9006: result: yes | |
configure:9009: checking whether to build static libraries | |
configure:9013: result: yes | |
configure:9105: creating libtool | |
configure:9652: checking for ld used by /usr/bin/g++-4.2 | |
configure:9719: result: /usr/local/Cellar/ld64/97.17/bin/ld | |
configure:9728: checking if the linker (/usr/local/Cellar/ld64/97.17/bin/ld) is GNU ld | |
configure:9743: result: no | |
configure:9794: checking whether the /usr/bin/g++-4.2 linker (/usr/local/Cellar/ld64/97.17/bin/ld) supports shared libraries | |
configure:10620: result: yes | |
configure:10638: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.cc >&5 | |
configure:10641: $? = 0 | |
configure:10737: checking for /usr/bin/g++-4.2 option to produce PIC | |
configure:10989: result: -fno-common | |
configure:10997: checking if /usr/bin/g++-4.2 PIC flag -fno-common works | |
configure:11015: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -fno-common -DPIC conftest.cc >&5 | |
configure:11019: $? = 0 | |
configure:11030: result: yes | |
configure:11054: checking if /usr/bin/g++-4.2 supports -c -o file.o | |
configure:11075: /usr/bin/g++-4.2 -c -Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -o out/conftest2.o conftest.cc >&5 | |
configure:11079: $? = 0 | |
configure:11099: result: yes | |
configure:11125: checking whether the /usr/bin/g++-4.2 linker (/usr/local/Cellar/ld64/97.17/bin/ld) supports shared libraries | |
configure:11150: result: yes | |
configure:11221: checking dynamic linker characteristics | |
configure:11761: result: darwin9.8.0 dyld | |
configure:11765: checking how to hardcode library paths into programs | |
configure:11790: result: immediate | |
configure:11804: checking whether stripping libraries is possible | |
configure:11817: result: yes | |
configure:19171: checking for ANSI C header files | |
configure:19326: result: yes | |
configure:19336: checking for sys/wait.h that is POSIX.1 compatible | |
configure:19367: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19373: $? = 0 | |
configure:19376: test -z || test ! -s conftest.err | |
configure:19379: $? = 0 | |
configure:19382: test -s conftest.o | |
configure:19385: $? = 0 | |
configure:19396: result: yes | |
configure:19425: checking assert.h usability | |
configure:19437: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19443: $? = 0 | |
configure:19446: test -z || test ! -s conftest.err | |
configure:19449: $? = 0 | |
configure:19452: test -s conftest.o | |
configure:19455: $? = 0 | |
configure:19465: result: yes | |
configure:19469: checking assert.h presence | |
configure:19479: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:19485: $? = 0 | |
configure:19505: result: yes | |
configure:19540: checking for assert.h | |
configure:19547: result: yes | |
configure:19425: checking limits.h usability | |
configure:19437: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19443: $? = 0 | |
configure:19446: test -z || test ! -s conftest.err | |
configure:19449: $? = 0 | |
configure:19452: test -s conftest.o | |
configure:19455: $? = 0 | |
configure:19465: result: yes | |
configure:19469: checking limits.h presence | |
configure:19479: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:19485: $? = 0 | |
configure:19505: result: yes | |
configure:19540: checking for limits.h | |
configure:19547: result: yes | |
configure:19416: checking for unistd.h | |
configure:19421: result: yes | |
configure:19416: checking for sys/types.h | |
configure:19421: result: yes | |
configure:19425: checking fcntl.h usability | |
configure:19437: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19443: $? = 0 | |
configure:19446: test -z || test ! -s conftest.err | |
configure:19449: $? = 0 | |
configure:19452: test -s conftest.o | |
configure:19455: $? = 0 | |
configure:19465: result: yes | |
configure:19469: checking fcntl.h presence | |
configure:19479: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:19485: $? = 0 | |
configure:19505: result: yes | |
configure:19540: checking for fcntl.h | |
configure:19547: result: yes | |
configure:19425: checking errno.h usability | |
configure:19437: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19443: $? = 0 | |
configure:19446: test -z || test ! -s conftest.err | |
configure:19449: $? = 0 | |
configure:19452: test -s conftest.o | |
configure:19455: $? = 0 | |
configure:19465: result: yes | |
configure:19469: checking errno.h presence | |
configure:19479: /usr/bin/gcc-4.2 -E -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c | |
configure:19485: $? = 0 | |
configure:19505: result: yes | |
configure:19540: checking for errno.h | |
configure:19547: result: yes | |
configure:19562: checking for an ANSI C-conforming const | |
configure:19629: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19635: $? = 0 | |
configure:19638: test -z || test ! -s conftest.err | |
configure:19641: $? = 0 | |
configure:19644: test -s conftest.o | |
configure:19647: $? = 0 | |
configure:19658: result: yes | |
configure:19668: checking for inline | |
configure:19689: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19695: $? = 0 | |
configure:19698: test -z || test ! -s conftest.err | |
configure:19701: $? = 0 | |
configure:19704: test -s conftest.o | |
configure:19707: $? = 0 | |
configure:19719: result: inline | |
configure:19738: checking whether byte ordering is bigendian | |
configure:19765: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19771: $? = 0 | |
configure:19774: test -z || test ! -s conftest.err | |
configure:19777: $? = 0 | |
configure:19780: test -s conftest.o | |
configure:19783: $? = 0 | |
configure:19807: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19813: $? = 0 | |
configure:19816: test -z || test ! -s conftest.err | |
configure:19819: $? = 0 | |
configure:19822: test -s conftest.o | |
configure:19825: $? = 0 | |
configure:19946: result: yes | |
configure:19965: checking for pid_t | |
configure:19989: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:19995: $? = 0 | |
configure:19998: test -z || test ! -s conftest.err | |
configure:20001: $? = 0 | |
configure:20004: test -s conftest.o | |
configure:20007: $? = 0 | |
configure:20018: result: yes | |
configure:20031: checking for int | |
configure:20055: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:20061: $? = 0 | |
configure:20064: test -z || test ! -s conftest.err | |
configure:20067: $? = 0 | |
configure:20070: test -s conftest.o | |
configure:20073: $? = 0 | |
configure:20084: result: yes | |
configure:20087: checking size of int | |
configure:20399: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:20402: $? = 0 | |
configure:20404: ./conftest | |
configure:20407: $? = 0 | |
configure:20430: result: 4 | |
configure:20437: checking for long | |
configure:20461: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:20467: $? = 0 | |
configure:20470: test -z || test ! -s conftest.err | |
configure:20473: $? = 0 | |
configure:20476: test -s conftest.o | |
configure:20479: $? = 0 | |
configure:20490: result: yes | |
configure:20493: checking size of long | |
configure:20805: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:20808: $? = 0 | |
configure:20810: ./conftest | |
configure:20813: $? = 0 | |
configure:20836: result: 8 | |
configure:20843: checking for long long | |
configure:20867: /usr/bin/gcc-4.2 -c -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks conftest.c >&5 | |
configure:20873: $? = 0 | |
configure:20876: test -z || test ! -s conftest.err | |
configure:20879: $? = 0 | |
configure:20882: test -s conftest.o | |
configure:20885: $? = 0 | |
configure:20896: result: yes | |
configure:20899: checking size of long long | |
configure:21211: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:21214: $? = 0 | |
configure:21216: ./conftest | |
configure:21219: $? = 0 | |
configure:21242: result: 8 | |
configure:21258: checking for waitpid | |
configure:21315: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:21321: $? = 0 | |
configure:21324: test -z || test ! -s conftest.err | |
configure:21327: $? = 0 | |
configure:21330: test -s conftest | |
configure:21333: $? = 0 | |
configure:21345: result: yes | |
configure:21258: checking for fcntl | |
configure:21315: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:21321: $? = 0 | |
configure:21324: test -z || test ! -s conftest.err | |
configure:21327: $? = 0 | |
configure:21330: test -s conftest | |
configure:21333: $? = 0 | |
configure:21345: result: yes | |
configure:21258: checking for pipe | |
configure:21315: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:21321: $? = 0 | |
configure:21324: test -z || test ! -s conftest.err | |
configure:21327: $? = 0 | |
configure:21330: test -s conftest | |
configure:21333: $? = 0 | |
configure:21345: result: yes | |
configure:21258: checking for fork | |
configure:21315: /usr/bin/gcc-4.2 -o conftest -Wall -w -pipe -arch ppc64 -I/usr/local/opt/ld64/include -F/usr/local/Frameworks -L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/ conftest.c >&5 | |
configure:21321: $? = 0 | |
configure:21324: test -z || test ! -s conftest.err | |
configure:21327: $? = 0 | |
configure:21330: test -s conftest | |
configure:21333: $? = 0 | |
configure:21345: result: yes | |
configure:21417: checking whether to optimize for speed or for accuracy | |
configure:21459: result: default | |
configure:21469: checking for architecture-specific fixed-point math routines | |
configure:21486: result: failed | |
configure:21488: error: bad --enable-fpm option | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=powerpc-apple-darwin9.8.0 | |
ac_cv_build_alias=powerpc-apple-darwin9.8.0 | |
ac_cv_c_bigendian=yes | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_const=yes | |
ac_cv_c_inline=inline | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCASFLAGS_set= | |
ac_cv_env_CCASFLAGS_value= | |
ac_cv_env_CCAS_set= | |
ac_cv_env_CCAS_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/gcc-4.2 | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I/usr/local/opt/ld64/include -F/usr/local/Frameworks' | |
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='-Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/usr/bin/g++-4.2 | |
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/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/' | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_exeext= | |
ac_cv_f77_compiler_gnu=no | |
ac_cv_func_fcntl=yes | |
ac_cv_func_fork=yes | |
ac_cv_func_pipe=yes | |
ac_cv_func_waitpid=yes | |
ac_cv_header_assert_h=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_errno_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_limits_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_sys_wait_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=powerpc-apple-darwin9.8.0 | |
ac_cv_host_alias=powerpc-apple-darwin9.8.0 | |
ac_cv_objext=o | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='/usr/bin/gcc-4.2 -E' | |
ac_cv_prog_CXXCPP='/usr/bin/g++-4.2 -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.2 | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cc_stdc= | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_egrep='grep -E' | |
ac_cv_prog_f77_g=no | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_type_int=yes | |
ac_cv_type_long=yes | |
ac_cv_type_long_long=yes | |
ac_cv_type_pid_t=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/local/Cellar/ld64/97.17/bin/ld | |
lt_cv_path_LDCXX=/usr/local/Cellar/ld64/97.17/bin/ld | |
lt_cv_path_NM='/usr/bin/nm -p' | |
lt_cv_path_SED=/usr/bin/sed | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' | |
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='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' | |
lt_cv_sys_max_cmd_len=65536 | |
lt_lt_cv_prog_compiler_c_o='"yes"' | |
lt_lt_cv_prog_compiler_c_o_CXX='"yes"' | |
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' | |
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='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/mad-S86x/libmad-0.15.1b/missing --run aclocal-1.8' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='${SHELL} /private/tmp/mad-S86x/libmad-0.15.1b/missing --run tar' | |
AR='ar' | |
ASO='' | |
ASO_OBJS='' | |
AUTOCONF='${SHELL} /private/tmp/mad-S86x/libmad-0.15.1b/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/mad-S86x/libmad-0.15.1b/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/mad-S86x/libmad-0.15.1b/missing --run automake-1.8' | |
AWK='gawk' | |
CC='/usr/bin/gcc-4.2' | |
CCAS='/usr/bin/gcc-4.2' | |
CCASFLAGS='-Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-Wall -w -pipe -arch ppc64' | |
CPP='/usr/bin/gcc-4.2 -E' | |
CPPFLAGS='-I/usr/local/opt/ld64/include -F/usr/local/Frameworks' | |
CXX='/usr/bin/g++-4.2' | |
CXXCPP='/usr/bin/g++-4.2 -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-Os -w -pipe -mcpu=970 -arch ppc64 -mmacosx-version-min=10.5' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
ECHO='/bin/echo' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='grep -E' | |
EXEEXT='' | |
F77='' | |
FFLAGS='' | |
FPM='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | |
LDFLAGS='-L/usr/local/opt/ld64/lib -L/usr/local/lib -F/usr/local/Frameworks -arch ppc64 -B/usr/local/Cellar/ld64/97.17/bin/' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBTOOL_DEPS='./ltmain.sh' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/mad-S86x/libmad-0.15.1b/missing --run makeinfo' | |
OBJEXT='o' | |
PACKAGE='libmad' | |
PACKAGE_BUGREPORT='support@underbit.com' | |
PACKAGE_NAME='MPEG Audio Decoder' | |
PACKAGE_STRING='MPEG Audio Decoder 0.15.1b' | |
PACKAGE_TARNAME='libmad' | |
PACKAGE_VERSION='0.15.1b' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
VERSION='0.15.1b' | |
ac_ct_AR='ar' | |
ac_ct_CC='/usr/bin/gcc-4.2' | |
ac_ct_CXX='' | |
ac_ct_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='powerpc-apple-darwin9.8.0' | |
build_alias='' | |
build_cpu='powerpc' | |
build_os='darwin9.8.0' | |
build_vendor='apple' | |
datadir='${prefix}/share' | |
exec_prefix='NONE' | |
host='powerpc-apple-darwin9.8.0' | |
host_alias='' | |
host_cpu='powerpc' | |
host_os='darwin9.8.0' | |
host_vendor='apple' | |
includedir='${prefix}/include' | |
infodir='${prefix}/info' | |
install_sh='/private/tmp/mad-S86x/libmad-0.15.1b/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localstatedir='${prefix}/var' | |
mandir='${prefix}/man' | |
mkdir_p='mkdir -p -- .' | |
oldincludedir='/usr/include' | |
prefix='/usr/local/Cellar/mad/0.15.1b' | |
program_transform_name='s,x,x,' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define HAVE_ASSERT_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define HAVE_ERRNO_H 1 | |
#define HAVE_FCNTL 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_FORK 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_LIMITS_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_PIPE 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_WAITPID 1 | |
#define PACKAGE "libmad" | |
#define PACKAGE_BUGREPORT "support@underbit.com" | |
#define PACKAGE_NAME "MPEG Audio Decoder" | |
#define PACKAGE_STRING "MPEG Audio Decoder 0.15.1b" | |
#define PACKAGE_TARNAME "libmad" | |
#define PACKAGE_VERSION "0.15.1b" | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define STDC_HEADERS 1 | |
#define STDC_HEADERS 1 | |
#define VERSION "0.15.1b" | |
#define WORDS_BIGENDIAN 1 | |
#endif | |
#ifdef __cplusplus | |
extern "C" void exit (int); | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment