Created
July 19, 2012 02:40
-
-
Save felixding/3140407 to your computer and use it in GitHub Desktop.
All the gists needed to file an issue on Homebrew
This file contains hidden or 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
localhost:~ felixding$ brew --config | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 5047c85ced4befbd4fb6468c76d335a9da96079d | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.7.4-x86_64 | |
Xcode: 4.3.3 => /Developer | |
CLT: 1.0.0.9000000000.1.1249367152 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 | |
LLVM: build 2336 | |
Clang: 3.1 build 318 | |
MacPorts or Fink? false | |
X11: 2.6.4 @ /usr/X11 | |
System Ruby: 1.8.7-357 | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /usr/local/rvm/rubies/ruby-1.9.3-p194/bin/ruby |
This file contains hidden or 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
localhost:~ felixding$ brew doctor | |
Error: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/usr/local/rvm/gems/ruby-1.9.3-p194/bin/passenger-config | |
/opt/sm/pkg/active/bin/curl-config | |
/opt/sm/pkg/active/bin/ncurses5-config | |
/opt/sm/pkg/active/bin/ncursesw5-config | |
/opt/sm/pkg/active/bin/pkg-config | |
/opt/sm/pkg/active/bin/xml2-config | |
/opt/sm/pkg/active/bin/xslt-config | |
Error: The following libiconv files were detected in /usr/local: | |
include/iconv.h | |
Homebrew doesn't provide a libiconv formula, and expects to link against | |
the system version in /usr/lib. | |
If you have an alternate libiconv, many formulae will fail to compile or | |
link, especially if it wasn't compiled with the proper architectures. | |
Error: Some keg-only formula are linked into the Cellar. | |
Linking a keg-only formula, such as gettext, into the cellar with | |
`brew link f` will cause other formulae to detect them during the | |
`./configure` step. This may cause problems when compiling those | |
other formulae. | |
Binaries provided by keg-only formulae may override system binaries | |
with other strange results. | |
You may wish to `brew unlink` these brews: | |
libxml2 | |
libxslt | |
Error: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libmacfuse_i32.2.dylib /usr/local/lib/libmacfuse_i64.2.dylib /usr/local/lib/libntfs-3g.80.dylib /usr/local/lib/libntfs.9.0.0.dylib /usr/local/lib/libosxfuse_i32.2.dylib /usr/local/lib/libosxfuse_i64.2.dylib /usr/local/lib/libublio.1.dylib | |
Error: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/libntfs-3g.la /usr/local/lib/libntfs.la /usr/local/lib/libosxfuse_i32.la /usr/local/lib/libosxfuse_i64.la /usr/local/lib/libublio.la | |
Error: Unbrewed .pc files were found in /usr/local/lib/pkgconfig. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .pc files: | |
/usr/local/lib/pkgconfig/libntfs-3g.pc /usr/local/lib/pkgconfig/libublio.pc /usr/local/lib/pkgconfig/osxfuse.pc | |
Error: Unbrewed static libraries were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected static libraries: | |
/usr/local/lib/libntfs-3g.a /usr/local/lib/libntfs.a /usr/local/lib/libublio.a | |
Error: /usr/bin occurs before /usr/local/bin | |
This means that system-provided programs will be used instead of those | |
provided by Homebrew. The following tools exist at both paths: | |
iconv | |
xml2-config | |
xmlcatalog | |
xmllint | |
xslt-config | |
xsltproc | |
Consider amending your PATH so that /usr/local/bin | |
is ahead of /usr/bin in your PATH. | |
Error: Homebrew's sbin was not found in your path. | |
Consider amending your PATH variable so it contains: | |
/usr/local/sbin |
This file contains hidden or 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
localhost:~ felixding$ brew install -v lastfmfpclient | |
==> Downloading https://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9 | |
Already downloaded: /Library/Caches/Homebrew/lastfmfpclient-1.6.tgz | |
/usr/bin/tar xf /Library/Caches/Homebrew/lastfmfpclient-1.6.tgz | |
==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/lastfmfpclient/1.6 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev | |
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/lastfmfpclient/1.6 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev | |
-- The C compiler identification is Clang 3.1.0 | |
-- The CXX compiler identification is Clang 3.1.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/homebrew-lastfmfpclient-1.6-ILxL/lastfm-Fingerprinter-9ee83a5 | |
==> make install | |
make install | |
Scanning dependencies of target lastfmfp | |
[ 25%] [ 25%] Building CXX object fplib/CMakeFiles/lastfmfp.dir/src/Filter.o | |
Building CXX object fplib/CMakeFiles/lastfmfp.dir/src/FingerprintExtractor.o | |
getconf: no such configuration parameter `LFS_CFLAGS' | |
getconf: no such configuration parameter `LFS_CFLAGS' | |
In file included from /tmp/homebrew-lastfmfpclient-1.6-ILxL/lastfm-Fingerprinter-9ee83a5/fplib/src/FingerprintExtractor.cpp:39: | |
/tmp/homebrew-lastfmfpclient-1.6-ILxL/lastfm-Fingerprinter-9ee83a5/fplib/src/FloatingAverage.h:85:28: error: | |
reference to non-static member function must be called; did you mean to call it with no | |
arguments? | |
for ( int i = 0; i < size; ++i ) | |
^~~~ | |
() | |
1 error generated. | |
make[2]: *** [fplib/CMakeFiles/lastfmfp.dir/src/FingerprintExtractor.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [fplib/CMakeFiles/lastfmfp.dir/all] Error 2 | |
make: *** [all] Error 2 | |
CMakeCache.txt was copied to /Users/felixding/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/lastfmfpclient.rb#L17 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 5047c85ced4befbd4fb6468c76d335a9da96079d | |
CPU: dual-core 64-bit penryn | |
OS X: 10.7.4-x86_64 | |
Xcode: 4.3.3 => /Developer | |
CLT: 1.0.0.9000000000.1.1249367152 | |
X11: 2.6.4 @ /usr/X11 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 | |
CPPFLAGS: -isystem /usr/local/include | |
LDFLAGS: -L/usr/local/lib | |
MACOSX_DEPLOYMENT_TARGET: 10.7 | |
MAKEFLAGS: -j2 | |
Error: Failed executing: make install (lastfmfpclient.rb:17) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/13485 | |
Otherwise, this may help you fix or report the issue: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
This file contains hidden or 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
localhost:~ felixding$ brew install -v lastfmfpclient | |
==> Downloading https://github.com/lastfm/Fingerprinter/tarball/9ee83a51ac9058ff53c9 | |
Already downloaded: /Library/Caches/Homebrew/lastfmfpclient-1.6.tgz | |
/usr/bin/tar xf /Library/Caches/Homebrew/lastfmfpclient-1.6.tgz | |
==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/lastfmfpclient/1.6 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev | |
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/lastfmfpclient/1.6 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -Wno-dev | |
-- The C compiler identification is Clang 3.1.0 | |
-- The CXX compiler identification is Clang 3.1.0 | |
-- Check for working C compiler: /usr/bin/clang | |
-- Check for working C compiler: /usr/bin/clang -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: /usr/bin/clang++ | |
-- Check for working CXX compiler: /usr/bin/clang++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: /tmp/homebrew-lastfmfpclient-1.6-ILxL/lastfm-Fingerprinter-9ee83a5 | |
==> make install | |
make install | |
Scanning dependencies of target lastfmfp | |
[ 25%] [ 25%] Building CXX object fplib/CMakeFiles/lastfmfp.dir/src/Filter.o | |
Building CXX object fplib/CMakeFiles/lastfmfp.dir/src/FingerprintExtractor.o | |
getconf: no such configuration parameter `LFS_CFLAGS' | |
getconf: no such configuration parameter `LFS_CFLAGS' | |
In file included from /tmp/homebrew-lastfmfpclient-1.6-ILxL/lastfm-Fingerprinter-9ee83a5/fplib/src/FingerprintExtractor.cpp:39: | |
/tmp/homebrew-lastfmfpclient-1.6-ILxL/lastfm-Fingerprinter-9ee83a5/fplib/src/FloatingAverage.h:85:28: error: | |
reference to non-static member function must be called; did you mean to call it with no | |
arguments? | |
for ( int i = 0; i < size; ++i ) | |
^~~~ | |
() | |
1 error generated. | |
make[2]: *** [fplib/CMakeFiles/lastfmfp.dir/src/FingerprintExtractor.o] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [fplib/CMakeFiles/lastfmfp.dir/all] Error 2 | |
make: *** [all] Error 2 | |
CMakeCache.txt was copied to /Users/felixding/Library/Logs/Homebrew | |
==> Exit Status: 2 | |
https://github.com/mxcl/master/blob/master/Library/Formula/lastfmfpclient.rb#L17 | |
==> Build Environment | |
HOMEBREW_VERSION: 0.9.2 | |
HEAD: 5047c85ced4befbd4fb6468c76d335a9da96079d | |
CPU: dual-core 64-bit penryn | |
OS X: 10.7.4-x86_64 | |
Xcode: 4.3.3 => /Developer | |
CLT: 1.0.0.9000000000.1.1249367152 | |
X11: 2.6.4 @ /usr/X11 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.7 | |
CPPFLAGS: -isystem /usr/local/include | |
LDFLAGS: -L/usr/local/lib | |
MACOSX_DEPLOYMENT_TARGET: 10.7 | |
MAKEFLAGS: -j2 | |
Error: Failed executing: make install (lastfmfpclient.rb:17) | |
These existing issues may help you: | |
https://github.com/mxcl/homebrew/issues/13485 | |
Otherwise, this may help you fix or report the issue: | |
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist |
This file contains hidden or 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 libsndfile configure 1.0.25, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libsndfile/1.0.25 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = localhost | |
uname -m = x86_64 | |
uname -r = 11.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
Kernel configured for up to 2 processors. | |
2 processors are physically available. | |
2 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 121 tasks, 583 threads, 2 processors | |
Load average: 1.60, Mach factor: 0.44 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/rvm/gems/ruby-1.9.3-p194/bin | |
PATH: /usr/local/rvm/gems/ruby-1.9.3-p194@global/bin | |
PATH: /usr/local/rvm/rubies/ruby-1.9.3-p194/bin | |
PATH: /usr/local/rvm/bin | |
PATH: /opt/local/bin | |
PATH: /opt/local/sbin | |
PATH: /opt/local/bin | |
PATH: /opt/local/sbin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /usr/X11/bin | |
PATH: /usr/local/git/bin | |
PATH: /opt/sm/bin | |
PATH: /opt/sm/pkg/active/bin | |
PATH: /opt/sm/pkg/active/sbin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2766: checking build system type | |
configure:2780: result: i386-apple-darwin11.4.0 | |
configure:2800: checking host system type | |
configure:2813: result: i386-apple-darwin11.4.0 | |
configure:2833: checking target system type | |
configure:2846: result: i386-apple-darwin11.4.0 | |
configure:2893: checking for a BSD-compatible install | |
configure:2961: result: /usr/bin/install -c | |
configure:2972: checking whether build environment is sane | |
configure:3022: result: yes | |
configure:3163: checking for a thread-safe mkdir -p | |
configure:3202: result: Cfg/install-sh -c -d | |
configure:3215: checking for gawk | |
configure:3245: result: no | |
configure:3215: checking for mawk | |
configure:3245: result: no | |
configure:3215: checking for nawk | |
configure:3245: result: no | |
configure:3215: checking for awk | |
configure:3231: found /usr/bin/awk | |
configure:3242: result: awk | |
configure:3253: checking whether make sets $(MAKE) | |
configure:3275: result: yes | |
configure:3426: checking for gcc | |
configure:3453: result: /usr/bin/llvm-gcc | |
configure:3682: checking for C compiler version | |
configure:3691: /usr/bin/llvm-gcc --version >&5 | |
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
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:3702: $? = 0 | |
configure:3691: /usr/bin/llvm-gcc -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin11 | |
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
configure:3702: $? = 0 | |
configure:3691: /usr/bin/llvm-gcc -V >&5 | |
llvm-gcc-4.2: argument to `-V' is missing | |
configure:3702: $? = 1 | |
configure:3691: /usr/bin/llvm-gcc -qversion >&5 | |
i686-apple-darwin11-llvm-gcc-4.2: no input files | |
configure:3702: $? = 1 | |
configure:3722: checking whether the C compiler works | |
configure:3744: /usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:3748: $? = 0 | |
configure:3796: result: yes | |
configure:3799: checking for C compiler default output file name | |
configure:3801: result: a.out | |
configure:3807: checking for suffix of executables | |
configure:3814: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:3818: $? = 0 | |
configure:3840: result: | |
configure:3862: checking whether we are cross compiling | |
configure:3870: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:3874: $? = 0 | |
configure:3881: ./conftest | |
configure:3885: $? = 0 | |
configure:3900: result: no | |
configure:3905: checking for suffix of object files | |
configure:3927: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:3931: $? = 0 | |
configure:3952: result: o | |
configure:3956: checking whether we are using the GNU C compiler | |
configure:3975: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:3975: $? = 0 | |
configure:3984: result: yes | |
configure:3993: checking whether /usr/bin/llvm-gcc accepts -g | |
configure:4013: /usr/bin/llvm-gcc -c -g -isystem /usr/local/include conftest.c >&5 | |
configure:4013: $? = 0 | |
configure:4054: result: yes | |
configure:4071: checking for /usr/bin/llvm-gcc option to accept ISO C89 | |
configure:4135: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:4135: $? = 0 | |
configure:4148: result: none needed | |
configure:4179: checking for style of include used by make | |
configure:4207: result: GNU | |
configure:4232: checking dependency style of /usr/bin/llvm-gcc | |
configure:4342: result: none | |
configure:4358: checking whether /usr/bin/llvm-gcc and cc understand -c and -o together | |
configure:4389: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5 | |
configure:4393: $? = 0 | |
configure:4399: /usr/bin/llvm-gcc -c conftest.c -o conftest2.o >&5 | |
configure:4403: $? = 0 | |
configure:4414: cc -c conftest.c >&5 | |
configure:4418: $? = 0 | |
configure:4426: cc -c conftest.c -o conftest2.o >&5 | |
configure:4430: $? = 0 | |
configure:4436: cc -c conftest.c -o conftest2.o >&5 | |
configure:4440: $? = 0 | |
configure:4458: result: yes | |
configure:4595: checking for C++ compiler version | |
configure:4604: /usr/bin/llvm-g++ --version >&5 | |
i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
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:4615: $? = 0 | |
configure:4604: /usr/bin/llvm-g++ -v >&5 | |
Using built-in specs. | |
Target: i686-apple-darwin11 | |
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2335.15~25/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 | |
Thread model: posix | |
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) | |
configure:4615: $? = 0 | |
configure:4604: /usr/bin/llvm-g++ -V >&5 | |
llvm-g++-4.2: argument to `-V' is missing | |
configure:4615: $? = 1 | |
configure:4604: /usr/bin/llvm-g++ -qversion >&5 | |
i686-apple-darwin11-llvm-g++-4.2: no input files | |
configure:4615: $? = 1 | |
configure:4619: checking whether we are using the GNU C++ compiler | |
configure:4638: /usr/bin/llvm-g++ -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.cpp >&5 | |
configure:4638: $? = 0 | |
configure:4647: result: yes | |
configure:4656: checking whether /usr/bin/llvm-g++ accepts -g | |
configure:4676: /usr/bin/llvm-g++ -c -g -isystem /usr/local/include conftest.cpp >&5 | |
configure:4676: $? = 0 | |
configure:4717: result: yes | |
configure:4742: checking dependency style of /usr/bin/llvm-g++ | |
configure:4852: result: none | |
configure:4867: checking for a sed that does not truncate output | |
configure:4931: result: /usr/bin/sed | |
configure:4985: checking how to print strings | |
configure:5012: result: printf | |
configure:5033: checking for a sed that does not truncate output | |
configure:5097: result: /usr/bin/sed | |
configure:5115: checking for grep that handles long lines and -e | |
configure:5173: result: /usr/bin/grep | |
configure:5178: checking for egrep | |
configure:5240: result: /usr/bin/grep -E | |
configure:5245: checking for fgrep | |
configure:5307: result: /usr/bin/grep -F | |
configure:5342: checking for ld used by /usr/bin/llvm-gcc | |
configure:5409: result: /usr/bin/llvm-gcc | |
configure:5416: checking if the linker (/usr/bin/llvm-gcc) is GNU ld | |
configure:5431: result: no | |
configure:5443: checking for BSD- or MS-compatible name lister (nm) | |
configure:5492: result: /usr/bin/nm | |
configure:5622: checking the name lister (/usr/bin/nm) interface | |
configure:5629: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:5632: /usr/bin/nm "conftest.o" | |
configure:5635: output | |
0000000000000000 S _some_variable | |
configure:5642: result: BSD nm | |
configure:5645: checking whether ln -s works | |
configure:5649: result: yes | |
configure:5657: checking the maximum length of command line arguments | |
configure:5782: result: 196608 | |
configure:5799: checking whether the shell understands some XSI constructs | |
configure:5809: result: yes | |
configure:5813: checking whether the shell understands "+=" | |
configure:5819: result: yes | |
configure:5854: checking how to convert i386-apple-darwin11.4.0 file names to i386-apple-darwin11.4.0 format | |
configure:5894: result: func_convert_file_noop | |
configure:5901: checking how to convert i386-apple-darwin11.4.0 file names to toolchain format | |
configure:5921: result: func_convert_file_noop | |
configure:5928: checking for /usr/bin/llvm-gcc option to reload object files | |
configure:5935: result: -r | |
configure:6009: checking for objdump | |
configure:6039: result: no | |
configure:6068: checking how to recognize dependent libraries | |
configure:6270: result: pass_all | |
configure:6355: checking for dlltool | |
configure:6385: result: no | |
configure:6415: checking how to associate runtime and link libraries | |
configure:6442: result: printf %s\n | |
configure:6503: checking for ar | |
configure:6519: found /usr/bin/ar | |
configure:6530: result: ar | |
configure:6567: checking for archiver @FILE support | |
configure:6584: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:6584: $? = 0 | |
configure:6587: ar cru libconftest.a @conftest.lst >&5 | |
ar: @conftest.lst: No such file or directory | |
configure:6590: $? = 1 | |
configure:6610: result: no | |
configure:6668: checking for strip | |
configure:6684: found /usr/bin/strip | |
configure:6695: result: strip | |
configure:6767: checking for ranlib | |
configure:6783: found /usr/bin/ranlib | |
configure:6794: result: ranlib | |
configure:6896: checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc object | |
configure:7015: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:7018: $? = 0 | |
configure:7022: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7025: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7015: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:7018: $? = 0 | |
configure:7022: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7025: $? = 0 | |
configure:7091: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 | |
configure:7094: $? = 0 | |
configure:7132: result: ok | |
configure:7169: checking for sysroot | |
configure:7199: result: no | |
configure:7442: checking for mt | |
configure:7472: result: no | |
configure:7492: checking if : is a manifest tool | |
configure:7498: : '-?' | |
configure:7506: result: no | |
configure:7562: checking for dsymutil | |
configure:7578: found /usr/bin/dsymutil | |
configure:7589: result: dsymutil | |
configure:7654: checking for nmedit | |
configure:7670: found /usr/bin/nmedit | |
configure:7681: result: nmedit | |
configure:7746: checking for lipo | |
configure:7762: found /usr/bin/lipo | |
configure:7773: result: lipo | |
configure:7838: checking for otool | |
configure:7854: found /usr/bin/otool | |
configure:7865: result: otool | |
configure:7930: checking for otool64 | |
configure:7960: result: no | |
configure:8005: checking for -single_module linker flag | |
/usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -L/usr/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c | |
configure:8032: result: yes | |
configure:8034: checking for -exported_symbols_list linker flag | |
configure:8054: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 | |
configure:8054: $? = 0 | |
configure:8064: result: yes | |
configure:8066: checking for -force_load linker flag | |
/usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -c -o conftest.o conftest.c | |
ar cru libconftest.a conftest.o | |
ranlib libconftest.a | |
/usr/bin/llvm-gcc -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -L/usr/local/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a | |
configure:8096: result: yes | |
configure:8138: checking how to run the C preprocessor | |
configure:8169: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
configure:8169: $? = 0 | |
configure:8183: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:8183: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8208: result: /usr/bin/llvm-gcc -E | |
configure:8228: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
configure:8228: $? = 0 | |
configure:8242: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory | |
configure:8242: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8271: checking for ANSI C header files | |
configure:8291: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8291: $? = 0 | |
configure:8364: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:8364: $? = 0 | |
configure:8364: ./conftest | |
configure:8364: $? = 0 | |
configure:8375: result: yes | |
configure:8388: checking for sys/types.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for sys/stat.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for stdlib.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for string.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for memory.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for strings.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for inttypes.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for stdint.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8388: checking for unistd.h | |
configure:8388: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8388: $? = 0 | |
configure:8388: result: yes | |
configure:8402: checking for dlfcn.h | |
configure:8402: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:8402: $? = 0 | |
configure:8402: result: yes | |
configure:8600: checking for objdir | |
configure:8615: result: .libs | |
configure:8886: checking if /usr/bin/llvm-gcc supports -fno-rtti -fno-exceptions | |
configure:8904: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 | |
configure:8908: $? = 0 | |
configure:8921: result: yes | |
configure:9231: checking for /usr/bin/llvm-gcc option to produce PIC | |
configure:9238: result: -fno-common -DPIC | |
configure:9246: checking if /usr/bin/llvm-gcc PIC flag -fno-common -DPIC works | |
configure:9264: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -fno-common -DPIC -DPIC conftest.c >&5 | |
configure:9268: $? = 0 | |
configure:9281: result: yes | |
configure:9310: checking if /usr/bin/llvm-gcc static flag -static works | |
configure:9338: result: no | |
configure:9353: checking if /usr/bin/llvm-gcc supports -c -o file.o | |
configure:9374: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -o out/conftest2.o conftest.c >&5 | |
configure:9378: $? = 0 | |
configure:9400: result: yes | |
configure:9408: checking if /usr/bin/llvm-gcc supports -c -o file.o | |
configure:9455: result: yes | |
configure:9488: checking whether the /usr/bin/llvm-gcc linker (/usr/bin/llvm-gcc) supports shared libraries | |
configure:10650: result: yes | |
configure:10895: checking dynamic linker characteristics | |
configure:11644: result: darwin11.4.0 dyld | |
configure:11751: checking how to hardcode library paths into programs | |
configure:11776: result: immediate | |
configure:12316: checking whether stripping libraries is possible | |
configure:12330: result: yes | |
configure:12356: checking if libtool supports shared libraries | |
configure:12358: result: yes | |
configure:12361: checking whether to build shared libraries | |
configure:12382: result: yes | |
configure:12385: checking whether to build static libraries | |
configure:12389: result: yes | |
configure:12412: checking how to run the C++ preprocessor | |
configure:12439: /usr/bin/llvm-g++ -E -isystem /usr/local/include conftest.cpp | |
configure:12439: $? = 0 | |
configure:12453: /usr/bin/llvm-g++ -E -isystem /usr/local/include conftest.cpp | |
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory | |
configure:12453: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12478: result: /usr/bin/llvm-g++ -E | |
configure:12498: /usr/bin/llvm-g++ -E -isystem /usr/local/include conftest.cpp | |
configure:12498: $? = 0 | |
configure:12512: /usr/bin/llvm-g++ -E -isystem /usr/local/include conftest.cpp | |
conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory | |
configure:12512: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:12682: checking for ld used by /usr/bin/llvm-g++ | |
configure:12749: result: /usr/bin/llvm-gcc | |
configure:12756: checking if the linker (/usr/bin/llvm-gcc) is GNU ld | |
configure:12771: result: no | |
configure:12826: checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries | |
configure:13830: result: yes | |
configure:13865: /usr/bin/llvm-g++ -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.cpp >&5 | |
configure:13868: $? = 0 | |
configure:14388: checking for /usr/bin/llvm-g++ option to produce PIC | |
configure:14395: result: -fno-common -DPIC | |
configure:14403: checking if /usr/bin/llvm-g++ PIC flag -fno-common -DPIC works | |
configure:14421: /usr/bin/llvm-g++ -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -fno-common -DPIC -DPIC conftest.cpp >&5 | |
configure:14425: $? = 0 | |
configure:14438: result: yes | |
configure:14461: checking if /usr/bin/llvm-g++ static flag -static works | |
configure:14489: result: no | |
configure:14501: checking if /usr/bin/llvm-g++ supports -c -o file.o | |
configure:14522: /usr/bin/llvm-g++ -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -o out/conftest2.o conftest.cpp >&5 | |
configure:14526: $? = 0 | |
configure:14548: result: yes | |
configure:14553: checking if /usr/bin/llvm-g++ supports -c -o file.o | |
configure:14600: result: yes | |
configure:14630: checking whether the /usr/bin/llvm-g++ linker (/usr/bin/llvm-gcc) supports shared libraries | |
configure:14667: result: yes | |
configure:14810: checking dynamic linker characteristics | |
configure:15493: result: darwin11.4.0 dyld | |
configure:15546: checking how to hardcode library paths into programs | |
configure:15571: result: immediate | |
configure:15673: checking for windres | |
configure:15703: result: no | |
configure:15809: checking for autogen | |
configure:15837: result: no | |
configure:15847: checking for wine | |
configure:15875: result: no | |
configure:15885: checking whether ln -s works | |
configure:15889: result: yes | |
configure:15920: checking for ANSI C header files | |
configure:16024: result: yes | |
configure:16035: checking endian.h usability | |
configure:16035: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
conftest.c:57:20: error: endian.h: No such file or directory | |
configure:16035: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <endian.h> | |
configure:16035: result: no | |
configure:16035: checking endian.h presence | |
configure:16035: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
conftest.c:24:20: error: endian.h: No such file or directory | |
configure:16035: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <endian.h> | |
configure:16035: result: no | |
configure:16035: checking for endian.h | |
configure:16035: result: no | |
configure:16047: checking byteswap.h usability | |
configure:16047: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
conftest.c:57:22: error: byteswap.h: No such file or directory | |
configure:16047: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <byteswap.h> | |
configure:16047: result: no | |
configure:16047: checking byteswap.h presence | |
configure:16047: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
conftest.c:24:22: error: byteswap.h: No such file or directory | |
configure:16047: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| /* end confdefs.h. */ | |
| #include <byteswap.h> | |
configure:16047: result: no | |
configure:16047: checking for byteswap.h | |
configure:16047: result: no | |
configure:16059: checking locale.h usability | |
configure:16059: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:16059: $? = 0 | |
configure:16059: result: yes | |
configure:16059: checking locale.h presence | |
configure:16059: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
configure:16059: $? = 0 | |
configure:16059: result: yes | |
configure:16059: checking for locale.h | |
configure:16059: result: yes | |
configure:16071: checking sys/time.h usability | |
configure:16071: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:16071: $? = 0 | |
configure:16071: result: yes | |
configure:16071: checking sys/time.h presence | |
configure:16071: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
configure:16071: $? = 0 | |
configure:16071: result: yes | |
configure:16071: checking for sys/time.h | |
configure:16071: result: yes | |
configure:16082: checking for sys/wait.h that is POSIX.1 compatible | |
configure:16108: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:16108: $? = 0 | |
configure:16115: result: yes | |
configure:16124: checking whether S_IRGRP is declared | |
configure:16124: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:16124: $? = 0 | |
configure:16124: result: yes | |
configure:16160: checking C99 struct flexible array support | |
configure:16185: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16185: $? = 0 | |
configure:16194: result: yes | |
configure:16310: checking size of wchar_t | |
configure:16315: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16315: $? = 0 | |
configure:16315: ./conftest | |
configure:16315: $? = 0 | |
configure:16329: result: 4 | |
configure:16343: checking size of short | |
configure:16348: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16348: $? = 0 | |
configure:16348: ./conftest | |
configure:16348: $? = 0 | |
configure:16362: result: 2 | |
configure:16376: checking size of int | |
configure:16381: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16381: $? = 0 | |
configure:16381: ./conftest | |
configure:16381: $? = 0 | |
configure:16395: result: 4 | |
configure:16409: checking size of long | |
configure:16414: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16414: $? = 0 | |
configure:16414: ./conftest | |
configure:16414: $? = 0 | |
configure:16428: result: 8 | |
configure:16442: checking size of float | |
configure:16447: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16447: $? = 0 | |
configure:16447: ./conftest | |
configure:16447: $? = 0 | |
configure:16461: result: 4 | |
configure:16475: checking size of double | |
configure:16480: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16480: $? = 0 | |
configure:16480: ./conftest | |
configure:16480: $? = 0 | |
configure:16494: result: 8 | |
configure:16508: checking size of void* | |
configure:16513: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16513: $? = 0 | |
configure:16513: ./conftest | |
configure:16513: $? = 0 | |
configure:16527: result: 8 | |
configure:16541: checking size of size_t | |
configure:16546: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16546: $? = 0 | |
configure:16546: ./conftest | |
configure:16546: $? = 0 | |
configure:16560: result: 8 | |
configure:16574: checking size of int64_t | |
configure:16579: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16579: $? = 0 | |
configure:16579: ./conftest | |
configure:16579: $? = 0 | |
configure:16593: result: 8 | |
configure:16607: checking size of long long | |
configure:16612: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16612: $? = 0 | |
configure:16612: ./conftest | |
configure:16612: $? = 0 | |
configure:16626: result: 8 | |
configure:16649: checking size of off_t | |
configure:16654: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:16654: $? = 0 | |
configure:16654: ./conftest | |
configure:16654: $? = 0 | |
configure:16668: result: 8 | |
configure:17167: checking for ssize_t | |
configure:17167: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
configure:17167: $? = 0 | |
configure:17167: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:81: error: expected expression before ')' token | |
configure:17167: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ssize_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:17167: result: yes | |
configure:17181: checking size of ssize_t | |
configure:17186: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17186: $? = 0 | |
configure:17186: ./conftest | |
configure:17186: $? = 0 | |
configure:17200: result: 8 | |
configure:17214: checking processor byte ordering | |
configure:17293: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17293: $? = 0 | |
configure:17311: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17311: $? = 0 | |
configure:17335: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17335: $? = 0 | |
configure:17428: result: little | |
configure:17478: checking for malloc | |
configure:17478: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17478: $? = 0 | |
configure:17478: result: yes | |
configure:17478: checking for calloc | |
configure:17478: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17478: $? = 0 | |
configure:17478: result: yes | |
configure:17478: checking for realloc | |
configure:17478: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17478: $? = 0 | |
configure:17478: result: yes | |
configure:17478: checking for free | |
configure:17478: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17478: $? = 0 | |
configure:17478: result: yes | |
configure:17490: checking for open | |
configure:17490: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17490: $? = 0 | |
configure:17490: result: yes | |
configure:17490: checking for read | |
configure:17490: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17490: $? = 0 | |
configure:17490: result: yes | |
configure:17490: checking for write | |
configure:17490: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17490: $? = 0 | |
configure:17490: result: yes | |
configure:17490: checking for lseek | |
configure:17490: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17490: $? = 0 | |
configure:17490: result: yes | |
configure:17490: checking for pread | |
configure:17490: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17490: $? = 0 | |
configure:17490: result: yes | |
configure:17490: checking for pwrite | |
configure:17490: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17490: $? = 0 | |
configure:17490: result: yes | |
configure:17502: checking for fstat | |
configure:17502: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17502: $? = 0 | |
configure:17502: result: yes | |
configure:17502: checking for ftruncate | |
configure:17502: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17502: $? = 0 | |
configure:17502: result: yes | |
configure:17502: checking for fsync | |
configure:17502: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17502: $? = 0 | |
configure:17502: result: yes | |
configure:17514: checking for snprintf | |
configure:17514: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17514: $? = 0 | |
configure:17514: result: yes | |
configure:17514: checking for vsnprintf | |
configure:17514: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17514: $? = 0 | |
configure:17514: result: yes | |
configure:17526: checking for gmtime | |
configure:17526: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17526: $? = 0 | |
configure:17526: result: yes | |
configure:17526: checking for gmtime_r | |
configure:17526: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17526: $? = 0 | |
configure:17526: result: yes | |
configure:17526: checking for localtime | |
configure:17526: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17526: $? = 0 | |
configure:17526: result: yes | |
configure:17526: checking for localtime_r | |
configure:17526: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17526: $? = 0 | |
configure:17526: result: yes | |
configure:17526: checking for gettimeofday | |
configure:17526: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17526: $? = 0 | |
configure:17526: result: yes | |
configure:17538: checking for mmap | |
configure:17538: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17538: $? = 0 | |
configure:17538: result: yes | |
configure:17538: checking for getpagesize | |
configure:17538: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17538: $? = 0 | |
configure:17538: result: yes | |
configure:17549: checking for setlocale | |
configure:17549: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17549: $? = 0 | |
configure:17549: result: yes | |
configure:17561: checking for pipe | |
configure:17561: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17561: $? = 0 | |
configure:17561: result: yes | |
configure:17561: checking for waitpid | |
configure:17561: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c >&5 | |
configure:17561: $? = 0 | |
configure:17561: result: yes | |
configure:17571: checking for floor in -lm | |
configure:17596: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:17596: $? = 0 | |
configure:17605: result: yes | |
configure:17619: checking for floor | |
configure:17619: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:17619: $? = 0 | |
configure:17619: result: yes | |
configure:17619: checking for ceil | |
configure:17619: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:17619: $? = 0 | |
configure:17619: result: yes | |
configure:17619: checking for fmod | |
configure:17619: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:17619: $? = 0 | |
configure:17619: result: yes | |
configure:17629: checking for lrint | |
configure:17655: /usr/bin/llvm-gcc -o conftest -lm -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:17655: $? = 0 | |
configure:17667: result: yes | |
configure:17676: checking for lrintf | |
configure:17702: /usr/bin/llvm-gcc -o conftest -lm -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:17702: $? = 0 | |
configure:17714: result: yes | |
configure:17755: checking for octave | |
configure:17783: result: no | |
configure:17822: checking for mkoctfile | |
configure:17850: result: no | |
configure:17886: checking for octave-config | |
configure:17914: result: no | |
configure:18061: checking for pkg-config | |
configure:18079: found /usr/local/bin/pkg-config | |
configure:18091: result: /usr/local/bin/pkg-config | |
configure:18116: checking pkg-config is at least version 0.9.0 | |
configure:18119: result: yes | |
configure:18135: checking for flac >= 1.2.1 | |
configure:18142: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1" | |
Package flac was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `flac.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'flac' found | |
configure:18145: $? = 1 | |
configure:18159: $PKG_CONFIG --exists --print-errors "flac >= 1.2.1" | |
Package flac was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `flac.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'flac' found | |
configure:18162: $? = 1 | |
No package 'flac' found | |
configure:18190: result: no | |
configure:18208: checking for ogg >= 1.1.3 | |
configure:18215: $PKG_CONFIG --exists --print-errors "ogg >= 1.1.3" | |
Package ogg was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `ogg.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'ogg' found | |
configure:18218: $? = 1 | |
configure:18232: $PKG_CONFIG --exists --print-errors "ogg >= 1.1.3" | |
Package ogg was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `ogg.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'ogg' found | |
configure:18235: $? = 1 | |
No package 'ogg' found | |
configure:18263: result: no | |
configure:18356: checking for vorbis >= 1.2.3 | |
configure:18363: $PKG_CONFIG --exists --print-errors "vorbis >= 1.2.3" | |
Package vorbis was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `vorbis.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'vorbis' found | |
configure:18366: $? = 1 | |
configure:18380: $PKG_CONFIG --exists --print-errors "vorbis >= 1.2.3" | |
Package vorbis was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `vorbis.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'vorbis' found | |
configure:18383: $? = 1 | |
No package 'vorbis' found | |
configure:18411: result: no | |
configure:18425: checking for vorbisenc >= 1.2.3 | |
configure:18432: $PKG_CONFIG --exists --print-errors "vorbisenc >= 1.2.3" | |
Package vorbisenc was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `vorbisenc.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'vorbisenc' found | |
configure:18435: $? = 1 | |
configure:18449: $PKG_CONFIG --exists --print-errors "vorbisenc >= 1.2.3" | |
Package vorbisenc was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `vorbisenc.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'vorbisenc' found | |
configure:18452: $? = 1 | |
No package 'vorbisenc' found | |
configure:18480: result: no | |
configure:18503: WARNING: *** One or more of the external libraries (ie libflac, libogg and | |
configure:18505: WARNING: *** libvorbis) is either missing (possibly only the development | |
configure:18507: WARNING: *** headers) or is of an unsupported version. | |
configure:18509: WARNING: *** | |
configure:18511: WARNING: *** Unfortunately, for ease of maintenance, the external libs | |
configure:18513: WARNING: *** are an all or nothing affair. | |
configure:18533: checking for sqlite3 >= 3.2 | |
configure:18540: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.2" | |
Package sqlite3 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `sqlite3.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'sqlite3' found | |
configure:18543: $? = 1 | |
configure:18557: $PKG_CONFIG --exists --print-errors "sqlite3 >= 3.2" | |
Package sqlite3 was not found in the pkg-config search path. | |
Perhaps you should add the directory containing `sqlite3.pc' | |
to the PKG_CONFIG_PATH environment variable | |
No package 'sqlite3' found | |
configure:18560: $? = 1 | |
No package 'sqlite3' found | |
configure:18588: result: no | |
configure:18618: checking processor clipping capabilities | |
configure:18658: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:18658: $? = 0 | |
configure:18658: ./conftest | |
configure:18658: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define CPU_IS_BIG_ENDIAN 0 | |
| #define CPU_IS_LITTLE_ENDIAN 1 | |
| #define WORDS_BIGENDIAN 0 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_CALLOC 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_FREE 1 | |
| #define HAVE_OPEN 1 | |
| #define HAVE_READ 1 | |
| #define HAVE_WRITE 1 | |
| #define HAVE_LSEEK 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_FSTAT 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GMTIME 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_LOCALTIME 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_LRINT 1 | |
| #define HAVE_LRINTF 1 | |
| #define HAVE_EXTERNAL_LIBS 0 | |
| #define HAVE_SQLITE3 0 | |
| /* end confdefs.h. */ | |
| | |
| #define _ISOC9X_SOURCE 1 | |
| #define _ISOC99_SOURCE 1 | |
| #define __USE_ISOC99 1 | |
| #define __USE_ISOC9X 1 | |
| #include <math.h> | |
| int main (void) | |
| { double fval ; | |
| int k, ival ; | |
| | |
| fval = 1.0 * 0x7FFFFFFF ; | |
| for (k = 0 ; k < 100 ; k++) | |
| { ival = (lrint (fval)) >> 24 ; | |
| if (ival != 127) | |
| return 1 ; | |
| | |
| fval *= 1.2499999 ; | |
| } ; | |
| | |
| return 0 ; | |
| } | |
| | |
configure:18697: /usr/bin/llvm-gcc -o conftest -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:18697: $? = 0 | |
configure:18697: ./conftest | |
configure:18697: $? = 1 | |
configure: program exited with status 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define CPU_IS_BIG_ENDIAN 0 | |
| #define CPU_IS_LITTLE_ENDIAN 1 | |
| #define WORDS_BIGENDIAN 0 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_CALLOC 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_FREE 1 | |
| #define HAVE_OPEN 1 | |
| #define HAVE_READ 1 | |
| #define HAVE_WRITE 1 | |
| #define HAVE_LSEEK 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_FSTAT 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GMTIME 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_LOCALTIME 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_LRINT 1 | |
| #define HAVE_LRINTF 1 | |
| #define HAVE_EXTERNAL_LIBS 0 | |
| #define HAVE_SQLITE3 0 | |
| /* end confdefs.h. */ | |
| | |
| #define _ISOC9X_SOURCE 1 | |
| #define _ISOC99_SOURCE 1 | |
| #define __USE_ISOC99 1 | |
| #define __USE_ISOC9X 1 | |
| #include <math.h> | |
| int main (void) | |
| { double fval ; | |
| int k, ival ; | |
| | |
| fval = -8.0 * 0x10000000 ; | |
| for (k = 0 ; k < 100 ; k++) | |
| { ival = (lrint (fval)) >> 24 ; | |
| if (ival != -128) | |
| return 1 ; | |
| | |
| fval *= 1.2499999 ; | |
| } ; | |
| | |
| return 0 ; | |
| } | |
| | |
configure:18739: result: none | |
configure:18816: checking alsa/asoundlib.h usability | |
configure:18816: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
conftest.c:121:28: error: alsa/asoundlib.h: No such file or directory | |
configure:18816: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define CPU_IS_BIG_ENDIAN 0 | |
| #define CPU_IS_LITTLE_ENDIAN 1 | |
| #define WORDS_BIGENDIAN 0 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_CALLOC 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_FREE 1 | |
| #define HAVE_OPEN 1 | |
| #define HAVE_READ 1 | |
| #define HAVE_WRITE 1 | |
| #define HAVE_LSEEK 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_FSTAT 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GMTIME 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_LOCALTIME 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_LRINT 1 | |
| #define HAVE_LRINTF 1 | |
| #define HAVE_EXTERNAL_LIBS 0 | |
| #define HAVE_SQLITE3 0 | |
| #define CPU_CLIPS_POSITIVE 0 | |
| #define CPU_CLIPS_NEGATIVE 0 | |
| #define OS_IS_WIN32 0 | |
| #define OS_IS_MACOSX 1 | |
| #define USE_WINDOWS_API 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <alsa/asoundlib.h> | |
configure:18816: result: no | |
configure:18816: checking alsa/asoundlib.h presence | |
configure:18816: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
conftest.c:88:28: error: alsa/asoundlib.h: No such file or directory | |
configure:18816: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define CPU_IS_BIG_ENDIAN 0 | |
| #define CPU_IS_LITTLE_ENDIAN 1 | |
| #define WORDS_BIGENDIAN 0 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_CALLOC 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_FREE 1 | |
| #define HAVE_OPEN 1 | |
| #define HAVE_READ 1 | |
| #define HAVE_WRITE 1 | |
| #define HAVE_LSEEK 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_FSTAT 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GMTIME 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_LOCALTIME 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_LRINT 1 | |
| #define HAVE_LRINTF 1 | |
| #define HAVE_EXTERNAL_LIBS 0 | |
| #define HAVE_SQLITE3 0 | |
| #define CPU_CLIPS_POSITIVE 0 | |
| #define CPU_CLIPS_NEGATIVE 0 | |
| #define OS_IS_WIN32 0 | |
| #define OS_IS_MACOSX 1 | |
| #define USE_WINDOWS_API 0 | |
| /* end confdefs.h. */ | |
| #include <alsa/asoundlib.h> | |
configure:18816: result: no | |
configure:18816: checking for alsa/asoundlib.h | |
configure:18816: result: no | |
configure:18838: checking sndio.h usability | |
configure:18838: /usr/bin/llvm-gcc -c -Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -isystem /usr/local/include conftest.c >&5 | |
conftest.c:121:19: error: sndio.h: No such file or directory | |
configure:18838: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define CPU_IS_BIG_ENDIAN 0 | |
| #define CPU_IS_LITTLE_ENDIAN 1 | |
| #define WORDS_BIGENDIAN 0 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_CALLOC 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_FREE 1 | |
| #define HAVE_OPEN 1 | |
| #define HAVE_READ 1 | |
| #define HAVE_WRITE 1 | |
| #define HAVE_LSEEK 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_FSTAT 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GMTIME 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_LOCALTIME 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_LRINT 1 | |
| #define HAVE_LRINTF 1 | |
| #define HAVE_EXTERNAL_LIBS 0 | |
| #define HAVE_SQLITE3 0 | |
| #define CPU_CLIPS_POSITIVE 0 | |
| #define CPU_CLIPS_NEGATIVE 0 | |
| #define OS_IS_WIN32 0 | |
| #define OS_IS_MACOSX 1 | |
| #define USE_WINDOWS_API 0 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sndio.h> | |
configure:18838: result: no | |
configure:18838: checking sndio.h presence | |
configure:18838: /usr/bin/llvm-gcc -E -isystem /usr/local/include conftest.c | |
conftest.c:88:19: error: sndio.h: No such file or directory | |
configure:18838: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "libsndfile" | |
| #define PACKAGE_TARNAME "libsndfile" | |
| #define PACKAGE_VERSION "1.0.25" | |
| #define PACKAGE_STRING "libsndfile 1.0.25" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
| #define PACKAGE "libsndfile" | |
| #define VERSION "1.0.25" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_WAIT_H 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_DECL_S_IRGRP 1 | |
| #define HAVE_FLEXIBLE_ARRAY 1 | |
| #define ENABLE_EXPERIMENTAL_CODE 0 | |
| #define SIZEOF_WCHAR_T 4 | |
| #define SIZEOF_SHORT 2 | |
| #define SIZEOF_INT 4 | |
| #define SIZEOF_LONG 8 | |
| #define SIZEOF_FLOAT 4 | |
| #define SIZEOF_DOUBLE 8 | |
| #define SIZEOF_VOIDP 8 | |
| #define SIZEOF_SIZE_T 8 | |
| #define SIZEOF_INT64_T 8 | |
| #define SIZEOF_LONG_LONG 8 | |
| #define SIZEOF_OFF_T 8 | |
| #define TYPEOF_SF_COUNT_T int64_t | |
| #define SIZEOF_SF_COUNT_T 8 | |
| #define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
| #define HAVE_SSIZE_T 1 | |
| #define SIZEOF_SSIZE_T 8 | |
| #define CPU_IS_BIG_ENDIAN 0 | |
| #define CPU_IS_LITTLE_ENDIAN 1 | |
| #define WORDS_BIGENDIAN 0 | |
| #define HAVE_MALLOC 1 | |
| #define HAVE_CALLOC 1 | |
| #define HAVE_REALLOC 1 | |
| #define HAVE_FREE 1 | |
| #define HAVE_OPEN 1 | |
| #define HAVE_READ 1 | |
| #define HAVE_WRITE 1 | |
| #define HAVE_LSEEK 1 | |
| #define HAVE_PREAD 1 | |
| #define HAVE_PWRITE 1 | |
| #define HAVE_FSTAT 1 | |
| #define HAVE_FTRUNCATE 1 | |
| #define HAVE_FSYNC 1 | |
| #define HAVE_SNPRINTF 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_GMTIME 1 | |
| #define HAVE_GMTIME_R 1 | |
| #define HAVE_LOCALTIME 1 | |
| #define HAVE_LOCALTIME_R 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_SETLOCALE 1 | |
| #define HAVE_PIPE 1 | |
| #define HAVE_WAITPID 1 | |
| #define HAVE_LIBM 1 | |
| #define HAVE_FLOOR 1 | |
| #define HAVE_CEIL 1 | |
| #define HAVE_FMOD 1 | |
| #define HAVE_LRINT 1 | |
| #define HAVE_LRINTF 1 | |
| #define HAVE_EXTERNAL_LIBS 0 | |
| #define HAVE_SQLITE3 0 | |
| #define CPU_CLIPS_POSITIVE 0 | |
| #define CPU_CLIPS_NEGATIVE 0 | |
| #define OS_IS_WIN32 0 | |
| #define OS_IS_MACOSX 1 | |
| #define USE_WINDOWS_API 0 | |
| /* end confdefs.h. */ | |
| #include <sndio.h> | |
configure:18838: result: no | |
configure:18838: checking for sndio.h | |
configure:18838: result: no | |
configure:18905: WARNING: Touching files in directory tests/. | |
configure:18936: checking if /usr/bin/llvm-gcc accepts -std=gnu99 | |
configure:18953: /usr/bin/llvm-gcc -o conftest -std=gnu99 -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:18953: $? = 0 | |
configure:18954: result: yes | |
configure:18970: checking for version of /usr/bin/llvm-gcc | |
configure:18973: result: 4.2.1 | |
configure:19034: checking if /usr/bin/llvm-gcc accepts -Wextra | |
configure:19051: /usr/bin/llvm-gcc -o conftest -Wextra -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:19051: $? = 0 | |
configure:19052: result: yes | |
configure:19071: checking if /usr/bin/llvm-g++ accepts -Wextra | |
configure:19089: /usr/bin/llvm-g++ -o conftest -Wextra -isystem /usr/local/include -L/usr/local/lib conftest.cpp -lm >&5 | |
configure:19089: $? = 0 | |
configure:19090: result: yes | |
configure:19109: checking if /usr/bin/llvm-gcc accepts -Wdeclaration-after-statement | |
configure:19126: /usr/bin/llvm-gcc -o conftest -Wdeclaration-after-statement -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:19126: $? = 0 | |
configure:19127: result: yes | |
configure:19139: checking if /usr/bin/llvm-gcc accepts -Wpointer-arith | |
configure:19156: /usr/bin/llvm-gcc -o conftest -Wpointer-arith -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:19156: $? = 0 | |
configure:19157: result: yes | |
configure:19169: checking if /usr/bin/llvm-gcc accepts -funsigned-char | |
configure:19186: /usr/bin/llvm-gcc -o conftest -funsigned-char -isystem /usr/local/include -L/usr/local/lib conftest.c -lm >&5 | |
configure:19186: $? = 0 | |
configure:19187: result: yes | |
configure:19493: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by libsndfile config.status 1.0.25, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on localhost | |
config.status:1354: creating src/Makefile | |
config.status:1354: creating man/Makefile | |
config.status:1354: creating examples/Makefile | |
config.status:1354: creating tests/Makefile | |
config.status:1354: creating regtest/Makefile | |
config.status:1354: creating M4/Makefile | |
config.status:1354: creating doc/Makefile | |
config.status:1354: creating Win32/Makefile | |
config.status:1354: creating Octave/Makefile | |
config.status:1354: creating programs/Makefile | |
config.status:1354: creating Makefile | |
config.status:1354: creating src/version-metadata.rc | |
config.status:1354: creating tests/test_wrapper.sh | |
config.status:1354: creating tests/pedantic-header-test.sh | |
config.status:1354: creating doc/libsndfile.css | |
config.status:1354: creating build-test-tarball.mk | |
config.status:1354: creating libsndfile.spec | |
config.status:1354: creating sndfile.pc | |
config.status:1354: creating src/sndfile.h | |
config.status:1354: creating src/config.h | |
config.status:1583: executing depfiles commands | |
config.status:1583: executing libtool commands | |
configure:22287: result: | |
-=-=-=-=-=-=-=-=-=-= Configuration Complete =-=-=-=-=-=-=-=-=-=- | |
Configuration summary : | |
libsndfile version : .................. 1.0.25 | |
Host CPU : ............................ i386 | |
Host Vendor : ......................... apple | |
Host OS : ............................. darwin11.4.0 | |
Experimental code : ................... no | |
Using ALSA in example programs : ...... no | |
External FLAC/Ogg/Vorbis : ............ no | |
configure:22341: result: | |
Installation directories : | |
Library directory : ................... /usr/local/Cellar/libsndfile/1.0.25/lib | |
Program directory : ................... /usr/local/Cellar/libsndfile/1.0.25/bin | |
Pkgconfig directory : ................. /usr/local/Cellar/libsndfile/1.0.25/lib/pkgconfig | |
HTML docs directory : ................. /usr/local/Cellar/libsndfile/1.0.25/share/doc/libsndfile1-dev/html | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i386-apple-darwin11.4.0 | |
ac_cv_c99_flexible_array=yes | |
ac_cv_c99_lrint=yes | |
ac_cv_c99_lrintf=yes | |
ac_cv_c_big_endian=0 | |
ac_cv_c_byte_order=little | |
ac_cv_c_clip_negative=0 | |
ac_cv_c_clip_positive=0 | |
ac_cv_c_clip_type=none | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_little_endian=1 | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/llvm-gcc | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-isystem /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='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/usr/bin/llvm-g++ | |
ac_cv_env_FLAC_CFLAGS_set= | |
ac_cv_env_FLAC_CFLAGS_value= | |
ac_cv_env_FLAC_LIBS_set= | |
ac_cv_env_FLAC_LIBS_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value=-L/usr/local/lib | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_OGG_CFLAGS_set= | |
ac_cv_env_OGG_CFLAGS_value= | |
ac_cv_env_OGG_LIBS_set= | |
ac_cv_env_OGG_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_SPEEX_CFLAGS_set= | |
ac_cv_env_SPEEX_CFLAGS_value= | |
ac_cv_env_SPEEX_LIBS_set= | |
ac_cv_env_SPEEX_LIBS_value= | |
ac_cv_env_SQLITE3_CFLAGS_set= | |
ac_cv_env_SQLITE3_CFLAGS_value= | |
ac_cv_env_SQLITE3_LIBS_set= | |
ac_cv_env_SQLITE3_LIBS_value= | |
ac_cv_env_VORBISENC_CFLAGS_set= | |
ac_cv_env_VORBISENC_CFLAGS_value= | |
ac_cv_env_VORBISENC_LIBS_set= | |
ac_cv_env_VORBISENC_LIBS_value= | |
ac_cv_env_VORBIS_CFLAGS_set= | |
ac_cv_env_VORBIS_CFLAGS_value= | |
ac_cv_env_VORBIS_LIBS_set= | |
ac_cv_env_VORBIS_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_flac=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_fstat=yes | |
ac_cv_func_fsync=yes | |
ac_cv_func_ftruncate=yes | |
ac_cv_func_getpagesize=yes | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_gmtime=yes | |
ac_cv_func_gmtime_r=yes | |
ac_cv_func_localtime=yes | |
ac_cv_func_localtime_r=yes | |
ac_cv_func_lseek=yes | |
ac_cv_func_malloc=yes | |
ac_cv_func_mmap=yes | |
ac_cv_func_open=yes | |
ac_cv_func_pipe=yes | |
ac_cv_func_pread=yes | |
ac_cv_func_pwrite=yes | |
ac_cv_func_read=yes | |
ac_cv_func_realloc=yes | |
ac_cv_func_setlocale=yes | |
ac_cv_func_snprintf=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_func_waitpid=yes | |
ac_cv_func_write=yes | |
ac_cv_have_decl_S_IRGRP=yes | |
ac_cv_header_alsa_asoundlib_h=no | |
ac_cv_header_byteswap_h=no | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_endian_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_sndio_h=no | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_time_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=i386-apple-darwin11.4.0 | |
ac_cv_lib_m_floor=yes | |
ac_cv_objext=o | |
ac_cv_ogg=no | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_CPP='/usr/bin/llvm-gcc -E' | |
ac_cv_prog_CXXCPP='/usr/bin/llvm-g++ -E' | |
ac_cv_prog_HAVE_AUTOGEN=no | |
ac_cv_prog_HAVE_MKOCTFILE=no | |
ac_cv_prog_HAVE_OCTAVE=no | |
ac_cv_prog_HAVE_OCTAVE_CONFIG=no | |
ac_cv_prog_HAVE_WINE=no | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc | |
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil | |
ac_cv_prog_ac_ct_LIPO=lipo | |
ac_cv_prog_ac_ct_NMEDIT=nmedit | |
ac_cv_prog_ac_ct_OTOOL=otool | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc__usr_bin_llvm_gcc_c_o=yes | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_sizeof_double=8 | |
ac_cv_sizeof_float=4 | |
ac_cv_sizeof_int64_t=8 | |
ac_cv_sizeof_int=4 | |
ac_cv_sizeof_long=8 | |
ac_cv_sizeof_long_long=8 | |
ac_cv_sizeof_off_t=8 | |
ac_cv_sizeof_short=2 | |
ac_cv_sizeof_size_t=8 | |
ac_cv_sizeof_ssize_t=8 | |
ac_cv_sizeof_voidp=8 | |
ac_cv_sizeof_wchar_t=4 | |
ac_cv_sqlite3=no | |
ac_cv_target=i386-apple-darwin11.4.0 | |
ac_cv_type_ssize_t=yes | |
ac_cv_vorbis=no | |
ac_cv_vorbisenc=no | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_CXX_dependencies_compiler_type=none | |
lt_cv_apple_cc_single_mod=yes | |
lt_cv_ar_at_file=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_exported_symbols_list=yes | |
lt_cv_ld_force_load=yes | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/llvm-gcc | |
lt_cv_path_LDCXX=/usr/bin/llvm-gcc | |
lt_cv_path_NM=/usr/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_c_o_RC=yes | |
lt_cv_prog_compiler_pic='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=yes | |
lt_cv_prog_compiler_static_works=no | |
lt_cv_prog_compiler_static_works_CXX=no | |
lt_cv_prog_gnu_ld=no | |
lt_cv_prog_gnu_ldcxx=no | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=196608 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/missing --run aclocal-1.11' | |
ACLOCAL_AMFLAGS='-I M4' | |
ALSA_LIBS='' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/missing --run tar' | |
AM_BACKSLASH='\' | |
AM_DEFAULT_VERBOSITY='0' | |
AR='ar' | |
AUTOCONF='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/missing --run automake-1.11' | |
AWK='awk' | |
BUILD_OCTAVE_MOD_FALSE='' | |
BUILD_OCTAVE_MOD_TRUE='#' | |
CC='/usr/bin/llvm-gcc' | |
CCDEPMODE='depmode=none' | |
CFLAGS='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -std=gnu99 -Wall -Wextra -Wdeclaration-after-statement -Wpointer-arith -funsigned-char -Wstrict-prototypes -Wmissing-prototypes -Wcast-align -Wcast-qual -Wnested-externs -Wbad-function-cast -Wwrite-strings -Wundef -pipe -I/Developer/Headers/FlatCarbon' | |
CLEAN_VERSION='1.0.25' | |
CPP='/usr/bin/llvm-gcc -E' | |
CPPFLAGS='-isystem /usr/local/include' | |
CXX='/usr/bin/llvm-g++' | |
CXXCPP='/usr/bin/llvm-g++ -E' | |
CXXDEPMODE='depmode=none' | |
CXXFLAGS='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.7 -Wall -Wextra -Wcast-align -Wcast-qual -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Woverloaded-virtual -Wreorder -Wsign-promo -Wundef ' | |
CYGPATH_W='echo' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='false' | |
DSYMUTIL='dsymutil' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_TEST_COVERAGE_FALSE='' | |
ENABLE_TEST_COVERAGE_TRUE='#' | |
EXEEXT='' | |
EXTERNAL_CFLAGS='' | |
EXTERNAL_LIBS='' | |
FGREP='/usr/bin/grep -F' | |
FLAC_CFLAGS='' | |
FLAC_LIBS='' | |
GCC_MAJOR_VERSION='4' | |
GCC_MINOR_VERSION='4' | |
GCC_VERSION='4.2.1' | |
GETCONF='' | |
GREP='/usr/bin/grep' | |
HAVE_AUTOGEN='no' | |
HAVE_MKOCTFILE='no' | |
HAVE_OCTAVE='no' | |
HAVE_OCTAVE_CONFIG='no' | |
HAVE_WINE='no' | |
HOST_TRIPLET='i386-apple-darwin11.4.0' | |
HTML_BGCOLOUR='black' | |
HTML_FGCOLOUR='white' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/llvm-gcc' | |
LDFLAGS='-L/usr/local/lib' | |
LIBOBJS='' | |
LIBS='-lm ' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIBTOOL_DEPS='Cfg/ltmain.sh' | |
LINUX_MINGW_CROSS_TEST_FALSE='' | |
LINUX_MINGW_CROSS_TEST_TRUE='#' | |
LIPO='lipo' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
MAKEINFO='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='Cfg/install-sh -c -d' | |
MKOCTFILE='' | |
MKOCTFILE_VERSION='' | |
NM='/usr/bin/nm' | |
NMEDIT='nmedit' | |
OBJDUMP='false' | |
OBJEXT='o' | |
OCTAVE='' | |
OCTAVE_CONFIG='' | |
OCTAVE_CONFIG_VERSION='' | |
OCTAVE_DEST_MDIR='' | |
OCTAVE_DEST_ODIR='' | |
OCTAVE_VERSION='' | |
OGG_CFLAGS='' | |
OGG_LIBS='' | |
OS_SPECIFIC_CFLAGS='-I/Developer/Headers/FlatCarbon' | |
OS_SPECIFIC_LINKS='-framework CoreAudio' | |
OTOOL64=':' | |
OTOOL='otool' | |
PACKAGE='libsndfile' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='libsndfile' | |
PACKAGE_STRING='libsndfile 1.0.25' | |
PACKAGE_TARNAME='libsndfile' | |
PACKAGE_URL='http://www.mega-nerd.com/libsndfile/' | |
PACKAGE_VERSION='1.0.25' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='/usr/local/bin/pkg-config' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
RANLIB='ranlib' | |
RC='' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SF_COUNT_MAX='0x7FFFFFFFFFFFFFFFLL' | |
SHARED_VERSION_INFO='1:25:0' | |
SHELL='/bin/sh' | |
SHLIB_VERSION_ARG='-Wl,-exported_symbols_list -Wl,$(srcdir)/Symbols.darwin' | |
SIZEOF_SF_COUNT_T='8' | |
SNDIO_LIBS='' | |
SPEEX_CFLAGS='' | |
SPEEX_LIBS='' | |
SQLITE3_CFLAGS='' | |
SQLITE3_LIBS='' | |
STRIP='strip' | |
TYPEOF_SF_COUNT_T='int64_t' | |
USE_WIN_VERSION_FILE_FALSE='' | |
USE_WIN_VERSION_FILE_TRUE='#' | |
VERSION='1.0.25' | |
VORBISENC_CFLAGS='' | |
VORBISENC_LIBS='' | |
VORBIS_CFLAGS='' | |
VORBIS_LIBS='' | |
WIN_RC_VERSION='1,0,25' | |
ac_ct_AR='ar' | |
ac_ct_CC='/usr/bin/llvm-gcc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__fastdepCXX_FALSE='' | |
am__fastdepCXX_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='/usr/local/Cellar/libsndfile/1.0.25/bin' | |
build='i386-apple-darwin11.4.0' | |
build_alias='' | |
build_cpu='i386' | |
build_os='darwin11.4.0' | |
build_vendor='apple' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
host='i386-apple-darwin11.4.0' | |
host_alias='' | |
host_cpu='i386' | |
host_os='darwin11.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
htmldocdir='/usr/local/Cellar/libsndfile/1.0.25/share/doc/libsndfile1-dev/html' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/homebrew-libsndfile-1.0.25-ZbCW/libsndfile-1.0.25/Cfg/install-sh' | |
libdir='/usr/local/Cellar/libsndfile/1.0.25/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/Cfg/install-sh -c -d' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/libsndfile/1.0.25' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='i386-apple-darwin11.4.0' | |
target_alias='' | |
target_cpu='i386' | |
target_os='darwin11.4.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "libsndfile" | |
#define PACKAGE_TARNAME "libsndfile" | |
#define PACKAGE_VERSION "1.0.25" | |
#define PACKAGE_STRING "libsndfile 1.0.25" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "http://www.mega-nerd.com/libsndfile/" | |
#define PACKAGE "libsndfile" | |
#define VERSION "1.0.25" | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define STDC_HEADERS 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_WAIT_H 1 | |
#define HAVE_DECL_S_IRGRP 1 | |
#define HAVE_DECL_S_IRGRP 1 | |
#define HAVE_FLEXIBLE_ARRAY 1 | |
#define ENABLE_EXPERIMENTAL_CODE 0 | |
#define SIZEOF_WCHAR_T 4 | |
#define SIZEOF_SHORT 2 | |
#define SIZEOF_INT 4 | |
#define SIZEOF_LONG 8 | |
#define SIZEOF_FLOAT 4 | |
#define SIZEOF_DOUBLE 8 | |
#define SIZEOF_VOIDP 8 | |
#define SIZEOF_SIZE_T 8 | |
#define SIZEOF_INT64_T 8 | |
#define SIZEOF_LONG_LONG 8 | |
#define SIZEOF_OFF_T 8 | |
#define TYPEOF_SF_COUNT_T int64_t | |
#define SIZEOF_SF_COUNT_T 8 | |
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL | |
#define HAVE_SSIZE_T 1 | |
#define SIZEOF_SSIZE_T 8 | |
#define CPU_IS_BIG_ENDIAN 0 | |
#define CPU_IS_LITTLE_ENDIAN 1 | |
#define WORDS_BIGENDIAN 0 | |
#define HAVE_MALLOC 1 | |
#define HAVE_CALLOC 1 | |
#define HAVE_REALLOC 1 | |
#define HAVE_FREE 1 | |
#define HAVE_OPEN 1 | |
#define HAVE_READ 1 | |
#define HAVE_WRITE 1 | |
#define HAVE_LSEEK 1 | |
#define HAVE_PREAD 1 | |
#define HAVE_PWRITE 1 | |
#define HAVE_FSTAT 1 | |
#define HAVE_FTRUNCATE 1 | |
#define HAVE_FSYNC 1 | |
#define HAVE_SNPRINTF 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_GMTIME 1 | |
#define HAVE_GMTIME_R 1 | |
#define HAVE_LOCALTIME 1 | |
#define HAVE_LOCALTIME_R 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_SETLOCALE 1 | |
#define HAVE_PIPE 1 | |
#define HAVE_WAITPID 1 | |
#define HAVE_LIBM 1 | |
#define HAVE_FLOOR 1 | |
#define HAVE_CEIL 1 | |
#define HAVE_FMOD 1 | |
#define HAVE_LRINT 1 | |
#define HAVE_LRINTF 1 | |
#define HAVE_EXTERNAL_LIBS 0 | |
#define HAVE_SQLITE3 0 | |
#define CPU_CLIPS_POSITIVE 0 | |
#define CPU_CLIPS_NEGATIVE 0 | |
#define OS_IS_WIN32 0 | |
#define OS_IS_MACOSX 1 | |
#define USE_WINDOWS_API 0 | |
#define WIN32_TARGET_DLL 0 | |
#define COMPILER_IS_GCC 1 | |
configure: exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment