On Thu, Jun 26, 2014, at 11:07 AM, 'Johann Koenig' via WebM Discussion
wrote:
> This is actually not a blocking error and is expected in your
> situation. Can you upload the rest of your config.log?
cd /usr/local/src/hb-trunk
rm -rf build
echo $LD
/usr/bin/ld
./configure ...
cd build
make <==================== FAILS
...
/bin/mkdir -p contrib/libvpx/
/bin/rm -fr ./contrib/libvpx/libvpx-v1.3.0/
/bin/tar xfC
/usr/local/src/hb-trunk/download/libvpx-v1.3.0.tar.bz2
./contrib/libvpx/
touch contrib/libvpx/.stamp.extract
touch contrib/libvpx/.stamp.patch
set -e; cd ./contrib/libvpx/libvpx-v1.3.0/; CC=/usr/bin/gcc
CFLAGS="-I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include" CXX=/usr/bin/g++
CXXFLAGS="-I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include"
CPPFLAGS="-I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include"
LDFLAGS="-L/usr/local/src/hb-trunk/build/contrib/lib
-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64"
PKG_CONFIG_PATH="/usr/local/src/hb-trunk/build/contrib/lib/pkgconfig"
./configure --prefix=/usr/local/src/hb-trunk/build/contrib/
--disable-shared --enable-static --enable-vp8-encoder
--disable-vp9 --disable-vp8-decoder --disable-examples
--disable-docs --disable-unit-tests
Configuring selected codecs
enabling vp8_encoder
Configuring for target 'x86_64-linux-gcc'
enabling x86_64
enabling runtime_cpu_detect
enabling mmx
enabling sse
enabling sse2
enabling sse3
enabling ssse3
enabling sse4_1
enabling avx
enabling avx2
using yasm
checking here for x86inc "x86_64" ""
enabling use_x86inc
enabling postproc
Toolchain is unable to link executables
Configuration failed. This could reflect a misconfiguration of
your
toolchains, improper options selected, or another problem. If
you
don't see any useful error messages above, the next step is to
look
at the configure error log file (config.log) to determine what
configure was trying to do when it died.
make: *** [contrib/libvpx/.stamp.configure] Error 1
cat ./contrib/libvpx/libvpx-v1.3.0/config.log
# ./configure --prefix=/usr/local/src/hb-trunk/build/contrib/
--disable-shared --enable-static --enable-vp8-encoder
--disable-vp9 --disable-vp8-decoder --disable-examples
--disable-docs --disable-unit-tests
Configuring selected codecs
enabling vp8_encoder
Configuring for target 'x86_64-linux-gcc'
enabling x86_64
check_cpp
BEGIN /tmp/vpx-conf-7080-21614.c
1 #ifndef __ILP32__
2 #error "not x32"
3 #endif
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -E -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
/tmp/vpx-conf-7080-21614.c:2:2: error: #error "not x32"
#error "not x32"
^
enabling runtime_cpu_detect
enabling mmx
enabling sse
enabling sse2
enabling sse3
enabling ssse3
check_cflags -msse4
check_cc -msse4
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -msse4 -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
enabling sse4_1
check_cflags -mavx
check_cc -mavx
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -mavx -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
enabling avx
check_cflags -mavx2
check_cc -mavx2
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -mavx2 -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
enabling avx2
using yasm
check_cxxflags -O3
check_cxx -Werror -O3
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64
-Werror -O3 -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
check_cflags -O3
check_cc -O3
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
enabling use_x86inc
check_cxxflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
check_cxx -Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-Werror -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
check_cc -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cc
BEGIN /tmp/vpx-conf-7080-21614.c
1 unsigned int e = 'O'<<24 | '2'<<16 | 'B'<<8 | 'E';
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cc
BEGIN /tmp/vpx-conf-7080-21614.c
1 static inline function() {}
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
/tmp/vpx-conf-7080-21614.c:1:19: warning: return type defaults
to ‘int’
static inline function() {}
^
check_cc
BEGIN /tmp/vpx-conf-7080-21614.c
1 static __attribute__((always_inline)) function() {}
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
/tmp/vpx-conf-7080-21614.c:1:43: warning: return type defaults
to ‘int’
static __attribute__((always_inline)) function() {}
^
/tmp/vpx-conf-7080-21614.c:1:43: warning: always_inline function
might not be inlinable [-Wattributes]
check_header pthread.h
check_cpp
BEGIN /tmp/vpx-conf-7080-21614.c
1 #include "pthread.h"
2 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -E -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cxxflags -Wall
check_cxx -Werror -Wall
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Werror -Wall -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -Wall
check_cc -Wall
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cxxflags -Wdeclaration-after-statement
check_cxx -Werror -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Werror
-Wdeclaration-after-statement -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
cc1plus: error: command line option
‘-Wdeclaration-after-statement’ is valid for C/ObjC but not for
C++ [-Werror]
cc1plus: all warnings being treated as errors
check_cflags -Wdeclaration-after-statement
check_cc -Wdeclaration-after-statement
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_cxxflags -Wdisabled-optimization
check_cxx -Werror -Wdisabled-optimization
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Werror -Wdisabled-optimization -c
-o /tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -Wdisabled-optimization
check_cc -Wdisabled-optimization
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization -c
-o /tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_cxxflags -Wpointer-arith
check_cxx -Werror -Wpointer-arith
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization -Werror
-Wpointer-arith -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
check_cflags -Wpointer-arith
check_cc -Wpointer-arith
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cxxflags -Wtype-limits
check_cxx -Werror -Wtype-limits
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Werror -Wtype-limits -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -Wtype-limits
check_cc -Wtype-limits
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cxxflags -Wcast-qual
check_cxx -Werror -Wcast-qual
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Werror -Wcast-qual -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -Wcast-qual
check_cc -Wcast-qual
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_cxxflags -Wvla
check_cxx -Werror -Wvla
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Werror -Wvla -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -Wvla
check_cc -Wvla
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_cxxflags -Wimplicit-function-declaration
check_cxx -Werror -Wimplicit-function-declaration
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Werror
-Wimplicit-function-declaration -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
cc1plus: error: command line option
‘-Wimplicit-function-declaration’ is valid for C/ObjC but not
for C++ [-Werror]
cc1plus: all warnings being treated as errors
check_cflags -Wimplicit-function-declaration
check_cc -Wimplicit-function-declaration
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cxxflags -Wuninitialized
check_cxx -Werror -Wuninitialized
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Werror
-Wuninitialized -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
check_cflags -Wuninitialized
check_cc -Wuninitialized
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -Wuninitialized -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_cxxflags -Wunused-variable
check_cxx -Werror -Wunused-variable
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized
-Werror -Wunused-variable -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
check_cflags -Wunused-variable
check_cc -Wunused-variable
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -Wuninitialized
-Wunused-variable -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.c
check_cxxflags -Wunused-but-set-variable
check_cxx -Werror -Wunused-but-set-variable
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized
-Wunused-variable -Werror -Wunused-but-set-variable -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_cflags -Wunused-but-set-variable
check_cc -Wunused-but-set-variable
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -Wuninitialized
-Wunused-variable -Wunused-but-set-variable -c -o
/tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_cxxflags -Wno-unused-function
check_cxx -Werror -Wno-unused-function
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int x;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized
-Wunused-variable -Wunused-but-set-variable -Werror
-Wno-unused-function -c -o /tmp/vpx-conf-7080-21614.o
/tmp/vpx-conf-7080-21614.cc
check_cflags -Wno-unused-function
check_cc -Wno-unused-function
BEGIN /tmp/vpx-conf-7080-21614.c
1 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -Wuninitialized
-Wunused-variable -Wunused-but-set-variable -Wno-unused-function
-c -o /tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
enabling postproc
check_cxx
BEGIN /tmp/vpx-conf-7080-21614.cc
1 int z;
END /tmp/vpx-conf-7080-21614.cc
/usr/bin/g++ -I/usr/local/src/hb-trunk/build/contrib/include -O2
-D_FORTIFY_SOURCE=2 -fmessage-length=0 -fstack-protector
-march=amdfam10 -mtune=amdfam10 -I/usr/local/include -m64 -O3
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -Wall -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wuninitialized
-Wunused-variable -Wunused-but-set-variable -Wno-unused-function
-c -o /tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.cc
check_header stdio.h
check_cpp
BEGIN /tmp/vpx-conf-7080-21614.c
1 #include "stdio.h"
2 int x;
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -Wuninitialized
-Wunused-variable -Wunused-but-set-variable -Wno-unused-function
-E -o /tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
check_ld
check_cc
BEGIN /tmp/vpx-conf-7080-21614.c
1 int main(void) {return 0;}
END /tmp/vpx-conf-7080-21614.c
/usr/bin/gcc -I/usr/local/src/hb-trunk/build/contrib/include
-std=gnu99 -O2 -D_FORTIFY_SOURCE=2 -fmessage-length=0
-fstack-protector -march=amdfam10 -mtune=amdfam10
-I/usr/local/include -m64 -O3 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-Wall -Wdeclaration-after-statement -Wdisabled-optimization
-Wpointer-arith -Wtype-limits -Wcast-qual -Wvla
-Wimplicit-function-declaration -Wuninitialized
-Wunused-variable -Wunused-but-set-variable -Wno-unused-function
-c -o /tmp/vpx-conf-7080-21614.o /tmp/vpx-conf-7080-21614.c
/usr/bin/ld -L/usr/local/src/hb-trunk/build/contrib/lib
-L/usr/local/lib64 -Wl,-rpath,/usr/local/lib64 -m64 -o
/tmp/vpx-conf-7080-21614.x /tmp/vpx-conf-7080-21614.o -lpthread
/usr/bin/ld: unrecognised emulation mode: 64
Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 i386linux
elf_l1om elf_k1om aarch64linux aarch64elf aarch64elf32
aarch64elf32b aarch64elfb armelf armelfb aarch64linuxb
aarch64linux32 aarch64linux32b armelfb_linux_eabi
armelf_linux_eabi elf64alpha alpha armelf_linux armelfb_linux
hppalinux hppa64linux elf64_ia64 m68kelf m68klinux elf32btsmip
elf32ltsmip elf32btsmipn32 elf64btsmip elf32ltsmipn32
elf64ltsmip elf32ppclinux elf32ppc elf32ppcsim elf64ppc
elf64lppc elf32lppc elf32lppclinux elf32lppcsim elf_s390
elf64_s390 shlelf_linux elf32_sparc sparclinux elf64_sparc sun4
ppcmacos elf32_spu i386pep i386pe
cd ..
rm -rf build
unset LD
./configure ...
cd build
make <==================== OK