Skip to content

Instantly share code, notes, and snippets.

@natebird
Created August 26, 2010 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natebird/552188 to your computer and use it in GitHub Desktop.
Save natebird/552188 to your computer and use it in GitHub Desktop.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libvorbis configure 1.3.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libvorbis/1.3.1
## --------- ##
## Platform. ##
## --------- ##
hostname = My-Mac.local
uname -m = i386
uname -r = 10.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
/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 10.4.0: Fri Apr 23 18:28:53 PDT 2010; root:xnu-1504.7.4~1/RELEASE_I386
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: 74 tasks, 328 threads, 2 processors
Load average: 2.16, Mach factor: 0.68
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/$USER/.rvm/gems/ruby-1.8.7-p299/bin
PATH: /Users/$USER/.rvm/gems/ruby-1.8.7-p299@global/bin
PATH: /Users/$USER/.rvm/rubies/ruby-1.8.7-p299/bin
PATH: /Users/$USER/.rvm/bin
PATH: ~/bin
PATH: /usr/local/homebrew/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /usr/local/mysql/bin
PATH: /usr/local/git/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2012: checking build system type
configure:2030: result: i386-apple-darwin10.4.0
configure:2052: checking host system type
configure:2067: result: i386-apple-darwin10.4.0
configure:2089: checking target system type
configure:2104: result: i386-apple-darwin10.4.0
configure:2148: checking for a BSD-compatible install
configure:2204: result: /usr/bin/install -c
configure:2215: checking whether build environment is sane
configure:2258: result: yes
configure:2286: checking for a thread-safe mkdir -p
configure:2325: result: ./install-sh -c -d
configure:2338: checking for gawk
configure:2368: result: no
configure:2338: checking for mawk
configure:2368: result: no
configure:2338: checking for nawk
configure:2368: result: no
configure:2338: checking for awk
configure:2354: found /usr/bin/awk
configure:2365: result: awk
configure:2376: checking whether make sets $(MAKE)
configure:2397: result: yes
configure:2585: checking whether to enable maintainer-specific portions of Makefiles
configure:2594: result: no
configure:2686: checking for gcc
configure:2713: result: /usr/bin/cc
configure:2951: checking for C compiler version
configure:2958: /usr/bin/cc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
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:2961: $? = 0
configure:2968: /usr/bin/cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:2971: $? = 0
configure:2978: /usr/bin/cc -V >&5
gcc-4.2: argument to `-V' is missing
configure:2981: $? = 1
configure:3004: checking for C compiler default output file name
configure:3031: /usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3034: $? = 0
configure:3072: result: a.out
configure:3089: checking whether the C compiler works
configure:3099: ./a.out
configure:3102: $? = 0
configure:3119: result: yes
configure:3126: checking whether we are cross compiling
configure:3128: result: no
configure:3131: checking for suffix of executables
configure:3138: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3141: $? = 0
configure:3165: result:
configure:3171: checking for suffix of object files
configure:3197: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3200: $? = 0
configure:3223: result: o
configure:3227: checking whether we are using the GNU C compiler
configure:3256: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3262: $? = 0
configure:3279: result: yes
configure:3284: checking whether /usr/bin/cc accepts -g
configure:3314: /usr/bin/cc -c -g conftest.c >&5
configure:3320: $? = 0
configure:3419: result: yes
configure:3436: checking for /usr/bin/cc option to accept ISO C89
configure:3510: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3516: $? = 0
configure:3539: result: none needed
configure:3568: checking for style of include used by make
configure:3596: result: GNU
configure:3621: checking dependency style of /usr/bin/cc
configure:3712: result: none
configure:3732: checking how to run the C preprocessor
configure:3772: /usr/bin/cc -E conftest.c
configure:3778: $? = 0
configure:3809: /usr/bin/cc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3815: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libvorbis"
| #define PACKAGE_TARNAME "libvorbis"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "libvorbis 1.3.1"
| #define PACKAGE_BUGREPORT "vorbis-dev@xiph.org"
| #define PACKAGE "libvorbis"
| #define VERSION "1.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3848: result: /usr/bin/cc -E
configure:3877: /usr/bin/cc -E conftest.c
configure:3883: $? = 0
configure:3914: /usr/bin/cc -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3920: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libvorbis"
| #define PACKAGE_TARNAME "libvorbis"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "libvorbis 1.3.1"
| #define PACKAGE_BUGREPORT "vorbis-dev@xiph.org"
| #define PACKAGE "libvorbis"
| #define VERSION "1.3.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3960: checking for inline
configure:3986: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:3992: $? = 0
configure:4010: result: inline
configure:4370: checking for a sed that does not truncate output
configure:4449: result: /usr/bin/sed
configure:4467: checking for grep that handles long lines and -e
configure:4541: result: /usr/bin/grep
configure:4546: checking for egrep
configure:4624: result: /usr/bin/grep -E
configure:4629: checking for fgrep
configure:4707: result: /usr/bin/grep -F
configure:4742: checking for ld used by /usr/bin/cc
configure:4809: result: /usr/bin/cc
configure:4818: checking if the linker (/usr/bin/cc) is GNU ld
configure:4833: result: no
configure:4845: checking for BSD- or MS-compatible name lister (nm)
configure:4894: result: /usr/bin/nm
configure:5016: checking the name lister (/usr/bin/nm) interface
configure:5023: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:5026: /usr/bin/nm "conftest.o"
configure:5029: output
0000000000000000 D _some_variable
configure:5036: result: BSD nm
configure:5039: checking whether ln -s works
configure:5043: result: yes
configure:5051: checking the maximum length of command line arguments
configure:5171: result: 196608
configure:5188: checking whether the shell understands some XSI constructs
configure:5198: result: yes
configure:5202: checking whether the shell understands "+="
configure:5208: result: yes
configure:5243: checking for /usr/bin/cc option to reload object files
configure:5250: result: -r
configure:5319: checking for objdump
configure:5346: result: objdump
configure:5379: checking how to recognize dependent libraries
configure:5575: result: pass_all
configure:5635: checking for ar
configure:5651: found /usr/bin/ar
configure:5662: result: ar
configure:5744: checking for strip
configure:5760: found /usr/bin/strip
configure:5771: result: strip
configure:5847: checking for ranlib
configure:5863: found /usr/bin/ranlib
configure:5874: result: ranlib
configure:5968: checking command to parse /usr/bin/nm output from /usr/bin/cc object
configure:6086: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:6089: $? = 0
configure:6093: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6096: $? = 0
cannot find nm_test_var in conftest.nm
configure:6086: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:6089: $? = 0
configure:6093: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:6096: $? = 0
configure:6150: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c conftstm.o >&5
configure:6153: $? = 0
configure:6191: result: ok
configure:6480: checking for dsymutil
configure:6496: found /usr/bin/dsymutil
configure:6507: result: dsymutil
configure:6576: checking for nmedit
configure:6592: found /usr/bin/nmedit
configure:6603: result: nmedit
configure:6672: checking for lipo
configure:6688: found /usr/bin/lipo
configure:6699: result: lipo
configure:6768: checking for otool
configure:6784: found /usr/bin/otool
configure:6795: result: otool
configure:6864: checking for otool64
configure:6894: result: no
configure:6943: checking for -single_module linker flag
/usr/bin/cc -O3 -march=core2 -msse4.1 -w -pipe -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6970: result: yes
configure:6972: checking for -exported_symbols_list linker flag
configure:7002: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:7008: $? = 0
configure:7027: result: yes
configure:7065: checking for ANSI C header files
configure:7095: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7101: $? = 0
configure:7200: /usr/bin/cc -o conftest -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7203: $? = 0
configure:7209: ./conftest
configure:7212: $? = 0
configure:7229: result: yes
configure:7253: checking for sys/types.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for sys/stat.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for stdlib.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for string.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for memory.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for strings.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for inttypes.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for stdint.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7253: checking for unistd.h
configure:7274: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7280: $? = 0
configure:7296: result: yes
configure:7312: checking for dlfcn.h
configure:7333: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe conftest.c >&5
configure:7339: $? = 0
configure:7355: result: yes
configure:7537: checking for objdir
configure:7552: result: .libs
configure:7844: checking if /usr/bin/cc supports -fno-rtti -fno-exceptions
configure:7862: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -fno-rtti -fno-exceptions conftest.c >&5
configure:7866: $? = 0
configure:7879: result: yes
configure:7899: checking for /usr/bin/cc option to produce PIC
configure:8171: result: -fno-common -DPIC
configure:8183: checking if /usr/bin/cc PIC flag -fno-common -DPIC works
configure:8201: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -fno-common -DPIC -DPIC conftest.c >&5
configure:8205: $? = 0
configure:8218: result: yes
configure:8242: checking if /usr/bin/cc static flag -static works
configure:8270: result: no
configure:8285: checking if /usr/bin/cc supports -c -o file.o
configure:8306: /usr/bin/cc -c -O3 -march=core2 -msse4.1 -w -pipe -o out/conftest2.o conftest.c >&5
configure:8310: $? = 0
configure:8332: result: yes
configure:8340: checking if /usr/bin/cc supports -c -o file.o
configure:8387: result: yes
configure:8420: checking whether the /usr/bin/cc linker (/usr/bin/cc) supports shared libraries
configure:9486: result: yes
configure:9725: checking dynamic linker characteristics
configure:10416: result: darwin10.4.0 dyld
configure:10518: checking how to hardcode library paths into programs
configure:10543: result: immediate
configure:11348: checking whether stripping libraries is possible
configure:11362: result: yes
configure:11388: checking if libtool supports shared libraries
configure:11390: result: yes
configure:11393: checking whether to build shared libraries
configure:11414: result: yes
configure:11417: checking whether to build static libraries
configure:11421: result: yes
configure:11457: checking whether /usr/bin/cc and cc understand -c and -o together
configure:11492: /usr/bin/cc -c conftest.c -o conftest2.o >&5
configure:11495: $? = 0
configure:11501: /usr/bin/cc -c conftest.c -o conftest2.o >&5
configure:11504: $? = 0
configure:11515: cc -c conftest.c >&5
configure:11518: $? = 0
configure:11526: cc -c conftest.c -o conftest2.o >&5
configure:11529: $? = 0
configure:11535: cc -c conftest.c -o conftest2.o >&5
configure:11538: $? = 0
configure:11556: result: yes
configure:11786: checking GCC version
configure:11789: result: 4.2.1
configure:11964: checking if /usr/bin/cc accepts -Wdeclaration-after-statement
configure:11989: /usr/bin/cc -o conftest -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement conftest.c >&5
configure:11995: $? = 0
configure:12001: result: yes
configure:12020: checking for memory.h
configure:12025: result: yes
configure:12160: checking for cos in -lm
configure:12195: /usr/bin/cc -o conftest -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O3 -march=core2 -msse4.1 -w -pipe -DUSE_MEMORY_H conftest.c -lm >&5
configure:12201: $? = 0
configure:12219: result: yes
configure:12227: checking for pthread_create in -lpthread
configure:12262: /usr/bin/cc -o conftest -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O3 -march=core2 -msse4.1 -w -pipe -DUSE_MEMORY_H conftest.c -lpthread >&5
configure:12268: $? = 0
configure:12286: result: yes
configure:12344: checking for pkg-config
configure:12362: found /usr/local/bin/pkg-config
configure:12374: result: /usr/local/bin/pkg-config
configure:12403: checking pkg-config is at least version 0.9.0
configure:12406: result: yes
configure:12421: checking for OGG
configure:12429: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
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:12432: $? = 1
configure:12447: $PKG_CONFIG --exists --print-errors "ogg >= 1.0"
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:12450: $? = 1
No package 'ogg' found
configure:12478: result: no
configure:12549: checking for Ogg
configure:12594: /usr/bin/cc -o conftest -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O3 -march=core2 -msse4.1 -w -pipe -DUSE_MEMORY_H -I/usr/local/Cellar/libvorbis/1.3.1/include conftest.c -L/usr/local/Cellar/libvorbis/1.3.1/lib -logg >&5
ld: library not found for -logg
collect2: ld returned 1 exit status
configure:12597: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libvorbis"
| #define PACKAGE_TARNAME "libvorbis"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "libvorbis 1.3.1"
| #define PACKAGE_BUGREPORT "vorbis-dev@xiph.org"
| #define PACKAGE "libvorbis"
| #define VERSION "1.3.1"
| #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 <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #include <ogg/ogg.h>
|
| int main ()
| {
| system("touch conf.oggtest");
| return 0;
| }
|
|
configure:12636: result: no
configure:12668: /usr/bin/cc -o conftest -DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O3 -march=core2 -msse4.1 -w -pipe -DUSE_MEMORY_H -I/usr/local/Cellar/libvorbis/1.3.1/include conftest.c -L/usr/local/Cellar/libvorbis/1.3.1/lib -logg >&5
ld: library not found for -logg
collect2: ld returned 1 exit status
configure:12674: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libvorbis"
| #define PACKAGE_TARNAME "libvorbis"
| #define PACKAGE_VERSION "1.3.1"
| #define PACKAGE_STRING "libvorbis 1.3.1"
| #define PACKAGE_BUGREPORT "vorbis-dev@xiph.org"
| #define PACKAGE "libvorbis"
| #define VERSION "1.3.1"
| #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 <stdio.h>
| #include <ogg/ogg.h>
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:12705: error: must have Ogg installed!
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-apple-darwin10.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O3 -march=core2 -msse4.1 -w -pipe'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
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_set=
ac_cv_env_PKG_CONFIG_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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-apple-darwin10.4.0
ac_cv_lib_m_cos=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='/usr/bin/cc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/cc
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_OBJDUMP=objdump
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_cc_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i386-apple-darwin10.4.0
am_cv_CC_dependencies_compiler_type=none
lt_cv_apple_cc_single_mod=yes
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_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/cc
lt_cv_path_NM=/usr/bin/nm
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS='-I m4'
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE='#'
AMTAR='${SHELL} /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/missing --run autoconf'
AUTOHEADER='${SHELL} /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/missing --run autoheader'
AUTOMAKE='${SHELL} /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/missing --run automake-1.10'
AWK='awk'
BUILD_DOCS_FALSE=''
BUILD_DOCS_TRUE='#'
BUILD_EXAMPLES_FALSE=''
BUILD_EXAMPLES_TRUE='#'
CC='/usr/bin/cc'
CCDEPMODE='depmode=none'
CFLAGS='-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O4 -ffast-math -fsigned-char -Wdeclaration-after-statement -O3 -march=core2 -msse4.1 -w -pipe -DUSE_MEMORY_H'
CPP='/usr/bin/cc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEBUG='-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -O0 -fsigned-char'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
HAVE_DOXYGEN='false'
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE='#'
HTLATEX=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/cc'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_DEPS='./ltmain.sh'
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/missing --run makeinfo'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='objdump'
OBJEXT='o'
OGG_CFLAGS=''
OGG_LIBS=''
OTOOL64=':'
OTOOL='otool'
PACKAGE='libvorbis'
PACKAGE_BUGREPORT='vorbis-dev@xiph.org'
PACKAGE_NAME='libvorbis'
PACKAGE_STRING='libvorbis 1.3.1'
PACKAGE_TARNAME='libvorbis'
PACKAGE_VERSION='1.3.1'
PATH_SEPARATOR=':'
PDFLATEX=''
PKG_CONFIG='/usr/local/bin/pkg-config'
PROFILE='-DDARWIN -fno-common -force_cpusubtype_ALL -Wall -g -pg -O4 -ffast-math -fsigned-char'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.3.1'
VE_LIB_AGE='0'
VE_LIB_CURRENT='2'
VE_LIB_REVISION='7'
VF_LIB_AGE='3'
VF_LIB_CURRENT='6'
VF_LIB_REVISION='2'
VORBIS_LIBS='-lm'
V_LIB_AGE='4'
V_LIB_CURRENT='4'
V_LIB_REVISION='4'
ac_ct_CC='/usr/bin/cc'
ac_ct_DUMPBIN=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin10.4.0'
build_alias=''
build_cpu='i386'
build_os='darwin10.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin10.4.0'
host_alias=''
host_cpu='i386'
host_os='darwin10.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /private/tmp/homebrew-libvorbis-1.3.1-fsSO/libvorbis-1.3.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='/bin/echo'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/libvorbis/1.3.1'
program_transform_name='s,x,x,'
psdir='${docdir}'
pthread_lib='-lpthread'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-apple-darwin10.4.0'
target_alias=''
target_cpu='i386'
target_os='darwin10.4.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "libvorbis"
#define PACKAGE_TARNAME "libvorbis"
#define PACKAGE_VERSION "1.3.1"
#define PACKAGE_STRING "libvorbis 1.3.1"
#define PACKAGE_BUGREPORT "vorbis-dev@xiph.org"
#define PACKAGE "libvorbis"
#define VERSION "1.3.1"
#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/"
configure: exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment