Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by lame configure 3.99.5, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- $ ./configure --prefix=/usr
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = erebor.local
- uname -m = x86_64
- uname -r = 14.5.0
- uname -s = Darwin
- uname -v = Darwin Kernel Version 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~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 14.5.0: Tue Sep 1 21:23:09 PDT 2015; root:xnu-2782.50.1~1/RELEASE_X86_64
- Kernel configured for up to 4 processors.
- 2 processors are physically available.
- 4 processors are logically available.
- Processor type: x86_64h (Intel x86-64h Haswell)
- Processors active: 0 1 2 3
- Primary memory available: 4.00 gigabytes
- Default processor set: 234 tasks, 1167 threads, 4 processors
- Load average: 1.93, Mach factor: 2.06
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /opt/chefdk/embedded/bin
- PATH: /Users/tcell/.chefdk/gem/ruby/2.1.0/bin
- PATH: /opt/chefdk/bin
- PATH: /Users/tcell/.chefdk/gem/ruby/2.1.0/bin
- PATH: /opt/chefdk/embedded/bin
- PATH: /usr/local/bin
- PATH: /usr/bin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /sbin
- PATH: /opt/X11/bin
- PATH: /usr/local/go/bin
- PATH: /Users/tcell/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2555: checking build system type
- configure:2569: result: i686-apple-darwin14.5.0
- configure:2589: checking host system type
- configure:2602: result: i686-apple-darwin14.5.0
- configure:2639: checking for a BSD-compatible install
- configure:2707: result: /usr/local/bin/ginstall -c
- configure:2718: checking whether build environment is sane
- configure:2768: result: yes
- configure:2909: checking for a thread-safe mkdir -p
- configure:2948: result: /usr/local/bin/gmkdir -p
- configure:2961: checking for gawk
- configure:2991: result: no
- configure:2961: checking for mawk
- configure:2991: result: no
- configure:2961: checking for nawk
- configure:2991: result: no
- configure:2961: checking for awk
- configure:2977: found /usr/bin/awk
- configure:2988: result: awk
- configure:2999: checking whether make sets $(MAKE)
- configure:3021: result: yes
- configure:3104: checking whether to enable maintainer-specific portions of Makefiles
- configure:3113: result: no
- configure:3133: checking for style of include used by make
- configure:3161: result: GNU
- configure:3237: checking for gcc
- configure:3253: found /usr/bin/gcc
- configure:3264: result: gcc
- configure:3493: checking for C compiler version
- configure:3502: gcc --version >&5
- Apple LLVM version 7.0.0 (clang-700.0.72)
- Target: x86_64-apple-darwin14.5.0
- Thread model: posix
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
- configure:3513: $? = 0
- configure:3502: gcc -v >&5
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
- Apple LLVM version 7.0.0 (clang-700.0.72)
- Target: x86_64-apple-darwin14.5.0
- Thread model: posix
- configure:3513: $? = 0
- configure:3502: gcc -V >&5
- clang: error: argument to '-V' is missing (expected 1 value)
- clang: error: no input files
- configure:3513: $? = 1
- configure:3502: gcc -qversion >&5
- clang: error: unknown argument: '-qversion'
- clang: error: no input files
- configure:3513: $? = 1
- configure:3533: checking whether the C compiler works
- configure:3555: gcc conftest.c >&5
- configure:3559: $? = 0
- configure:3607: result: yes
- configure:3610: checking for C compiler default output file name
- configure:3612: result: a.out
- configure:3618: checking for suffix of executables
- configure:3625: gcc -o conftest conftest.c >&5
- configure:3629: $? = 0
- configure:3651: result:
- configure:3673: checking whether we are cross compiling
- configure:3681: gcc -o conftest conftest.c >&5
- configure:3685: $? = 0
- configure:3692: ./conftest
- configure:3696: $? = 0
- configure:3711: result: no
- configure:3716: checking for suffix of object files
- configure:3738: gcc -c conftest.c >&5
- configure:3742: $? = 0
- configure:3763: result: o
- configure:3767: checking whether we are using the GNU C compiler
- configure:3786: gcc -c conftest.c >&5
- configure:3786: $? = 0
- configure:3795: result: yes
- configure:3804: checking whether gcc accepts -g
- configure:3824: gcc -c -g conftest.c >&5
- configure:3824: $? = 0
- configure:3865: result: yes
- configure:3882: checking for gcc option to accept ISO C89
- configure:3946: gcc -c -g -O2 conftest.c >&5
- configure:3946: $? = 0
- configure:3959: result: none needed
- configure:3981: checking dependency style of gcc
- configure:4091: result: gcc3
- configure:4112: checking how to run the C preprocessor
- configure:4143: gcc -E conftest.c
- configure:4143: $? = 0
- configure:4157: gcc -E conftest.c
- conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^
- 1 error generated.
- configure:4157: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4182: result: gcc -E
- configure:4202: gcc -E conftest.c
- configure:4202: $? = 0
- configure:4216: gcc -E conftest.c
- conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
- #include <ac_nonexistent.h>
- ^
- 1 error generated.
- configure:4216: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4245: checking for grep that handles long lines and -e
- configure:4303: result: /usr/bin/grep
- configure:4308: checking for egrep
- configure:4370: result: /usr/bin/grep -E
- configure:4375: checking for ANSI C header files
- configure:4395: gcc -c -g -O2 conftest.c >&5
- configure:4395: $? = 0
- configure:4468: gcc -o conftest -g -O2 conftest.c >&5
- configure:4468: $? = 0
- configure:4468: ./conftest
- configure:4468: $? = 0
- configure:4479: result: yes
- configure:4492: checking for sys/types.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for sys/stat.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for stdlib.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for string.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for memory.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for strings.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for inttypes.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for stdint.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4492: checking for unistd.h
- configure:4492: gcc -c -g -O2 conftest.c >&5
- configure:4492: $? = 0
- configure:4492: result: yes
- configure:4505: checking minix/config.h usability
- configure:4505: gcc -c -g -O2 conftest.c >&5
- conftest.c:54:10: fatal error: 'minix/config.h' file not found
- #include <minix/config.h>
- ^
- 1 error generated.
- configure:4505: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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
- | /* 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 <minix/config.h>
- configure:4505: result: no
- configure:4505: checking minix/config.h presence
- configure:4505: gcc -E conftest.c
- conftest.c:21:10: fatal error: 'minix/config.h' file not found
- #include <minix/config.h>
- ^
- 1 error generated.
- configure:4505: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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
- | /* end confdefs.h. */
- | #include <minix/config.h>
- configure:4505: result: no
- configure:4505: checking for minix/config.h
- configure:4505: result: no
- configure:4526: checking whether it is safe to define __EXTENSIONS__
- configure:4544: gcc -c -g -O2 conftest.c >&5
- configure:4544: $? = 0
- configure:4551: result: yes
- configure:4566: checking for library containing strerror
- configure:4597: gcc -o conftest -g -O2 conftest.c >&5
- conftest.c:33:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
- char strerror ();
- ^
- conftest.c:33:6: note: 'strerror' is a builtin with type 'char *(int)'
- 1 warning generated.
- configure:4597: $? = 0
- configure:4614: result: none required
- configure:4675: checking how to print strings
- configure:4702: result: printf
- configure:4723: checking for a sed that does not truncate output
- configure:4787: result: /usr/bin/sed
- configure:4805: checking for fgrep
- configure:4867: result: /usr/bin/grep -F
- configure:4902: checking for ld used by gcc
- configure:4969: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- configure:4976: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
- configure:4991: result: no
- configure:5003: checking for BSD- or MS-compatible name lister (nm)
- configure:5052: result: /usr/bin/nm
- configure:5182: checking the name lister (/usr/bin/nm) interface
- configure:5189: gcc -c -g -O2 conftest.c >&5
- configure:5192: /usr/bin/nm "conftest.o"
- configure:5195: output
- 00000000000001ec S _some_variable
- configure:5202: result: BSD nm
- configure:5205: checking whether ln -s works
- configure:5209: result: yes
- configure:5217: checking the maximum length of command line arguments
- configure:5342: result: 196608
- configure:5359: checking whether the shell understands some XSI constructs
- configure:5369: result: yes
- configure:5373: checking whether the shell understands "+="
- configure:5379: result: yes
- configure:5414: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
- configure:5421: result: -r
- configure:5490: checking for objdump
- configure:5520: result: no
- configure:5549: checking how to recognize dependent libraries
- configure:5751: result: pass_all
- configure:5811: checking for ar
- configure:5827: found /usr/bin/ar
- configure:5838: result: ar
- configure:5916: checking for strip
- configure:5932: found /usr/bin/strip
- configure:5943: result: strip
- configure:6015: checking for ranlib
- configure:6031: found /usr/bin/ranlib
- configure:6042: result: ranlib
- configure:6144: checking command to parse /usr/bin/nm output from gcc object
- configure:6262: gcc -c -g -O2 conftest.c >&5
- configure:6265: $? = 0
- configure:6269: /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:6272: $? = 0
- cannot find nm_test_var in conftest.nm
- configure:6262: gcc -c -g -O2 conftest.c >&5
- configure:6265: $? = 0
- configure:6269: /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:6272: $? = 0
- configure:6326: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
- warning: (x86_64) could not find object file symbol for symbol _main
- configure:6329: $? = 0
- configure:6367: result: ok
- configure:6631: checking for dsymutil
- configure:6647: found /usr/bin/dsymutil
- configure:6658: result: dsymutil
- configure:6723: checking for nmedit
- configure:6739: found /usr/bin/nmedit
- configure:6750: result: nmedit
- configure:6815: checking for lipo
- configure:6831: found /usr/bin/lipo
- configure:6842: result: lipo
- configure:6907: checking for otool
- configure:6923: found /usr/bin/otool
- configure:6934: result: otool
- configure:6999: checking for otool64
- configure:7029: result: no
- configure:7074: checking for -single_module linker flag
- gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
- configure:7101: result: yes
- configure:7103: checking for -exported_symbols_list linker flag
- configure:7123: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
- configure:7123: $? = 0
- configure:7133: result: yes
- configure:7135: checking for -force_load linker flag
- gcc -g -O2 -c -o conftest.o conftest.c
- ar cru libconftest.a conftest.o
- ranlib libconftest.a
- gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
- warning: (x86_64) could not find object file symbol for symbol _forced_loaded
- configure:7165: result: no
- configure:7204: checking for dlfcn.h
- configure:7204: gcc -c -g -O2 conftest.c >&5
- configure:7204: $? = 0
- configure:7204: result: yes
- configure:7391: checking for objdir
- configure:7406: result: .libs
- configure:7673: checking if gcc supports -fno-rtti -fno-exceptions
- configure:7691: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
- configure:7695: $? = 0
- configure:7708: result: yes
- configure:7728: checking for gcc option to produce PIC
- configure:8013: result: -fno-common -DPIC
- configure:8025: checking if gcc PIC flag -fno-common -DPIC works
- configure:8043: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
- configure:8047: $? = 0
- configure:8060: result: yes
- configure:8084: checking if gcc static flag -static works
- configure:8112: result: no
- configure:8127: checking if gcc supports -c -o file.o
- configure:8148: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
- configure:8152: $? = 0
- configure:8174: result: yes
- configure:8182: checking if gcc supports -c -o file.o
- configure:8229: result: yes
- configure:8262: checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
- configure:9337: result: yes
- configure:9582: checking dynamic linker characteristics
- configure:10259: result: darwin14.5.0 dyld
- configure:10366: checking how to hardcode library paths into programs
- configure:10391: result: immediate
- configure:10931: checking whether stripping libraries is possible
- configure:10945: result: yes
- configure:10971: checking if libtool supports shared libraries
- configure:10973: result: yes
- configure:10976: checking whether to build shared libraries
- configure:10997: result: yes
- configure:11000: checking whether to build static libraries
- configure:11004: result: yes
- configure:11106: checking for gcc
- configure:11133: result: gcc
- configure:11362: checking for C compiler version
- configure:11371: gcc --version >&5
- Apple LLVM version 7.0.0 (clang-700.0.72)
- Target: x86_64-apple-darwin14.5.0
- Thread model: posix
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
- configure:11382: $? = 0
- configure:11371: gcc -v >&5
- Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/c++/4.2.1
- Apple LLVM version 7.0.0 (clang-700.0.72)
- Target: x86_64-apple-darwin14.5.0
- Thread model: posix
- configure:11382: $? = 0
- configure:11371: gcc -V >&5
- clang: error: argument to '-V' is missing (expected 1 value)
- clang: error: no input files
- configure:11382: $? = 1
- configure:11371: gcc -qversion >&5
- clang: error: unknown argument: '-qversion'
- clang: error: no input files
- configure:11382: $? = 1
- configure:11386: checking whether we are using the GNU C compiler
- configure:11414: result: yes
- configure:11423: checking whether gcc accepts -g
- configure:11484: result: yes
- configure:11501: checking for gcc option to accept ISO C89
- configure:11578: result: none needed
- configure:11600: checking dependency style of gcc
- configure:11710: result: gcc3
- configure:11727: checking version of GCC
- configure:11730: result: Apple
- configure:11734: checking for function prototypes
- configure:11737: result: yes
- configure:11760: checking for string.h
- configure:11760: result: yes
- configure:11772: checking dmalloc.h usability
- configure:11772: gcc -c conftest.c >&5
- conftest.c:64:10: fatal error: 'dmalloc.h' file not found
- #include <dmalloc.h>
- ^
- 1 error generated.
- configure:11772: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 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 <dmalloc.h>
- configure:11772: result: no
- configure:11772: checking dmalloc.h presence
- configure:11772: gcc -E conftest.c
- conftest.c:31:10: fatal error: 'dmalloc.h' file not found
- #include <dmalloc.h>
- ^
- 1 error generated.
- configure:11772: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | /* end confdefs.h. */
- | #include <dmalloc.h>
- configure:11772: result: no
- configure:11772: checking for dmalloc.h
- configure:11772: result: no
- configure:11804: checking for ANSI C header files
- configure:11908: result: yes
- configure:11929: checking errno.h usability
- configure:11929: gcc -c conftest.c >&5
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking errno.h presence
- configure:11929: gcc -E conftest.c
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking for errno.h
- configure:11929: result: yes
- configure:11929: checking fcntl.h usability
- configure:11929: gcc -c conftest.c >&5
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking fcntl.h presence
- configure:11929: gcc -E conftest.c
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking for fcntl.h
- configure:11929: result: yes
- configure:11929: checking limits.h usability
- configure:11929: gcc -c conftest.c >&5
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking limits.h presence
- configure:11929: gcc -E conftest.c
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking for limits.h
- configure:11929: result: yes
- configure:11929: checking for stdint.h
- configure:11929: result: yes
- configure:11929: checking for string.h
- configure:11929: result: yes
- configure:11929: checking sys/soundcard.h usability
- configure:11929: gcc -c conftest.c >&5
- conftest.c:70:10: fatal error: 'sys/soundcard.h' file not found
- #include <sys/soundcard.h>
- ^
- 1 error generated.
- configure:11929: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 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 <sys/soundcard.h>
- configure:11929: result: no
- configure:11929: checking sys/soundcard.h presence
- configure:11929: gcc -E conftest.c
- conftest.c:37:10: fatal error: 'sys/soundcard.h' file not found
- #include <sys/soundcard.h>
- ^
- 1 error generated.
- configure:11929: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | /* end confdefs.h. */
- | #include <sys/soundcard.h>
- configure:11929: result: no
- configure:11929: checking for sys/soundcard.h
- configure:11929: result: no
- configure:11929: checking sys/time.h usability
- configure:11929: gcc -c conftest.c >&5
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking sys/time.h presence
- configure:11929: gcc -E conftest.c
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking for sys/time.h
- configure:11929: result: yes
- configure:11929: checking for unistd.h
- configure:11929: result: yes
- configure:11929: checking xmmintrin.h usability
- configure:11929: gcc -c conftest.c >&5
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking xmmintrin.h presence
- configure:11929: gcc -E conftest.c
- configure:11929: $? = 0
- configure:11929: result: yes
- configure:11929: checking for xmmintrin.h
- configure:11929: result: yes
- configure:11929: checking linux/soundcard.h usability
- configure:11929: gcc -c conftest.c >&5
- conftest.c:73:10: fatal error: 'linux/soundcard.h' file not found
- #include <linux/soundcard.h>
- ^
- 1 error generated.
- configure:11929: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 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 <linux/soundcard.h>
- configure:11929: result: no
- configure:11929: checking linux/soundcard.h presence
- configure:11929: gcc -E conftest.c
- conftest.c:40:10: fatal error: 'linux/soundcard.h' file not found
- #include <linux/soundcard.h>
- ^
- 1 error generated.
- configure:11929: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | /* end confdefs.h. */
- | #include <linux/soundcard.h>
- configure:11929: result: no
- configure:11929: checking for linux/soundcard.h
- configure:11929: result: no
- configure:11940: checking for an ANSI C-conforming const
- configure:12005: gcc -c conftest.c >&5
- configure:12005: $? = 0
- configure:12012: result: yes
- configure:12020: checking for inline
- configure:12036: gcc -c conftest.c >&5
- configure:12036: $? = 0
- configure:12044: result: inline
- configure:12063: checking whether byte ordering is bigendian
- configure:12078: gcc -c conftest.c >&5
- configure:12078: $? = 0
- configure:12123: gcc -c conftest.c >&5
- configure:12123: $? = 0
- configure:12141: gcc -c conftest.c >&5
- conftest.c:47:4: error: use of undeclared identifier 'not'
- not big endian
- ^
- 1 error generated.
- configure:12141: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <sys/param.h>
- |
- | int
- | main ()
- | {
- | #if BYTE_ORDER != BIG_ENDIAN
- | not big endian
- | #endif
- |
- | ;
- | return 0;
- | }
- configure:12269: result: no
- configure:12296: checking for special C compiler options needed for large files
- configure:12341: result: no
- configure:12347: checking for _FILE_OFFSET_BITS value needed for large files
- configure:12372: gcc -c conftest.c >&5
- configure:12372: $? = 0
- configure:12404: result: no
- configure:12492: checking size of short
- configure:12497: gcc -o conftest conftest.c >&5
- configure:12497: $? = 0
- configure:12497: ./conftest
- configure:12497: $? = 0
- configure:12511: result: 2
- configure:12525: checking size of unsigned short
- configure:12530: gcc -o conftest conftest.c >&5
- configure:12530: $? = 0
- configure:12530: ./conftest
- configure:12530: $? = 0
- configure:12544: result: 2
- configure:12558: checking size of int
- configure:12563: gcc -o conftest conftest.c >&5
- configure:12563: $? = 0
- configure:12563: ./conftest
- configure:12563: $? = 0
- configure:12577: result: 4
- configure:12591: checking size of unsigned int
- configure:12596: gcc -o conftest conftest.c >&5
- configure:12596: $? = 0
- configure:12596: ./conftest
- configure:12596: $? = 0
- configure:12610: result: 4
- configure:12624: checking size of long
- configure:12629: gcc -o conftest conftest.c >&5
- configure:12629: $? = 0
- configure:12629: ./conftest
- configure:12629: $? = 0
- configure:12643: result: 8
- configure:12657: checking size of unsigned long
- configure:12662: gcc -o conftest conftest.c >&5
- configure:12662: $? = 0
- configure:12662: ./conftest
- configure:12662: $? = 0
- configure:12676: result: 8
- configure:12690: checking size of long long
- configure:12695: gcc -o conftest conftest.c >&5
- configure:12695: $? = 0
- configure:12695: ./conftest
- configure:12695: $? = 0
- configure:12709: result: 8
- configure:12723: checking size of unsigned long long
- configure:12728: gcc -o conftest conftest.c >&5
- configure:12728: $? = 0
- configure:12728: ./conftest
- configure:12728: $? = 0
- configure:12742: result: 8
- configure:12756: checking size of float
- configure:12761: gcc -o conftest conftest.c >&5
- configure:12761: $? = 0
- configure:12761: ./conftest
- configure:12761: $? = 0
- configure:12775: result: 4
- configure:12789: checking size of double
- configure:12794: gcc -o conftest conftest.c >&5
- configure:12794: $? = 0
- configure:12794: ./conftest
- configure:12794: $? = 0
- configure:12808: result: 8
- configure:12838: checking for long double with more range or precision than double
- configure:12873: gcc -c conftest.c >&5
- configure:12873: $? = 0
- configure:12880: result: yes
- configure:12931: checking for uint8_t
- configure:12931: gcc -c conftest.c >&5
- configure:12931: $? = 0
- configure:12931: gcc -c conftest.c >&5
- conftest.c:88:22: error: expected expression
- if (sizeof ((uint8_t)))
- ^
- 1 error generated.
- configure:12931: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 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
- | int
- | main ()
- | {
- | if (sizeof ((uint8_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12931: result: yes
- configure:12940: checking for int8_t
- configure:12940: gcc -c conftest.c >&5
- configure:12940: $? = 0
- configure:12940: gcc -c conftest.c >&5
- conftest.c:89:21: error: expected expression
- if (sizeof ((int8_t)))
- ^
- 1 error generated.
- configure:12940: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 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
- | int
- | main ()
- | {
- | if (sizeof ((int8_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12940: result: yes
- configure:12949: checking for uint16_t
- configure:12949: gcc -c conftest.c >&5
- configure:12949: $? = 0
- configure:12949: gcc -c conftest.c >&5
- conftest.c:90:23: error: expected expression
- if (sizeof ((uint16_t)))
- ^
- 1 error generated.
- configure:12949: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 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
- | int
- | main ()
- | {
- | if (sizeof ((uint16_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12949: result: yes
- configure:12958: checking for int16_t
- configure:12958: gcc -c conftest.c >&5
- configure:12958: $? = 0
- configure:12958: gcc -c conftest.c >&5
- conftest.c:91:22: error: expected expression
- if (sizeof ((int16_t)))
- ^
- 1 error generated.
- configure:12958: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 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
- | int
- | main ()
- | {
- | if (sizeof ((int16_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12958: result: yes
- configure:12967: checking for uint32_t
- configure:12967: gcc -c conftest.c >&5
- configure:12967: $? = 0
- configure:12967: gcc -c conftest.c >&5
- conftest.c:92:23: error: expected expression
- if (sizeof ((uint32_t)))
- ^
- 1 error generated.
- configure:12967: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 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
- | int
- | main ()
- | {
- | if (sizeof ((uint32_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12967: result: yes
- configure:12976: checking for int32_t
- configure:12976: gcc -c conftest.c >&5
- configure:12976: $? = 0
- configure:12976: gcc -c conftest.c >&5
- conftest.c:93:22: error: expected expression
- if (sizeof ((int32_t)))
- ^
- 1 error generated.
- configure:12976: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 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
- | int
- | main ()
- | {
- | if (sizeof ((int32_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12976: result: yes
- configure:12985: checking for uint64_t
- configure:12985: gcc -c conftest.c >&5
- configure:12985: $? = 0
- configure:12985: gcc -c conftest.c >&5
- conftest.c:94:23: error: expected expression
- if (sizeof ((uint64_t)))
- ^
- 1 error generated.
- configure:12985: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 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
- | int
- | main ()
- | {
- | if (sizeof ((uint64_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12985: result: yes
- configure:12994: checking for int64_t
- configure:12994: gcc -c conftest.c >&5
- configure:12994: $? = 0
- configure:12994: gcc -c conftest.c >&5
- conftest.c:95:22: error: expected expression
- if (sizeof ((int64_t)))
- ^
- 1 error generated.
- configure:12994: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 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
- | int
- | main ()
- | {
- | if (sizeof ((int64_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:12994: result: yes
- configure:13099: checking for IEEE854 compliant 80 bit floats
- configure:13137: gcc -o conftest conftest.c >&5
- configure:13137: $? = 0
- configure:13137: ./conftest
- configure:13137: $? = 0
- configure:13147: result: yes
- configure:13151: checking for ieee854_float80_t
- configure:13151: gcc -c conftest.c >&5
- conftest.c:100:13: error: use of undeclared identifier 'ieee854_float80_t'
- if (sizeof (ieee854_float80_t))
- ^
- 1 error generated.
- configure:13151: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | /* 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 (ieee854_float80_t))
- | return 0;
- | ;
- | return 0;
- | }
- configure:13151: result: no
- configure:13168: checking for ieee754_float64_t
- configure:13168: gcc -c conftest.c >&5
- conftest.c:101:13: error: use of undeclared identifier 'ieee754_float64_t'
- if (sizeof (ieee754_float64_t))
- ^
- 1 error generated.
- configure:13168: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 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
- | int
- | main ()
- | {
- | if (sizeof (ieee754_float64_t))
- | return 0;
- | ;
- | return 0;
- | }
- configure:13168: result: no
- configure:13177: checking for ieee754_float32_t
- configure:13177: gcc -c conftest.c >&5
- conftest.c:101:13: error: use of undeclared identifier 'ieee754_float32_t'
- if (sizeof (ieee754_float32_t))
- ^
- 1 error generated.
- configure:13177: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 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
- | int
- | main ()
- | {
- | if (sizeof (ieee754_float32_t))
- | return 0;
- | ;
- | return 0;
- | }
- configure:13177: result: no
- configure:13242: checking for size_t
- configure:13242: gcc -c conftest.c >&5
- configure:13242: $? = 0
- configure:13242: gcc -c conftest.c >&5
- conftest.c:102:21: error: expected expression
- if (sizeof ((size_t)))
- ^
- 1 error generated.
- configure:13242: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 1
- | #define LAME_LIBRARY_BUILD 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
- | int
- | main ()
- | {
- | if (sizeof ((size_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:13242: result: yes
- configure:13253: checking whether time.h and sys/time.h may both be included
- configure:13273: gcc -c conftest.c >&5
- configure:13273: $? = 0
- configure:13280: result: yes
- configure:13291: checking for working alloca.h
- configure:13308: gcc -o conftest conftest.c >&5
- configure:13308: $? = 0
- configure:13316: result: yes
- configure:13324: checking for alloca
- configure:13361: gcc -o conftest conftest.c >&5
- configure:13361: $? = 0
- configure:13369: result: yes
- configure:13481: checking for gettimeofday
- configure:13481: gcc -o conftest conftest.c >&5
- configure:13481: $? = 0
- configure:13481: result: yes
- configure:13481: checking for strtol
- configure:13481: gcc -o conftest conftest.c >&5
- configure:13481: $? = 0
- configure:13481: result: yes
- configure:13498: checking for socket
- configure:13498: gcc -o conftest conftest.c >&5
- configure:13498: $? = 0
- configure:13498: result: yes
- configure:13583: checking termcap.h usability
- configure:13583: gcc -c conftest.c >&5
- configure:13583: $? = 0
- configure:13583: result: yes
- configure:13583: checking termcap.h presence
- configure:13583: gcc -E conftest.c
- configure:13583: $? = 0
- configure:13583: result: yes
- configure:13583: checking for termcap.h
- configure:13583: result: yes
- configure:13595: checking ncurses/termcap.h usability
- configure:13595: gcc -c conftest.c >&5
- conftest.c:106:10: fatal error: 'ncurses/termcap.h' file not found
- #include <ncurses/termcap.h>
- ^
- 1 error generated.
- configure:13595: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 1
- | #define LAME_LIBRARY_BUILD 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_ALLOCA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_STRTOL 1
- | #define HAVE_SOCKET 1
- | #define HAVE_TERMCAP_H 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 <ncurses/termcap.h>
- configure:13595: result: no
- configure:13595: checking ncurses/termcap.h presence
- configure:13595: gcc -E conftest.c
- conftest.c:73:10: fatal error: 'ncurses/termcap.h' file not found
- #include <ncurses/termcap.h>
- ^
- 1 error generated.
- configure:13595: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 1
- | #define LAME_LIBRARY_BUILD 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_ALLOCA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_STRTOL 1
- | #define HAVE_SOCKET 1
- | #define HAVE_TERMCAP_H 1
- | /* end confdefs.h. */
- | #include <ncurses/termcap.h>
- configure:13595: result: no
- configure:13595: checking for ncurses/termcap.h
- configure:13595: result: no
- configure:13605: checking for initscr in -ltermcap
- configure:13630: gcc -o conftest conftest.c -ltermcap >&5
- configure:13630: $? = 0
- configure:13639: result: yes
- configure:13645: checking for initscr in -lcurses
- configure:13670: gcc -o conftest conftest.c -lcurses >&5
- configure:13670: $? = 0
- configure:13679: result: yes
- configure:13685: checking for initscr in -lncurses
- configure:13710: gcc -o conftest conftest.c -lncurses >&5
- configure:13710: $? = 0
- configure:13719: result: yes
- configure:13766: checking for ld used by GCC
- configure:13830: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- configure:13837: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
- configure:13850: result: no
- configure:13857: checking for shared library run path origin
- configure:13870: result: done
- configure:14448: checking for iconv
- configure:14470: gcc -o conftest conftest.c >&5
- Undefined symbols for architecture x86_64:
- "_iconv", referenced from:
- _main in conftest-80eef1.o
- "_iconv_close", referenced from:
- _main in conftest-80eef1.o
- "_iconv_open", referenced from:
- _main in conftest-80eef1.o
- ld: symbol(s) not found for architecture x86_64
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:14470: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 1
- | #define LAME_LIBRARY_BUILD 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_ALLOCA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_STRTOL 1
- | #define HAVE_SOCKET 1
- | #define HAVE_TERMCAP_H 1
- | /* end confdefs.h. */
- | #include <stdlib.h>
- | #include <iconv.h>
- | int
- | main ()
- | {
- | iconv_t cd = iconv_open("","");
- | iconv(cd,NULL,NULL,NULL,NULL);
- | iconv_close(cd);
- | ;
- | return 0;
- | }
- configure:14492: gcc -o conftest conftest.c /usr/lib/libiconv.dylib >&5
- configure:14492: $? = 0
- configure:14502: result: yes
- configure:14505: checking for working iconv
- configure:14600: gcc -o conftest conftest.c /usr/lib/libiconv.dylib >&5
- configure:14600: $? = 0
- configure:14600: ./conftest
- configure:14600: $? = 0
- configure:14612: result: yes
- configure:14627: checking how to link with libiconv
- configure:14629: result: /usr/lib/libiconv.dylib
- configure:14640: checking for iconv declaration
- configure:14669: gcc -c conftest.c >&5
- configure:14669: $? = 0
- configure:14680: result:
- extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
- configure:14691: checking for cos in -lm
- configure:14716: gcc -o conftest conftest.c -lm >&5
- conftest.c:82:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
- char cos ();
- ^
- conftest.c:82:6: note: 'cos' is a builtin with type 'double (double)'
- 1 warning generated.
- configure:14716: $? = 0
- configure:14725: result: yes
- configure:14731: checking for cos in -lffm
- configure:14756: gcc -o conftest conftest.c -lffm >&5
- conftest.c:82:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
- char cos ();
- ^
- conftest.c:82:6: note: 'cos' is a builtin with type 'double (double)'
- 1 warning generated.
- ld: library not found for -lffm
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:14756: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 1
- | #define LAME_LIBRARY_BUILD 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_ALLOCA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_STRTOL 1
- | #define HAVE_SOCKET 1
- | #define HAVE_TERMCAP_H 1
- | #define HAVE_ICONV 1
- | #define ICONV_CONST
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char cos ();
- | int
- | main ()
- | {
- | return cos ();
- | ;
- | return 0;
- | }
- configure:14765: result: no
- configure:14779: checking for cos in -lcpml
- configure:14804: gcc -o conftest conftest.c -lcpml >&5
- conftest.c:82:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
- char cos ();
- ^
- conftest.c:82:6: note: 'cos' is a builtin with type 'double (double)'
- 1 warning generated.
- ld: library not found for -lcpml
- clang: error: linker command failed with exit code 1 (use -v to see invocation)
- configure:14804: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "lame"
- | #define PACKAGE_TARNAME "lame"
- | #define PACKAGE_VERSION "3.99.5"
- | #define PACKAGE_STRING "lame 3.99.5"
- | #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- | #define PACKAGE_URL ""
- | #define PACKAGE "lame"
- | #define VERSION "3.99.5"
- | #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 __EXTENSIONS__ 1
- | #define _ALL_SOURCE 1
- | #define _GNU_SOURCE 1
- | #define _POSIX_PTHREAD_SEMANTICS 1
- | #define _TANDEM_SOURCE 1
- | #define HAVE_DLFCN_H 1
- | #define LT_OBJDIR ".libs/"
- | #define PROTOTYPES 1
- | #define __PROTOTYPES 1
- | #define HAVE_STRING_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_ERRNO_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_LIMITS_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_XMMINTRIN_H 1
- | #define SIZEOF_SHORT 2
- | #define SIZEOF_UNSIGNED_SHORT 2
- | #define SIZEOF_INT 4
- | #define SIZEOF_UNSIGNED_INT 4
- | #define SIZEOF_LONG 8
- | #define SIZEOF_UNSIGNED_LONG 8
- | #define SIZEOF_LONG_LONG 8
- | #define SIZEOF_UNSIGNED_LONG_LONG 8
- | #define SIZEOF_FLOAT 4
- | #define SIZEOF_DOUBLE 8
- | #define HAVE_LONG_DOUBLE_WIDER 1
- | #define HAVE_LONG_DOUBLE 1
- | #define HAVE_UINT8_T 1
- | #define HAVE_INT8_T 1
- | #define HAVE_UINT16_T 1
- | #define HAVE_INT16_T 1
- | #define HAVE_UINT32_T 1
- | #define HAVE_INT32_T 1
- | #define HAVE_UINT64_T 1
- | #define HAVE_INT64_T 1
- | #define A_UINT32_T unsigned int
- | #define A_INT32_T int
- | #define A_UINT64_T unsigned long
- | #define A_INT64_T long
- | #define HAVE_IEEE854_FLOAT80 1
- | #define LAME_LIBRARY_BUILD 1
- | #define TIME_WITH_SYS_TIME 1
- | #define HAVE_ALLOCA_H 1
- | #define HAVE_ALLOCA 1
- | #define HAVE_GETTIMEOFDAY 1
- | #define HAVE_STRTOL 1
- | #define HAVE_SOCKET 1
- | #define HAVE_TERMCAP_H 1
- | #define HAVE_ICONV 1
- | #define ICONV_CONST
- | /* end confdefs.h. */
- |
- | /* Override any GCC internal prototype to avoid an error.
- | Use char because int might match the return type of a GCC
- | builtin and then its argument prototype would still apply. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | char cos ();
- | int
- | main ()
- | {
- | return cos ();
- | ;
- | return 0;
- | }
- configure:14813: result: no
- configure:14871: checking for gtk-config
- configure:14902: result: no
- configure:14911: checking for GTK - version >= 1.2.0
- configure:15030: result: no
- configure:15094: checking use of ElectricFence malloc debugging
- configure:15159: result: no
- configure:15369: checking use of file io
- configure:15398: result: lame
- configure:15406: checking use of analyzer hooks
- configure:15428: result: yes
- configure:15432: checking use of mpg123 decoder
- configure:15460: result: yes (Layer 1, 2, 3)
- configure:15464: checking if the lame frontend should be build
- configure:15475: result: yes
- configure:15485: checking if mp3x is requested
- configure:15500: result: no
- configure:15517: checking if mp3rtp is requested
- configure:15535: result: no
- configure:15539: checking if dynamic linking of the frontends is requested
- configure:15550: result: no
- configure:15650: checking for termcap
- configure:15661: result: yes
- configure:15733: checking if I have to build the internal vector lib
- configure:15735: result: yes
- configure:15741: checking for nasm
- configure:15759: found /usr/local/bin/nasm
- configure:15772: result: /usr/local/bin/nasm
- configure:15784: checking for assembler routines for this processor type
- configure:15811: result: no
- configure:15844: checking for additional optimizations
- configure:16028: result: no
- configure:16040: checking for debug options
- configure:16091: result: no
- configure:16444: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by lame config.status 3.99.5, which was
- generated by GNU Autoconf 2.68. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on erebor.local
- config.status:1195: creating Makefile
- config.status:1195: creating libmp3lame/Makefile
- config.status:1195: creating libmp3lame/i386/Makefile
- config.status:1195: creating libmp3lame/vector/Makefile
- config.status:1195: creating frontend/Makefile
- config.status:1195: creating mpglib/Makefile
- config.status:1195: creating doc/Makefile
- config.status:1195: creating doc/html/Makefile
- config.status:1195: creating doc/man/Makefile
- config.status:1195: creating include/Makefile
- config.status:1195: creating Dll/Makefile
- config.status:1195: creating misc/Makefile
- config.status:1195: creating debian/Makefile
- config.status:1195: creating dshow/Makefile
- config.status:1195: creating ACM/Makefile
- config.status:1195: creating ACM/ADbg/Makefile
- config.status:1195: creating ACM/ddk/Makefile
- config.status:1195: creating ACM/tinyxml/Makefile
- config.status:1195: creating lame.spec
- config.status:1195: creating mac/Makefile
- config.status:1195: creating macosx/Makefile
- config.status:1195: creating macosx/English.lproj/Makefile
- config.status:1195: creating macosx/LAME.xcodeproj/Makefile
- config.status:1195: creating vc_solution/Makefile
- config.status:1195: creating config.h
- config.status:1424: executing depfiles commands
- config.status:1424: executing libtool commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-apple-darwin14.5.0
- ac_cv_c_bigendian=no
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_const=yes
- ac_cv_c_inline=inline
- ac_cv_c_long_double=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- 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_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_SNDFILE_CFLAGS_set=
- ac_cv_env_SNDFILE_CFLAGS_value=
- ac_cv_env_SNDFILE_LIBS_set=
- ac_cv_env_SNDFILE_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_func_alloca_works=yes
- ac_cv_func_gettimeofday=yes
- ac_cv_func_socket=yes
- ac_cv_func_strtol=yes
- ac_cv_header_dlfcn_h=yes
- ac_cv_header_dmalloc_h=no
- ac_cv_header_errno_h=yes
- ac_cv_header_fcntl_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_limits_h=yes
- ac_cv_header_linux_soundcard_h=no
- ac_cv_header_memory_h=yes
- ac_cv_header_minix_config_h=no
- ac_cv_header_ncurses_termcap_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_soundcard_h=no
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_time_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_termcap_h=yes
- ac_cv_header_time=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_xmmintrin_h=yes
- ac_cv_host=i686-apple-darwin14.5.0
- ac_cv_lib_cpml_cos=no
- ac_cv_lib_curses_initscr=yes
- ac_cv_lib_ffm_cos=no
- ac_cv_lib_m_cos=yes
- ac_cv_lib_ncurses_initscr=yes
- ac_cv_lib_termcap_initscr=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_GTK_CONFIG=no
- ac_cv_path_NASM=/usr/local/bin/nasm
- ac_cv_path_SED=/usr/bin/sed
- ac_cv_path_install='/usr/local/bin/ginstall -c'
- ac_cv_path_mkdir=/usr/local/bin/gmkdir
- ac_cv_prog_AWK=awk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_AR=ar
- ac_cv_prog_ac_ct_CC=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_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_safe_to_define___extensions__=yes
- ac_cv_search_strerror='none required'
- ac_cv_sizeof_double=8
- ac_cv_sizeof_float=4
- ac_cv_sizeof_int=4
- ac_cv_sizeof_long=8
- ac_cv_sizeof_long_long=8
- ac_cv_sizeof_short=2
- ac_cv_sizeof_unsigned_int=4
- ac_cv_sizeof_unsigned_long=8
- ac_cv_sizeof_unsigned_long_long=8
- ac_cv_sizeof_unsigned_short=2
- ac_cv_sys_file_offset_bits=no
- ac_cv_sys_largefile_CC=no
- ac_cv_type_ieee754_float32_t=no
- ac_cv_type_ieee754_float64_t=no
- ac_cv_type_ieee854_float80_t=no
- ac_cv_type_int16_t=yes
- ac_cv_type_int32_t=yes
- ac_cv_type_int64_t=yes
- ac_cv_type_int8_t=yes
- ac_cv_type_long_double_wider=yes
- ac_cv_type_size_t=yes
- ac_cv_type_uint16_t=yes
- ac_cv_type_uint32_t=yes
- ac_cv_type_uint64_t=yes
- ac_cv_type_uint8_t=yes
- ac_cv_working_alloca_h=yes
- acl_cv_hardcode_direct=no
- acl_cv_hardcode_libdir_flag_spec=
- acl_cv_hardcode_libdir_separator=
- acl_cv_hardcode_minus_L=no
- acl_cv_libext=a
- acl_cv_libname_spec='lib$name'
- acl_cv_library_names_spec='$libname$shrext'
- acl_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- acl_cv_prog_gnu_ld=no
- acl_cv_rpath=done
- acl_cv_shlibext=dylib
- acl_cv_wl=-Wl,
- alex_cv_ieee854_float80=yes
- am_cv_CC_dependencies_compiler_type=gcc3
- am_cv_func_iconv=yes
- am_cv_func_iconv_works=yes
- am_cv_lib_iconv=yes
- am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
- am_cv_proto_iconv_arg1=
- 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_force_load=no
- lt_cv_ld_reload_flag=-r
- lt_cv_nm_interface='BSD nm'
- lt_cv_objdir=.libs
- lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
- 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} /Users/tcell/lab/libmp3lame/missing --run aclocal-1.11'
- ALLOCA=''
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /Users/tcell/lab/libmp3lame/missing --run tar'
- ANSI2KNR=''
- AR='ar'
- AUTOCONF='${SHELL} /Users/tcell/lab/libmp3lame/missing --run autoconf'
- AUTOHEADER='${SHELL} /Users/tcell/lab/libmp3lame/missing --run autoheader'
- AUTOMAKE='${SHELL} /Users/tcell/lab/libmp3lame/missing --run automake-1.11'
- AWK='awk'
- CC='gcc'
- CCDEPMODE='depmode=gcc3'
- CFLAGS='-O3 -ffast-math -funroll-loops -Wall -fno-common'
- CONFIG_DEFS=''
- CONFIG_MATH_LIB='-lm'
- CPP='gcc -E'
- CPPFLAGS=''
- CPUCCODE=''
- CPUTYPE='i386'
- CYGPATH_W='echo'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- DSYMUTIL='dsymutil'
- DUMPBIN=''
- ECHO_C='\c'
- ECHO_N=''
- ECHO_T=''
- EGREP='/usr/bin/grep -E'
- EXEEXT=''
- FGREP='/usr/bin/grep -F'
- FRONTEND_CFLAGS=' '
- FRONTEND_LDADD='-lncurses -L/usr/lib -liconv -lm'
- FRONTEND_LDFLAGS=' -static'
- GREP='/usr/bin/grep'
- GTK_CFLAGS=''
- GTK_CONFIG='no'
- GTK_LIBS=''
- HAVE_NASM_FALSE=''
- HAVE_NASM_TRUE='#'
- INCLUDES='-I$(top_srcdir)/include -I$(srcdir)'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld'
- LDADD=''
- LDFLAGS=''
- LIBICONV='/usr/lib/libiconv.dylib'
- LIBOBJS=''
- LIBS=''
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
- LIBTOOL_DEPS='./ltmain.sh'
- LIB_MAJOR_VERSION='0'
- LIB_MINOR_VERSION='0'
- LIB_WITH_DECODER_FALSE='#'
- LIB_WITH_DECODER_TRUE=''
- LIPO='lipo'
- LN_S='ln -s'
- LTLIBICONV='-L/usr/lib -liconv'
- LTLIBOBJS=''
- MAINT='#'
- MAINTAINER_MODE_FALSE=''
- MAINTAINER_MODE_TRUE='#'
- MAKEDEP='-make'
- MAKEINFO='${SHELL} /Users/tcell/lab/libmp3lame/missing --run makeinfo'
- MKDIR_P='/usr/local/bin/gmkdir -p'
- NASM='no'
- NASM_FORMAT='-f macho'
- NM='/usr/bin/nm'
- NMEDIT='nmedit'
- OBJDUMP='false'
- OBJEXT='o'
- OTOOL64=':'
- OTOOL='otool'
- PACKAGE='lame'
- PACKAGE_BUGREPORT='lame-dev@lists.sf.net'
- PACKAGE_NAME='lame'
- PACKAGE_STRING='lame 3.99.5'
- PACKAGE_TARNAME='lame'
- PACKAGE_URL=''
- PACKAGE_VERSION='3.99.5'
- PATH_SEPARATOR=':'
- PKG_CONFIG=''
- PKG_CONFIG_LIBDIR=''
- PKG_CONFIG_PATH=''
- RANLIB='ranlib'
- RM_F='rm -f'
- SED='/usr/bin/sed'
- SET_MAKE=''
- SHELL='/bin/sh'
- SNDFILE_CFLAGS=''
- SNDFILE_LIBS=''
- STRIP='strip'
- U=''
- VERSION='3.99.5'
- WITH_FRONTEND='lame'
- WITH_MP3RTP=''
- WITH_MP3X=''
- WITH_VECTOR_FALSE='#'
- WITH_VECTOR_TRUE=''
- WITH_XMM_FALSE='#'
- WITH_XMM_TRUE=''
- ac_ct_CC='gcc'
- ac_ct_DUMPBIN=''
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- 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='i686-apple-darwin14.5.0'
- build_alias=''
- build_cpu='i686'
- build_os='darwin14.5.0'
- build_vendor='apple'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='i686-apple-darwin14.5.0'
- host_alias=''
- host_cpu='i686'
- host_os='darwin14.5.0'
- host_vendor='apple'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /Users/tcell/lab/libmp3lame/install-sh'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='/usr/local/bin/gmkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "lame"
- #define PACKAGE_TARNAME "lame"
- #define PACKAGE_VERSION "3.99.5"
- #define PACKAGE_STRING "lame 3.99.5"
- #define PACKAGE_BUGREPORT "lame-dev@lists.sf.net"
- #define PACKAGE_URL ""
- #define PACKAGE "lame"
- #define VERSION "3.99.5"
- #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 __EXTENSIONS__ 1
- #define _ALL_SOURCE 1
- #define _GNU_SOURCE 1
- #define _POSIX_PTHREAD_SEMANTICS 1
- #define _TANDEM_SOURCE 1
- #define HAVE_DLFCN_H 1
- #define LT_OBJDIR ".libs/"
- #define PROTOTYPES 1
- #define __PROTOTYPES 1
- #define HAVE_STRING_H 1
- #define STDC_HEADERS 1
- #define HAVE_ERRNO_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_LIMITS_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_XMMINTRIN_H 1
- #define SIZEOF_SHORT 2
- #define SIZEOF_UNSIGNED_SHORT 2
- #define SIZEOF_INT 4
- #define SIZEOF_UNSIGNED_INT 4
- #define SIZEOF_LONG 8
- #define SIZEOF_UNSIGNED_LONG 8
- #define SIZEOF_LONG_LONG 8
- #define SIZEOF_UNSIGNED_LONG_LONG 8
- #define SIZEOF_FLOAT 4
- #define SIZEOF_DOUBLE 8
- #define HAVE_LONG_DOUBLE_WIDER 1
- #define HAVE_LONG_DOUBLE 1
- #define HAVE_UINT8_T 1
- #define HAVE_INT8_T 1
- #define HAVE_UINT16_T 1
- #define HAVE_INT16_T 1
- #define HAVE_UINT32_T 1
- #define HAVE_INT32_T 1
- #define HAVE_UINT64_T 1
- #define HAVE_INT64_T 1
- #define A_UINT32_T unsigned int
- #define A_INT32_T int
- #define A_UINT64_T unsigned long
- #define A_INT64_T long
- #define HAVE_IEEE854_FLOAT80 1
- #define LAME_LIBRARY_BUILD 1
- #define TIME_WITH_SYS_TIME 1
- #define HAVE_ALLOCA_H 1
- #define HAVE_ALLOCA 1
- #define HAVE_GETTIMEOFDAY 1
- #define HAVE_STRTOL 1
- #define HAVE_SOCKET 1
- #define HAVE_TERMCAP_H 1
- #define HAVE_ICONV 1
- #define ICONV_CONST
- #define HAVE_MPGLIB 1
- #define DECODE_ON_THE_FLY 1
- #define HAVE_TERMCAP 1
- #define TAKEHIRO_IEEE754_HACK 1
- #define USE_FAST_LOG 1
- #define NDEBUG 1
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement