Skip to content

Instantly share code, notes, and snippets.

@iggyvolz
Created March 9, 2015 14:23
Show Gist options
  • Save iggyvolz/c830c82db93aaa6d497d to your computer and use it in GitHub Desktop.
Save iggyvolz/c830c82db93aaa6d497d to your computer and use it in GitHub Desktop.
2015-03-09 14:23:16 +0000
./configure
--disable-debug
--disable-dependency-tracking
--prefix=/home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4
--enable-shared
--mandir=/home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/share/man
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... /usr/bin/gcc-4.8
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/bin/gcc-4.8 accepts -g... yes
checking how to run the C preprocessor... /usr/bin/gcc-4.8 -E
checking whether /usr/bin/gcc-4.8 needs -traditional... no
checking if /usr/bin/gcc-4.8 supports s -w -pipe -march=core2 -O3 flags... no
checking if /usr/bin/gcc-4.8 supports -Os -w -pipe -march=core2 -fomit-frame-pointer flags... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for /usr/bin/gcc-4.8 option to produce PIC... -fPIC
checking if /usr/bin/gcc-4.8 PIC flag -fPIC works... yes
checking if /usr/bin/gcc-4.8 static flag -static works... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.o... yes
checking if /usr/bin/gcc-4.8 supports -c -o file.lo... yes
checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for /usr/bin/gcc-4.8 option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... __restrict__
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking for _oss_ioctl in -lossaudio... no
checking __attribute__ ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating liba52/Makefile
config.status: creating libao/Makefile
config.status: creating vc++/Makefile
config.status: creating include/config.h
config.status: executing default-1 commands
2015-03-09 14:23:24 +0000
make install
Making install in autotools
make[1]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/autotools'
make[2]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/autotools'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/autotools'
make[1]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/autotools'
Making install in include
make[1]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/include'
make[2]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/include'
make[2]: Nothing to be done for `install-exec-am'.
/bin/bash ../autotools/mkinstalldirs /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include/a52dec
mkdir /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include
mkdir /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include/a52dec
/usr/bin/install -c -m 644 a52.h /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include/a52dec/a52.h
/usr/bin/install -c -m 644 attributes.h /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include/a52dec/attributes.h
/usr/bin/install -c -m 644 audio_out.h /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include/a52dec/audio_out.h
/usr/bin/install -c -m 644 mm_accel.h /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/include/a52dec/mm_accel.h
make[2]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/include'
make[1]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/include'
Making install in doc
make[1]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/doc'
make[2]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/doc'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/doc'
make[1]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/doc'
Making install in liba52
make[1]: Entering directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/liba52'
/bin/bash ../libtool --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -prefer-non-pic -c bitstream.c
/bin/bash ../libtool --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -prefer-non-pic -c imdct.c
/bin/bash ../libtool --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -prefer-non-pic -c bit_allocate.c
/bin/bash ../libtool --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -prefer-non-pic -c parse.c
/bin/bash ../libtool --mode=compile /usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -prefer-non-pic -c downmix.c
mkdir .libs
mkdir .libs
mkdir .libs
mkdir .libs
mkdir: cannot create directory '.libs': File exists
mkdir: cannot create directory '.libs': File exists
/usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -c bit_allocate.c -o .libs/bit_allocate.lo
/usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -c bitstream.c -o .libs/bitstream.lo
mkdir: cannot create directory '.libs': File exists
/usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -c downmix.c -o .libs/downmix.lo
/usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -c imdct.c -o .libs/imdct.lo
rm -f .libs/parse.lo
/usr/bin/gcc-4.8 -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -isystem/home/ubuntu/workspace/linuxbrew/include -Os -w -pipe -march=core2 -fomit-frame-pointer -c parse.c -o .libs/parse.lo
mv -f .libs/bitstream.lo bitstream.o
(cd . && ln -s bitstream.o bitstream.lo)
mv -f .libs/bit_allocate.lo bit_allocate.o
(cd . && ln -s bit_allocate.o bit_allocate.lo)
mv -f .libs/downmix.lo downmix.o
(cd . && ln -s downmix.o downmix.lo)
mv -f .libs/imdct.lo imdct.o
(cd . && ln -s imdct.o imdct.lo)
mv -f .libs/parse.lo parse.o
(cd . && ln -s parse.o parse.lo)
/bin/bash ../libtool --mode=link /usr/bin/gcc-4.8 -Os -w -pipe -march=core2 -fomit-frame-pointer -prefer-non-pic -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib -o liba52.la -rpath /home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/lib -no-undefined bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -lm
rm -fr .libs/liba52.la .libs/liba52.* .libs/liba52.*
/usr/bin/gcc-4.8 -shared bitstream.lo imdct.lo bit_allocate.lo parse.lo downmix.lo -L/home/ubuntu/workspace/linuxbrew/lib -lm -Wl,-rpath -Wl,/home/ubuntu/workspace/linuxbrew/lib -Wl,-soname -Wl,liba52.so.0 -o .libs/liba52.so.0.0.0
/usr/bin/ld: imdct.lo: relocation R_X86_64_32 against `.bss' can not be used when making a shared object; recompile with -fPIC
imdct.lo: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[1]: *** [liba52.la] Error 1
make[1]: Leaving directory `/tmp/a52dec-kLlTbJ/a52dec-0.7.4/liba52'
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.5
ORIGIN: git@github.com:Homebrew/linuxbrew.git
HEAD: 8fe17ee3ae3cd158804193b9e28e42ce29e19b6c
Last commit: 6 days ago
HOMEBREW_PREFIX: /home/ubuntu/workspace/linuxbrew
HOMEBREW_CELLAR: /home/ubuntu/workspace/linuxbrew/Cellar
CPU: 8-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 2.1.5 => /usr/local/rvm/rubies/ruby-2.1.5/bin/ruby
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/local/rvm/rubies/ruby-2.1.5/bin/ruby
Java: 1.7.0_65
CC: /usr/bin/gcc-4.8
CXX: /usr/bin/g++-4.8
OBJC: /usr/bin/gcc-4.8
OBJCXX: /usr/bin/g++-4.8
CFLAGS: -Os -w -pipe -march=core2
CXXFLAGS: -Os -w -pipe -march=core2
CPPFLAGS: -isystem/home/ubuntu/workspace/linuxbrew/include
LDFLAGS: -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /home/ubuntu/workspace/linuxbrew
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig
PATH: /home/ubuntu/.nvm/v0.10.35/bin:/usr/local/rvm/gems/ruby-2.1.5@rails4/bin:/usr/local/rvm/gems/ruby-2.1.5@global/bin:/usr/local/rvm/rubies/ruby-2.1.5/bin:/mnt/shared/bin:/home/ubuntu/workspace/node_modules/.bin:/home/ubuntu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/mnt/shared/sbin:/opt/gitl:/opt/go/bin:/mnt/shared/c9/app.nw/bin:/usr/local/rvm/bin:/home/ubuntu/workspace/linuxbrew/bin:/home/ubuntu/workspace/linuxbrew/Library/ENV/scm
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.53. Invocation command line was
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4 --enable-shared --mandir=/home/ubuntu/workspace/linuxbrew/Cellar/a52dec/0.7.4/share/man
## --------- ##
## Platform. ##
## --------- ##
hostname = iggyvolz-personal2-1311494
uname -m = x86_64
uname -r = 3.14.13-c9
uname -s = Linux
uname -v = #1 SMP Tue Aug 19 16:13:44 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/ubuntu/.nvm/v0.10.35/bin
PATH: /usr/local/rvm/gems/ruby-2.1.5@rails4/bin
PATH: /usr/local/rvm/gems/ruby-2.1.5@global/bin
PATH: /usr/local/rvm/rubies/ruby-2.1.5/bin
PATH: /mnt/shared/bin
PATH: /home/ubuntu/workspace/node_modules/.bin
PATH: /home/ubuntu/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /mnt/shared/sbin
PATH: /opt/gitl
PATH: /opt/go/bin
PATH: /mnt/shared/c9/app.nw/bin
PATH: /usr/local/rvm/bin
PATH: /home/ubuntu/workspace/linuxbrew/bin
PATH: /home/ubuntu/workspace/linuxbrew/Library/ENV/scm
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1411: checking for a BSD-compatible install
configure:1465: result: /usr/bin/install -c
configure:1476: checking whether build environment is sane
configure:1519: result: yes
configure:1534: checking whether make sets ${MAKE}
configure:1554: result: yes
configure:1586: checking for working aclocal
configure:1593: result: found
configure:1601: checking for working autoconf
configure:1608: result: found
configure:1616: checking for working automake
configure:1623: result: found
configure:1631: checking for working autoheader
configure:1638: result: found
configure:1646: checking for working makeinfo
configure:1657: result: missing
configure:1667: checking whether to enable maintainer-specific portions of Makefiles
configure:1676: result: no
configure:1696: checking build system type
configure:1714: result: x86_64-unknown-linux-gnu
configure:1722: checking host system type
configure:1736: result: x86_64-unknown-linux-gnu
configure:1791: checking for gcc
configure:1817: result: /usr/bin/gcc-4.8
configure:2061: checking for C compiler version
configure:2064: /usr/bin/gcc-4.8 --version </dev/null >&5
gcc-4.8 (Ubuntu 4.8.2-19ubuntu1) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2067: $? = 0
configure:2069: /usr/bin/gcc-4.8 -v </dev/null >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-4.8
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:2072: $? = 0
configure:2074: /usr/bin/gcc-4.8 -V </dev/null >&5
gcc-4.8: error: unrecognized command line option '-V'
gcc-4.8: fatal error: no input files
compilation terminated.
configure:2077: $? = 4
configure:2103: checking for C compiler default output
configure:2106: /usr/bin/gcc-4.8 -Os -w -pipe -march=core2 -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c >&5
configure:2109: $? = 0
configure:2142: result: a.out
configure:2147: checking whether the C compiler works
configure:2153: ./a.out
configure:2156: $? = 0
configure:2171: result: yes
configure:2178: checking whether we are cross compiling
configure:2180: result: no
configure:2183: checking for suffix of executables
configure:2185: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c >&5
configure:2188: $? = 0
configure:2210: result:
configure:2216: checking for suffix of object files
configure:2240: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:2243: $? = 0
configure:2262: result: o
configure:2266: checking whether we are using the GNU C compiler
configure:2293: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:2296: $? = 0
configure:2299: test -s conftest.o
configure:2302: $? = 0
configure:2314: result: yes
configure:2320: checking whether /usr/bin/gcc-4.8 accepts -g
configure:2344: /usr/bin/gcc-4.8 -c -g -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:2347: $? = 0
configure:2350: test -s conftest.o
configure:2353: $? = 0
configure:2363: result: yes
configure:2390: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
conftest.c:2:3: error: unknown type name 'choke'
choke me
^
conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
configure:2393: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2509: checking how to run the C preprocessor
configure:2535: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:2541: $? = 0
configure:2568: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:2564:28: fatal error: ac_nonexistent.h: No such file or directory
#line $LINENO "configure"
^
compilation terminated.
configure:2574: $? = 1
configure: failed program was:
#line 2563 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2611: result: /usr/bin/gcc-4.8 -E
configure:2626: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:2632: $? = 0
configure:2659: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:2655:28: fatal error: ac_nonexistent.h: No such file or directory
#line $LINENO "configure"
^
compilation terminated.
configure:2665: $? = 1
configure: failed program was:
#line 2654 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2706: checking whether /usr/bin/gcc-4.8 needs -traditional
configure:2742: result: no
configure:2757: checking if /usr/bin/gcc-4.8 supports s -w -pipe -march=core2 -O3 flags
configure:2780: /usr/bin/gcc-4.8 -c s -w -pipe -march=core2 -O3 -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
gcc-4.8: error: s: No such file or directory
configure:2783: $? = 1
configure: failed program was:
#line 2761 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
;
return 0;
}
configure:2799: result: no
configure:2808: checking if /usr/bin/gcc-4.8 supports -Os -w -pipe -march=core2 -fomit-frame-pointer flags
configure:2831: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:2834: $? = 0
configure:2837: test -s conftest.o
configure:2840: $? = 0
configure:2850: result: yes
configure:3222: checking for ld used by GCC
configure:3285: result: /usr/bin/ld
configure:3294: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld (GNU Binutils for Ubuntu) 2.24
configure:3306: result: yes
configure:3311: checking for /usr/bin/ld option to reload object files
configure:3318: result: -r
configure:3323: checking for BSD-compatible nm
configure:3359: result: /usr/bin/nm -B
configure:3362: checking whether ln -s works
configure:3366: result: yes
configure:3373: checking how to recognise dependant libraries
configure:3545: result: pass_all
configure:3557: checking command to parse /usr/bin/nm -B output
configure:3638: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3641: $? = 0
configure:3645: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3648: $? = 0
configure:3700: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c conftstm.o >&5
configure:3703: $? = 0
configure:3747: result: ok
configure:3751: checking for ANSI C header files
configure:3765: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:3771: $? = 0
configure:3858: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c >&5
configure:3861: $? = 0
configure:3863: ./conftest
configure:3866: $? = 0
configure:3880: result: yes
configure:3904: checking for sys/types.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for sys/stat.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for stdlib.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for string.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for memory.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for strings.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for inttypes.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for stdint.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3904: checking for unistd.h
configure:3917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3920: $? = 0
configure:3923: test -s conftest.o
configure:3926: $? = 0
configure:3936: result: yes
configure:3962: checking dlfcn.h usability
configure:3971: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:3974: $? = 0
configure:3977: test -s conftest.o
configure:3980: $? = 0
configure:3989: result: yes
configure:3993: checking dlfcn.h presence
configure:4000: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:4006: $? = 0
configure:4024: result: yes
configure:4042: checking for dlfcn.h
configure:4049: result: yes
configure:4246: checking for ranlib
configure:4262: found /usr/bin/ranlib
configure:4273: result: ranlib
configure:4326: checking for strip
configure:4342: found /usr/bin/strip
configure:4353: result: strip
configure:4564: checking for objdir
configure:4575: result: .libs
configure:4592: checking for /usr/bin/gcc-4.8 option to produce PIC
configure:4742: result: -fPIC
configure:4746: checking if /usr/bin/gcc-4.8 PIC flag -fPIC works
configure:4772: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -fPIC -DPIC -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:4775: $? = 0
configure:4778: test -s conftest.o
configure:4781: $? = 0
configure:4818: result: yes
configure:4834: checking if /usr/bin/gcc-4.8 static flag -static works
configure:4861: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib -static conftest.c >&5
configure:4864: $? = 0
configure:4867: test -s conftest
configure:4870: $? = 0
configure:4885: result: yes
configure:4897: checking if /usr/bin/gcc-4.8 supports -c -o file.o
configure:4917: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -o out/conftest2.o -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:4941: result: yes
configure:4946: checking if /usr/bin/gcc-4.8 supports -c -o file.lo
configure:4976: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -c -o conftest.lo -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:4979: $? = 0
configure:4982: test -s conftest.lo
configure:4985: $? = 0
configure:5006: result: yes
configure:5037: checking if /usr/bin/gcc-4.8 supports -fno-rtti -fno-exceptions
configure:5062: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -fno-rtti -fno-exceptions -c conftest.c -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:5065: $? = 0
configure:5068: test -s conftest.o
configure:5071: $? = 0
configure:5087: result: yes
configure:5098: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5779: result: yes
configure:5784: checking how to hardcode library paths into programs
configure:5808: result: immediate
configure:5813: checking whether stripping libraries is possible
configure:5818: result: yes
configure:5829: checking dynamic linker characteristics
configure:6226: result: GNU/Linux ld.so
configure:6231: checking if libtool supports shared libraries
configure:6233: result: yes
configure:6236: checking whether to build shared libraries
configure:6257: result: yes
configure:6260: checking whether to build static libraries
configure:6264: result: yes
configure:6926: checking whether -lc should be explicitly linked in
configure:6934: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:6937: $? = 0
configure:6951: /usr/bin/gcc-4.8 -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:6954: $? = 0
configure:6967: result: no
configure:7557: checking sys/time.h usability
configure:7566: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:7569: $? = 0
configure:7572: test -s conftest.o
configure:7575: $? = 0
configure:7584: result: yes
configure:7588: checking sys/time.h presence
configure:7595: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:7601: $? = 0
configure:7619: result: yes
configure:7637: checking for sys/time.h
configure:7644: result: yes
configure:7557: checking sys/timeb.h usability
configure:7566: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:7569: $? = 0
configure:7572: test -s conftest.o
configure:7575: $? = 0
configure:7584: result: yes
configure:7588: checking sys/timeb.h presence
configure:7595: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:7601: $? = 0
configure:7619: result: yes
configure:7637: checking for sys/timeb.h
configure:7644: result: yes
configure:7557: checking io.h usability
configure:7566: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:7594:16: fatal error: io.h: No such file or directory
_ACEOF
^
compilation terminated.
configure:7569: $? = 1
configure: failed program was:
#line 7559 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
# include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
# include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <io.h>
configure:7584: result: no
configure:7588: checking io.h presence
configure:7595: /usr/bin/gcc-4.8 -E -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c
configure:7591:16: fatal error: io.h: No such file or directory
#line $LINENO "configure"
^
compilation terminated.
configure:7601: $? = 1
configure: failed program was:
#line 7590 "configure"
#include "confdefs.h"
#include <io.h>
configure:7619: result: no
configure:7637: checking for io.h
configure:7644: result: no
configure:7659: checking for inttypes.h
configure:7664: result: yes
configure:8884: checking for /usr/bin/gcc-4.8 option to accept ANSI C
configure:8947: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:8950: $? = 0
configure:8953: test -s conftest.o
configure:8956: $? = 0
configure:8973: result: none needed
configure:8981: checking for an ANSI C-conforming const
configure:9051: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9054: $? = 0
configure:9057: test -s conftest.o
configure:9060: $? = 0
configure:9070: result: yes
configure:9080: checking for inline
configure:9097: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9100: $? = 0
configure:9103: test -s conftest.o
configure:9106: $? = 0
configure:9117: result: inline
configure:9133: checking for always_inline
configure:9156: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -Wall -Werror -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9159: $? = 0
configure:9162: test -s conftest.o
configure:9165: $? = 0
configure:9175: result: yes
configure:9184: checking for restrict
configure:9207: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure: In function 'main':
configure:9199:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'p'
main ()
^
configure:9199:17: error: 'p' undeclared (first use in this function)
configure:9199:17: note: each undeclared identifier is reported only once for each function it appears in
configure:9210: $? = 1
configure: failed program was:
#line 9188 "configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char * restrict p;
;
return 0;
}
configure:9207: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9210: $? = 0
configure:9213: test -s conftest.o
configure:9216: $? = 0
configure:9225: result: __restrict__
configure:9239: checking for size_t
configure:9266: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9269: $? = 0
configure:9272: test -s conftest.o
configure:9275: $? = 0
configure:9285: result: yes
configure:9297: checking whether byte ordering is bigendian
configure:9327: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9330: $? = 0
configure:9333: test -s conftest.o
configure:9336: $? = 0
configure:9363: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure: In function 'main':
configure:9353:2: error: unknown type name 'not'
{
^
configure:9353:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
{
^
configure:9366: $? = 1
configure: failed program was:
#line 9339 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
;
return 0;
}
configure:9480: result: no
configure:9506: checking for memalign
configure:9549: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c >&5
configure:9552: $? = 0
configure:9555: test -s conftest
configure:9558: $? = 0
configure:9568: result: yes
configure:9506: checking for gettimeofday
configure:9549: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c >&5
configure:9552: $? = 0
configure:9555: test -s conftest
configure:9558: $? = 0
configure:9568: result: yes
configure:9506: checking for ftime
configure:9549: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c >&5
configure:9552: $? = 0
configure:9555: test -s conftest
configure:9558: $? = 0
configure:9568: result: yes
configure:9578: checking return type of signal handlers
configure:9612: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9615: $? = 0
configure:9618: test -s conftest.o
configure:9621: $? = 0
configure:9631: result: void
configure:9687: checking for _oss_ioctl in -lossaudio
configure:9720: /usr/bin/gcc-4.8 -o conftest -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include -L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib conftest.c -lossaudio >&5
/usr/bin/ld: cannot find -lossaudio
collect2: error: ld returned 1 exit status
configure:9723: $? = 1
configure: failed program was:
#line 9694 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char _oss_ioctl ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
_oss_ioctl ();
;
return 0;
}
configure:9740: result: no
configure:9875: checking __attribute__ ((aligned ())) support
configure:9901: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9904: $? = 0
configure:9907: test -s conftest.o
configure:9910: $? = 0
configure:9901: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9904: $? = 0
configure:9907: test -s conftest.o
configure:9910: $? = 0
configure:9901: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9904: $? = 0
configure:9907: test -s conftest.o
configure:9910: $? = 0
configure:9901: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9904: $? = 0
configure:9907: test -s conftest.o
configure:9910: $? = 0
configure:9901: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9904: $? = 0
configure:9907: test -s conftest.o
configure:9910: $? = 0
configure:9901: /usr/bin/gcc-4.8 -c -Os -w -pipe -march=core2 -fomit-frame-pointer -isystem/home/ubuntu/workspace/linuxbrew/include conftest.c >&5
configure:9904: $? = 0
configure:9907: test -s conftest.o
configure:9910: $? = 0
configure:9920: result: 64
configure:10010: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.53. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on iggyvolz-personal2-1311494
config.status:617: creating Makefile
config.status:617: creating autotools/Makefile
config.status:617: creating include/Makefile
config.status:617: creating test/Makefile
config.status:617: creating doc/Makefile
config.status:617: creating src/Makefile
config.status:617: creating liba52/Makefile
config.status:617: creating libao/Makefile
config.status:617: creating vc++/Makefile
config.status:721: creating include/config.h
config.status:943: executing default-1 commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_always_inline=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_attr_align_try=64
ac_cv_c_attribute_aligned=64
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict__
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc-4.8
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=core2'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-isystem/home/ubuntu/workspace/linuxbrew/include
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/ubuntu/workspace/linuxbrew/lib -Wl,-rpath,/home/ubuntu/workspace/linuxbrew/lib'
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_ftime=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_memalign=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='/usr/bin/gcc-4.8 -E'
ac_cv_prog_ac_ct_CC=/usr/bin/gcc-4.8
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_try_cflags_ok=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so* /lib/libc-*.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_path_separator=:
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "a52dec"
#define VERSION "0.7.4"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define inline __attribute__ ((__always_inline__))
#define restrict __restrict__
#define HAVE_MEMALIGN 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_FTIME 1
#define RETSIGTYPE void
#define LIBAO_OSS
#define ATTRIBUTE_ALIGNED_MAX 64
configure: exit 0
HOMEBREW_VERSION: 0.9.5
ORIGIN: git@github.com:Homebrew/linuxbrew.git
HEAD: 8fe17ee3ae3cd158804193b9e28e42ce29e19b6c
Last commit: 6 days ago
HOMEBREW_PREFIX: /home/ubuntu/workspace/linuxbrew
HOMEBREW_CELLAR: /home/ubuntu/workspace/linuxbrew/Cellar
CPU: 8-core 64-bit 6
OS X: 0-x86_64
Xcode: N/A
CLT: N/A
Clang: N/A
X11: N/A
System Ruby: 2.1.5 => /usr/local/rvm/rubies/ruby-2.1.5/bin/ruby
Perl: /usr/bin/perl
Python: /usr/bin/python => /usr/bin/python2.7
Ruby: /usr/local/rvm/rubies/ruby-2.1.5/bin/ruby
Java: 1.7.0_65
Warning: Unbrewed header files were found in /usr/local/include.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected header files:
/usr/local/include/lauxlib.h
/usr/local/include/lua.h
/usr/local/include/luaconf.h
/usr/local/include/lualib.h
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/liblua.a
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: You have a non-Homebrew 'pkg-config' in your PATH:
/usr/bin/pkg-config
`./configure` may have problems finding brew-installed packages using
this other pkg-config.
Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours. This is a long time in brewland!
To update Homebrew, run `brew update`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment