Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 360102 Details for
Bug 486878
www-client/chromium-30.0.1599.66 build error - undefined reference to `WebPDemuxDelete'/etc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config log
config.log (text/x-log), 57.15 KB, created by
Richard Freeman
on 2013-10-04 11:31:21 UTC
(
hide
)
Description:
config log
Filename:
MIME Type:
Creator:
Richard Freeman
Created:
2013-10-04 11:31:21 UTC
Size:
57.15 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by libwebp configure 0.3.1, which was >generated by GNU Autoconf 2.68. Invocation command line was > > $ /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-silent-rules --disable-dependency-tracking --disable-static --disable-swap-16bit-csp --disable-experimental --enable-libwebpmux --enable-libwebpdemux --enable-libwebpdecoder > >## --------- ## >## Platform. ## >## --------- ## > >hostname = rich64 >uname -m = x86_64 >uname -r = 3.10.7-gentoo-r1 >uname -s = Linux >uname -v = #1 SMP Sat Sep 28 08:25:17 EDT 2013 > >/usr/bin/uname -p = AMD Phenom(tm) II X4 965 Processor >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/portage/bin/ebuild-helpers/xattr >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 >PATH: /usr/kde/3.5/sbin >PATH: /usr/kde/3.5/bin >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3 >PATH: /opt/ec2-ami-tools/bin >PATH: /opt/ec2-api-tools/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2164: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2293: checking build system type >configure:2307: result: x86_64-pc-linux-gnu >configure:2327: checking host system type >configure:2340: result: x86_64-pc-linux-gnu >configure:2360: checking target system type >configure:2373: result: x86_64-pc-linux-gnu >configure:2415: checking for a BSD-compatible install >configure:2483: result: /usr/lib64/portage/bin/ebuild-helpers/xattr/install -c >configure:2494: checking whether build environment is sane >configure:2544: result: yes >configure:2685: checking for a thread-safe mkdir -p >configure:2724: result: /bin/mkdir -p >configure:2737: checking for gawk >configure:2753: found /usr/bin/gawk >configure:2764: result: gawk >configure:2775: checking whether make sets $(MAKE) >configure:2797: result: yes >configure:2890: checking for style of include used by make >configure:2918: result: GNU >configure:2949: checking for x86_64-pc-linux-gnu-gcc >configure:2965: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:2976: result: x86_64-pc-linux-gnu-gcc >configure:3245: checking for C compiler version >configure:3254: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) 4.7.3 >Copyright (C) 2012 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:3265: $? = 0 >configure:3254: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-cloog --without-ppl --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --enable-multilib --with-multilib-list=m32,m64 --enable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-checking=release --enable-java-awt=gtk --enable-libstdcxx-time --enable-languages=c,c++,java,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.3, pie-0.5.5' >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) >configure:3265: $? = 0 >configure:3254: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3265: $? = 1 >configure:3254: x86_64-pc-linux-gnu-gcc -qversion >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3265: $? = 1 >configure:3285: checking whether the C compiler works >configure:3307: x86_64-pc-linux-gnu-gcc -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3311: $? = 0 >configure:3359: result: yes >configure:3362: checking for C compiler default output file name >configure:3364: result: a.out >configure:3370: checking for suffix of executables >configure:3377: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3381: $? = 0 >configure:3403: result: >configure:3425: checking whether we are cross compiling >configure:3433: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3437: $? = 0 >configure:3444: ./conftest >configure:3448: $? = 0 >configure:3463: result: no >configure:3468: checking for suffix of object files >configure:3490: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3494: $? = 0 >configure:3515: result: o >configure:3519: checking whether we are using the GNU C compiler >configure:3538: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3538: $? = 0 >configure:3547: result: yes >configure:3556: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3576: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3576: $? = 0 >configure:3617: result: yes >configure:3634: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3698: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3698: $? = 0 >configure:3711: result: none needed >configure:3733: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3844: result: none >configure:3865: checking for x86_64-pc-linux-gnu-ar >configure:3881: found /usr/bin/x86_64-pc-linux-gnu-ar >configure:3892: result: x86_64-pc-linux-gnu-ar >configure:3962: checking the archiver (x86_64-pc-linux-gnu-ar) interface >configure:3972: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:3972: $? = 0 >configure:3974: x86_64-pc-linux-gnu-ar cru libconftest.a conftest.o >&5 >configure:3977: $? = 0 >configure:4000: result: ar >configure:4067: checking how to print strings >configure:4094: result: printf >configure:4115: checking for a sed that does not truncate output >configure:4179: result: /bin/sed >configure:4197: checking for grep that handles long lines and -e >configure:4255: result: /bin/grep >configure:4260: checking for egrep >configure:4322: result: /bin/grep -E >configure:4327: checking for fgrep >configure:4389: result: /bin/grep -F >configure:4424: checking for ld used by x86_64-pc-linux-gnu-gcc >configure:4491: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:4498: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:4513: result: yes >configure:4525: checking for BSD- or MS-compatible name lister (nm) >configure:4574: result: /usr/bin/nm -B >configure:4704: checking the name lister (/usr/bin/nm -B) interface >configure:4711: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:4714: /usr/bin/nm -B "conftest.o" >configure:4717: output >0000000000000001 C __gnu_lto_v1 >0000000000000000 B some_variable >configure:4724: result: BSD nm >configure:4727: checking whether ln -s works >configure:4731: result: yes >configure:4739: checking the maximum length of command line arguments >configure:4869: result: 1572864 >configure:4886: checking whether the shell understands some XSI constructs >configure:4896: result: yes >configure:4900: checking whether the shell understands "+=" >configure:4906: result: yes >configure:4941: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:4981: result: func_convert_file_noop >configure:4988: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5008: result: func_convert_file_noop >configure:5015: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:5022: result: -r >configure:5056: checking for x86_64-pc-linux-gnu-objdump >configure:5072: found /usr/bin/x86_64-pc-linux-gnu-objdump >configure:5083: result: x86_64-pc-linux-gnu-objdump >configure:5155: checking how to recognize dependent libraries >configure:5357: result: pass_all >configure:5402: checking for x86_64-pc-linux-gnu-dlltool >configure:5432: result: no >configure:5442: checking for dlltool >configure:5472: result: no >configure:5502: checking how to associate runtime and link libraries >configure:5529: result: printf %s\n >configure:5545: checking for x86_64-pc-linux-gnu-ar >configure:5572: result: x86_64-pc-linux-gnu-ar >configure:5653: checking for archiver @FILE support >configure:5670: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:5670: $? = 0 >configure:5673: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:5676: $? = 0 >configure:5681: x86_64-pc-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >x86_64-pc-linux-gnu-ar: conftest.o: No such file or directory >configure:5684: $? = 1 >configure:5696: result: @ >configure:5714: checking for x86_64-pc-linux-gnu-strip >configure:5730: found /usr/bin/x86_64-pc-linux-gnu-strip >configure:5741: result: x86_64-pc-linux-gnu-strip >configure:5813: checking for x86_64-pc-linux-gnu-ranlib >configure:5829: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:5840: result: x86_64-pc-linux-gnu-ranlib >configure:5982: checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object >configure:6102: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:6105: $? = 0 >configure:6109: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:6112: $? = 0 >configure:6178: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c conftstm.o >&5 >configure:6181: $? = 0 >configure:6219: result: ok >configure:6256: checking for sysroot >configure:6286: result: no >configure:6363: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:6366: $? = 0 >configure:6502: checking for x86_64-pc-linux-gnu-mt >configure:6532: result: no >configure:6542: checking for mt >configure:6558: found /usr/sbin/mt >configure:6569: result: mt >configure:6592: checking if mt is a manifest tool >configure:6598: mt '-?' >usage: mt [-v] [--version] [-h] [ -f device ] command [ count ] >configure:6606: result: no >configure:7248: checking how to run the C preprocessor >configure:7279: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7279: $? = 0 >configure:7293: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:7293: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libwebp" >| #define PACKAGE_TARNAME "libwebp" >| #define PACKAGE_VERSION "0.3.1" >| #define PACKAGE_STRING "libwebp 0.3.1" >| #define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >| #define PACKAGE_URL "http://developers.google.com/speed/webp" >| #define PACKAGE "libwebp" >| #define VERSION "0.3.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7318: result: x86_64-pc-linux-gnu-gcc -E >configure:7338: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:7338: $? = 0 >configure:7352: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:7352: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libwebp" >| #define PACKAGE_TARNAME "libwebp" >| #define PACKAGE_VERSION "0.3.1" >| #define PACKAGE_STRING "libwebp 0.3.1" >| #define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >| #define PACKAGE_URL "http://developers.google.com/speed/webp" >| #define PACKAGE "libwebp" >| #define VERSION "0.3.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:7381: checking for ANSI C header files >configure:7401: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7401: $? = 0 >configure:7474: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7474: $? = 0 >configure:7474: ./conftest >configure:7474: $? = 0 >configure:7485: result: yes >configure:7498: checking for sys/types.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for sys/stat.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for stdlib.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for string.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for memory.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for strings.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for inttypes.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for stdint.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7498: checking for unistd.h >configure:7498: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7498: $? = 0 >configure:7498: result: yes >configure:7512: checking for dlfcn.h >configure:7512: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:7512: $? = 0 >configure:7512: result: yes >configure:7718: checking for objdir >configure:7733: result: .libs >configure:8004: checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8022: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] >configure:8026: $? = 0 >configure:8039: result: no >configure:8366: checking for x86_64-pc-linux-gnu-gcc option to produce PIC >configure:8373: result: -fPIC -DPIC >configure:8381: checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:8399: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -fPIC -DPIC -DPIC conftest.c >&5 >configure:8403: $? = 0 >configure:8416: result: yes >configure:8445: checking if x86_64-pc-linux-gnu-gcc static flag -static works >configure:8473: result: yes >configure:8488: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:8509: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -o out/conftest2.o conftest.c >&5 >configure:8513: $? = 0 >configure:8535: result: yes >configure:8543: checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o >configure:8590: result: yes >configure:8623: checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:9780: result: yes >configure:9817: checking whether -lc should be explicitly linked in >configure:9825: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:9828: $? = 0 >configure:9843: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:9846: $? = 0 >configure:9860: result: no >configure:10020: checking dynamic linker characteristics >configure:10531: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:10531: $? = 0 >configure:10765: result: GNU/Linux ld.so >configure:10872: checking how to hardcode library paths into programs >configure:10897: result: immediate >configure:11437: checking whether stripping libraries is possible >configure:11442: result: yes >configure:11477: checking if libtool supports shared libraries >configure:11479: result: yes >configure:11482: checking whether to build shared libraries >configure:11503: result: yes >configure:11506: checking whether to build static libraries >configure:11510: result: no >configure:11548: checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together >configure:11579: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:11583: $? = 0 >configure:11589: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:11593: $? = 0 >configure:11604: cc -c conftest.c >&5 >configure:11608: $? = 0 >configure:11616: cc -c conftest.c -o conftest2.o >&5 >configure:11620: $? = 0 >configure:11626: cc -c conftest.c -o conftest2.o >&5 >configure:11630: $? = 0 >configure:11648: result: yes >configure:11685: checking whether make supports nested variables >configure:11702: result: yes >configure:11737: checking whether x86_64-pc-linux-gnu-gcc supports -Wall >configure:11743: x86_64-pc-linux-gnu-gcc -c -Werror -Wall conftest.c >&5 >configure:11743: $? = 0 >configure:11744: result: yes >configure:11755: checking whether x86_64-pc-linux-gnu-gcc supports -Wdeclaration-after-statement >configure:11761: x86_64-pc-linux-gnu-gcc -c -Werror -Wdeclaration-after-statement conftest.c >&5 >configure:11761: $? = 0 >configure:11762: result: yes >configure:11773: checking whether x86_64-pc-linux-gnu-gcc supports -Wextra >configure:11779: x86_64-pc-linux-gnu-gcc -c -Werror -Wextra conftest.c >&5 >configure:11779: $? = 0 >configure:11780: result: yes >configure:11791: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-declarations >configure:11797: x86_64-pc-linux-gnu-gcc -c -Werror -Wmissing-declarations conftest.c >&5 >configure:11797: $? = 0 >configure:11798: result: yes >configure:11809: checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-prototypes >configure:11815: x86_64-pc-linux-gnu-gcc -c -Werror -Wmissing-prototypes conftest.c >&5 >configure:11815: $? = 0 >configure:11816: result: yes >configure:11827: checking whether x86_64-pc-linux-gnu-gcc supports -Wold-style-definition >configure:11833: x86_64-pc-linux-gnu-gcc -c -Werror -Wold-style-definition conftest.c >&5 >configure:11833: $? = 0 >configure:11834: result: yes >configure:11845: checking whether x86_64-pc-linux-gnu-gcc supports -Wshadow >configure:11851: x86_64-pc-linux-gnu-gcc -c -Werror -Wshadow conftest.c >&5 >configure:11851: $? = 0 >configure:11852: result: yes >configure:11863: checking whether x86_64-pc-linux-gnu-gcc supports -Wunused-but-set-variable >configure:11869: x86_64-pc-linux-gnu-gcc -c -Werror -Wunused-but-set-variable conftest.c >&5 >configure:11869: $? = 0 >configure:11870: result: yes >configure:11881: checking whether x86_64-pc-linux-gnu-gcc supports -Wunused >configure:11887: x86_64-pc-linux-gnu-gcc -c -Werror -Wunused conftest.c >&5 >configure:11887: $? = 0 >configure:11888: result: yes >configure:11899: checking whether x86_64-pc-linux-gnu-gcc supports -Wvla >configure:11905: x86_64-pc-linux-gnu-gcc -c -Werror -Wvla conftest.c >&5 >configure:11905: $? = 0 >configure:11906: result: yes >configure:11933: checking for threading support... >configure:12103: checking for the pthreads library -lpthreads >configure:12141: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -lpthreads >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >configure:12141: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libwebp" >| #define PACKAGE_TARNAME "libwebp" >| #define PACKAGE_VERSION "0.3.1" >| #define PACKAGE_STRING "libwebp 0.3.1" >| #define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >| #define PACKAGE_URL "http://developers.google.com/speed/webp" >| #define PACKAGE "libwebp" >| #define VERSION "0.3.1" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| #include <pthread.h> >| static void routine(void *a) { a = 0; } >| static void *start_routine(void *a) { return a; } >| int >| main () >| { >| pthread_t th; pthread_attr_t attr; >| pthread_create(&th, 0, start_routine, 0); >| pthread_join(th, 0); >| pthread_attr_init(&attr); >| pthread_cleanup_push(routine, 0); >| pthread_cleanup_pop(0) /* ; */ >| ; >| return 0; >| } >configure:12150: result: no >configure:12048: checking whether pthreads work without any flags >configure:12141: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:12141: $? = 0 >configure:12150: result: yes >configure:12169: checking for joinable pthread attribute >configure:12184: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >configure:12184: $? = 0 >configure:12190: result: PTHREAD_CREATE_JOINABLE >configure:12200: checking if more special flags are required for pthreads >configure:12214: result: no >configure:12220: checking for PTHREAD_PRIO_INHERIT >configure:12238: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >conftest.c: In function 'main': >conftest.c:28:9: error: 'PTHREAD_PRIO_INHERIT' undeclared (first use in this function) >conftest.c:28:9: note: each undeclared identifier is reported only once for each function it appears in >configure:12238: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libwebp" >| #define PACKAGE_TARNAME "libwebp" >| #define PACKAGE_VERSION "0.3.1" >| #define PACKAGE_STRING "libwebp 0.3.1" >| #define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >| #define PACKAGE_URL "http://developers.google.com/speed/webp" >| #define PACKAGE "libwebp" >| #define VERSION "0.3.1" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| >| #include <pthread.h> >| int >| main () >| { >| int i = PTHREAD_PRIO_INHERIT; >| ; >| return 0; >| } >configure:12247: result: no >configure:12336: checking if threading is enabled... yes >configure:12384: checking for GL/glut.h >configure:12384: result: yes >configure:12423: checking for library containing glBegin >configure:12454: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >/var/tmp/portage/media-libs/libwebp-0.3.1/temp/ccsYivPd.ltrans0.ltrans.o: In function `main': >ccsYivPd.ltrans0.o:(.text.startup+0x4): undefined reference to `glBegin' >collect2: error: ld returned 1 exit status >configure:12454: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libwebp" >| #define PACKAGE_TARNAME "libwebp" >| #define PACKAGE_VERSION "0.3.1" >| #define PACKAGE_STRING "libwebp 0.3.1" >| #define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >| #define PACKAGE_URL "http://developers.google.com/speed/webp" >| #define PACKAGE "libwebp" >| #define VERSION "0.3.1" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WEBP_USE_THREAD 1 >| #define HAVE_GL_GLUT_H 1 >| /* 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 glBegin (); >| int >| main () >| { >| return glBegin (); >| ; >| return 0; >| } >configure:12454: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -lGL >&5 >configure:12454: $? = 0 >configure:12471: result: -lGL >configure:12508: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c >&5 >/var/tmp/portage/media-libs/libwebp-0.3.1/temp/ccR0QY9E.ltrans0.ltrans.o: In function `main': >ccR0QY9E.ltrans0.o:(.text.startup+0x4): undefined reference to `glOrtho' >ccR0QY9E.ltrans0.o:(.text.startup+0xb): undefined reference to `glutMainLoop' >collect2: error: ld returned 1 exit status >configure:12508: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "libwebp" >| #define PACKAGE_TARNAME "libwebp" >| #define PACKAGE_VERSION "0.3.1" >| #define PACKAGE_STRING "libwebp 0.3.1" >| #define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >| #define PACKAGE_URL "http://developers.google.com/speed/webp" >| #define PACKAGE "libwebp" >| #define VERSION "0.3.1" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define WEBP_USE_THREAD 1 >| #define HAVE_GL_GLUT_H 1 >| /* end confdefs.h. */ >| >| #ifdef __cplusplus >| # define EXTERN_C extern "C" >| #else >| # define EXTERN_C >| #endif >| EXTERN_C char glOrtho(); >| EXTERN_C char glutMainLoop(); >| >| int >| main () >| { >| >| glOrtho(); >| glutMainLoop(); >| >| ; >| return 0; >| } >| >configure:12508: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -lglut >&5 >configure:12508: $? = 0 >configure:12554: checking for libpng-config >configure:12572: found /usr/bin/libpng-config >configure:12584: result: /usr/bin/libpng-config >configure:12621: checking for png.h >configure:12621: result: yes >configure:12623: checking for library containing png_get_libpng_ver >configure:12654: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -I/usr/include/libpng15 -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -lpng15 >&5 >configure:12654: $? = 0 >configure:12671: result: none required >configure:12725: checking for jpeglib.h >configure:12725: result: yes >configure:12727: checking for jpeg_set_defaults in -ljpeg >configure:12752: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -ljpeg >&5 >configure:12752: $? = 0 >configure:12761: result: yes >configure:12807: checking for tiffio.h >configure:12807: result: yes >configure:12809: checking for TIFFGetVersion in -ltiff >configure:12834: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -ltiff >&5 >configure:12834: $? = 0 >configure:12843: result: yes >configure:12889: checking for gif_lib.h >configure:12889: result: yes >configure:12891: checking for DGifOpenFileHandle in -lgif >configure:12916: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector conftest.c -lgif >&5 >configure:12916: $? = 0 >configure:12925: result: yes >configure:13036: checking if --enable-swap-16bit-csp option is specified >configure:13046: result: no >configure:13052: checking if --enable-experimental option is specified >configure:13065: result: no >configure:13069: checking whether libwebpmux is to be built >configure:13076: result: yes >configure:13087: checking whether libwebpdemux is to be built >configure:13094: result: yes >configure:13105: checking whether decoder library is to be built >configure:13112: result: yes >configure:13281: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by libwebp config.status 0.3.1, which was >generated by GNU Autoconf 2.68. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on rich64 > >config.status:1150: creating Makefile >config.status:1150: creating src/Makefile >config.status:1150: creating man/Makefile >config.status:1150: creating examples/Makefile >config.status:1150: creating src/dec/Makefile >config.status:1150: creating src/enc/Makefile >config.status:1150: creating src/dsp/Makefile >config.status:1150: creating src/demux/Makefile >config.status:1150: creating src/mux/Makefile >config.status:1150: creating src/utils/Makefile >config.status:1150: creating src/libwebp.pc >config.status:1150: creating src/libwebpdecoder.pc >config.status:1150: creating src/demux/libwebpdemux.pc >config.status:1150: creating src/mux/libwebpmux.pc >config.status:1150: creating config.h >config.status:1364: executing depfiles commands >config.status:1364: executing libtool commands >configure:15562: >WebP Configuration Summary >-------------------------- > >Shared libraries: yes >Static libraries: no >Threaded decode: yes >libwebp: yes >libwebpdecoder: yes >libwebpdemux: yes >libwebpmux: yes > >Tools: >cwebp : yes > Input format support > ==================== > JPEG : yes > PNG : yes > TIFF : yes > WIC : no >dwebp : yes > Output format support > ===================== > PNG : yes > WIC : no >gif2webp : yes >webpmux : yes >vwebp : yes > > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector' >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=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_header_GL_glut_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_gif_lib_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_jpeglib_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_png_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_tiffio_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_gif_DGifOpenFileHandle=yes >ac_cv_lib_jpeg_jpeg_set_defaults=yes >ac_cv_lib_tiff_TIFFGetVersion=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_LIBPNG_CONFIG=/usr/bin/libpng-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/lib64/portage/bin/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=x86_64-pc-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_OBJDUMP=x86_64-pc-linux-gnu-objdump >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_STRIP=x86_64-pc-linux-gnu-strip >ac_cv_prog_ac_ct_MANIFEST_TOOL=mt >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_x86_64_pc_linux_gnu_gcc_c_o=yes >ac_cv_prog_make_make_set=yes >ac_cv_search_glBegin=-lGL >ac_cv_search_png_get_libpng_ver='none required' >ac_cv_target=x86_64-pc-linux-gnu >am_cv_CC_dependencies_compiler_type=none >am_cv_ar_interface=ar >am_cv_make_support_nested_variables=yes >ax_cv_PTHREAD_PRIO_INHERIT=no >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/missing --run aclocal-1.11' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_CFLAGS=' -Wall -Wdeclaration-after-statement -Wextra -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wshadow -Wunused-but-set-variable -Wunused -Wvla' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='x86_64-pc-linux-gnu-ar' >AUTOCONF='${SHELL} /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/missing --run automake-1.11' >AWK='gawk' >BUILD_GIF2WEBP_FALSE='#' >BUILD_GIF2WEBP_TRUE='' >BUILD_LIBWEBPDECODER_FALSE='#' >BUILD_LIBWEBPDECODER_TRUE='' >BUILD_VWEBP_FALSE='#' >BUILD_VWEBP_TRUE='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector ' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >FGREP='/bin/grep -F' >GIF_INCLUDES='' >GIF_LIBS=' -lgif' >GL_INCLUDES='' >GL_LIBS='-Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector -lglut' >GREP='/bin/grep' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >JPEG_INCLUDES=' -DWEBP_HAVE_JPEG' >JPEG_LIBS=' -ljpeg' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--as-needed -Wl,--sort-common -march=amdfam10 -Os -pipe -frename-registers -fweb -freorder-blocks -freorder-blocks-and-partition -flto=5 -funit-at-a-time -ftree-pre -fgcse-sm -fgcse-las -fgcse-after-reload -fmerge-all-constants -ftree-vectorize -ftree-parallelize-loops=4 -mabm -msse4a -fstack-protector' >LIBOBJS='' >LIBPNG_CONFIG='/usr/bin/libpng-config' >LIBS=' ' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/missing --run makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >NM='/usr/bin/nm -B' >NMEDIT='' >OBJDUMP='x86_64-pc-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='libwebp' >PACKAGE_BUGREPORT='http://code.google.com/p/webp/issues' >PACKAGE_NAME='libwebp' >PACKAGE_STRING='libwebp 0.3.1' >PACKAGE_TARNAME='libwebp' >PACKAGE_URL='http://developers.google.com/speed/webp' >PACKAGE_VERSION='0.3.1' >PATH_SEPARATOR=':' >PNG_INCLUDES='-I/usr/include/libpng15 -DWEBP_HAVE_PNG' >PNG_LIBS=' -lpng15' >PTHREAD_CC='x86_64-pc-linux-gnu-gcc' >PTHREAD_CFLAGS='' >PTHREAD_LIBS='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STRIP='x86_64-pc-linux-gnu-strip' >TIFF_INCLUDES=' -DWEBP_HAVE_TIFF' >TIFF_LIBS=' -ltiff' >USE_EXPERIMENTAL_CODE='' >USE_SWAP_16BIT_CSP='' >VERSION='0.3.1' >WANT_DEMUX_FALSE='#' >WANT_DEMUX_TRUE='' >WANT_MUX_FALSE='#' >WANT_MUX_TRUE='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='#' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >ax_pthread_config='' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/media-libs/libwebp-0.3.1/work/libwebp-0.3.1/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkgconfigdir='${libdir}/pkgconfig' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target='x86_64-pc-linux-gnu' >target_alias='' >target_cpu='x86_64' >target_os='linux-gnu' >target_vendor='pc' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "libwebp" >#define PACKAGE_TARNAME "libwebp" >#define PACKAGE_VERSION "0.3.1" >#define PACKAGE_STRING "libwebp 0.3.1" >#define PACKAGE_BUGREPORT "http://code.google.com/p/webp/issues" >#define PACKAGE_URL "http://developers.google.com/speed/webp" >#define PACKAGE "libwebp" >#define VERSION "0.3.1" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define WEBP_USE_THREAD 1 >#define HAVE_GL_GLUT_H 1 >#define WEBP_HAVE_PNG 1 >#define WEBP_HAVE_JPEG 1 >#define WEBP_HAVE_TIFF 1 > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 486878
:
360054
|
360056
|
360058
|
360060
|
360092
|
360094
| 360102 |
360534