Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 475604 Details for
Bug 621214
games-emulation/mednafen-0.9.45 - emerge fails with dev-libs/lzo-2.09
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), 69.48 KB, created by
Scall
on 2017-06-08 14:20:25 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Scall
Created:
2017-06-08 14:20:25 UTC
Size:
69.48 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 configure, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/mednafen-0.9.45 --htmldir=/usr/share/doc/mednafen-0.9.45/html --libdir=/usr/lib64 --enable-alsa --disable-altivec --disable-cjk-fonts --disable-debugger --disable-jack --disable-nls --disable-fancy-scalers --disable-pce-fast --disable-snes-faust --disable-ssfplay --without-libsndfile > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 4.8.17-hardened-r2-gnu >uname -s = Linux >uname -v = #25 SMP Tue May 23 10:53:52 CEST 2017 > >/usr/bin/uname -p = Pentium(R) Dual-Core CPU E5400 @ 2.70GHz >/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/lib/portage/python2.7/ebuild-helpers/xattr >PATH: /usr/lib/portage/python2.7/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/5.4.0 >PATH: /usr/x86_64-pc-linux-gnu/i686-w64-mingw32/gcc-bin/5.4.0 >PATH: /usr/x86_64-pc-linux-gnu/x86_64-w64-mingw32/gcc-bin/5.4.0 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2890: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| 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 [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:3030: checking for x86_64-pc-linux-gnu-gcc >configure:3046: found /usr/bin/x86_64-pc-linux-gnu-gcc >configure:3057: result: x86_64-pc-linux-gnu-gcc >configure:3326: checking for C compiler version >configure:3335: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0 >Copyright (C) 2015 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:3346: $? = 0 >configure:3335: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /home/.no-tmpfs/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) >configure:3346: $? = 0 >configure:3335: 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:3346: $? = 1 >configure:3335: 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:3346: $? = 1 >configure:3366: checking whether the C compiler works >configure:3388: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3392: $? = 0 >configure:3440: result: yes >configure:3443: checking for C compiler default output file name >configure:3445: result: a.out >configure:3451: checking for suffix of executables >configure:3458: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3462: $? = 0 >configure:3484: result: >configure:3506: checking whether we are cross compiling >configure:3514: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3518: $? = 0 >configure:3525: ./conftest >configure:3529: $? = 0 >configure:3544: result: no >configure:3549: checking for suffix of object files >configure:3571: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:3575: $? = 0 >configure:3596: result: o >configure:3600: checking whether we are using the GNU C compiler >configure:3619: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:3619: $? = 0 >configure:3628: result: yes >configure:3637: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3657: x86_64-pc-linux-gnu-gcc -c -g conftest.c >&5 >configure:3657: $? = 0 >configure:3698: result: yes >configure:3715: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3778: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:3778: $? = 0 >configure:3791: result: none needed >configure:3816: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:3838: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3841: $? = 0 >configure:3838: x86_64-pc-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:3841: $? = 0 >configure:3853: result: yes >configure:3876: checking how to run the C preprocessor >configure:3907: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3907: $? = 0 >configure:3921: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3921: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:3946: result: x86_64-pc-linux-gnu-gcc -E >configure:3966: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:3966: $? = 0 >configure:3980: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:3980: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4009: checking for grep that handles long lines and -e >configure:4067: result: /bin/grep >configure:4072: checking for egrep >configure:4134: result: /bin/grep -E >configure:4139: checking for ANSI C header files >configure:4159: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4159: $? = 0 >configure:4232: x86_64-pc-linux-gnu-gcc -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4232: $? = 0 >configure:4232: ./conftest >configure:4232: $? = 0 >configure:4243: result: yes >configure:4256: checking for sys/types.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for sys/stat.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for stdlib.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for string.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for memory.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for strings.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for inttypes.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for stdint.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4256: checking for unistd.h >configure:4256: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4256: $? = 0 >configure:4256: result: yes >configure:4269: checking minix/config.h usability >configure:4269: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >conftest.c:52:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:4269: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:4269: result: no >configure:4269: checking minix/config.h presence >configure:4269: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:19:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:4269: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:4269: result: no >configure:4269: checking for minix/config.h >configure:4269: result: no >configure:4290: checking whether it is safe to define __EXTENSIONS__ >configure:4308: x86_64-pc-linux-gnu-gcc -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.c >&5 >configure:4308: $? = 0 >configure:4315: result: yes >configure:4343: checking build system type >configure:4357: result: x86_64-pc-linux-gnu >configure:4377: checking host system type >configure:4390: result: x86_64-pc-linux-gnu >configure:4426: checking for a BSD-compatible install >configure:4494: result: /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c >configure:4505: checking whether build environment is sane >configure:4560: result: yes >configure:4708: checking for a thread-safe mkdir -p >configure:4747: result: /bin/mkdir -p >configure:4754: checking for gawk >configure:4770: found /usr/bin/gawk >configure:4781: result: gawk >configure:4792: checking whether make sets $(MAKE) >configure:4814: result: yes >configure:4844: checking for style of include used by make >configure:4872: result: GNU >configure:4906: checking whether make supports nested variables >configure:4923: result: yes >configure:5009: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:5120: result: none >configure:5189: checking whether make supports nested variables >configure:5206: result: yes >configure:5228: checking for x86_64-pc-linux-gnu-gcc >configure:5255: result: x86_64-pc-linux-gnu-gcc >configure:5524: checking for C compiler version >configure:5533: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0 >Copyright (C) 2015 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:5544: $? = 0 >configure:5533: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /home/.no-tmpfs/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) >configure:5544: $? = 0 >configure:5533: 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:5544: $? = 1 >configure:5533: 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:5544: $? = 1 >configure:5548: checking whether we are using the GNU C compiler >configure:5576: result: yes >configure:5585: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:5646: result: yes >configure:5663: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:5739: result: none needed >configure:5764: checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together >configure:5801: result: yes >configure:5823: checking how to run the C preprocessor >configure:5893: result: x86_64-pc-linux-gnu-gcc -E >configure:5913: x86_64-pc-linux-gnu-gcc -E conftest.c >configure:5913: $? = 0 >configure:5927: x86_64-pc-linux-gnu-gcc -E conftest.c >conftest.c:26:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:5927: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5964: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:6073: result: none >configure:6103: checking for x86_64-pc-linux-gnu-g++ >configure:6119: found /usr/bin/x86_64-pc-linux-gnu-g++ >configure:6130: result: x86_64-pc-linux-gnu-g++ >configure:6201: checking for C++ compiler version >configure:6210: x86_64-pc-linux-gnu-g++ --version >&5 >x86_64-pc-linux-gnu-g++ (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0 >Copyright (C) 2015 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:6221: $? = 0 >configure:6210: x86_64-pc-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0/x86_64-pc-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/5.4.0/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /home/.no-tmpfs/portage/sys-devel/gcc-5.4.0-r3/work/gcc-5.4.0/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/5.4.0 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/5.4.0/python --enable-languages=c,c++ --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --disable-nls --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5' --enable-esp --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-altivec --disable-fixed-point --enable-targets=all --disable-libgcj --enable-libgomp --disable-libmudflap --disable-libssp --disable-libcilkrts --disable-libmpx --enable-vtable-verify --enable-libvtv --disable-libquadmath --enable-lto --without-isl --disable-libsanitizer >Thread model: posix >gcc version 5.4.0 (Gentoo Hardened 5.4.0-r3 p1.3, pie-0.6.5) >configure:6221: $? = 0 >configure:6210: x86_64-pc-linux-gnu-g++ -V >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:6221: $? = 1 >configure:6210: x86_64-pc-linux-gnu-g++ -qversion >&5 >x86_64-pc-linux-gnu-g++: error: unrecognized command line option '-qversion' >x86_64-pc-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:6221: $? = 1 >configure:6225: checking whether we are using the GNU C++ compiler >configure:6244: x86_64-pc-linux-gnu-g++ -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:6244: $? = 0 >configure:6253: result: yes >configure:6262: checking whether x86_64-pc-linux-gnu-g++ accepts -g >configure:6282: x86_64-pc-linux-gnu-g++ -c -g conftest.cpp >&5 >configure:6282: $? = 0 >configure:6323: result: yes >configure:6348: checking dependency style of x86_64-pc-linux-gnu-g++ >configure:6459: result: none >configure:6479: checking how to run the C++ preprocessor >configure:6506: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:6506: $? = 0 >configure:6520: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:6520: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6545: result: x86_64-pc-linux-gnu-g++ -E >configure:6565: x86_64-pc-linux-gnu-g++ -E conftest.cpp >configure:6565: $? = 0 >configure:6579: x86_64-pc-linux-gnu-g++ -E conftest.cpp >conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:6579: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:6619: checking CC for gcc -fsigned-char >configure:6646: x86_64-pc-linux-gnu-gcc -std=gnu99 -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -pedantic -Werror -fsigned-char conftest.c >&5 >configure:6646: $? = 0 >configure:6660: result: -fsigned-char >configure:6673: : CC="$CC $var" >configure:6676: $? = 0 >configure:6684: checking CXX for gcc -fsigned-char >configure:6711: x86_64-pc-linux-gnu-g++ -std=gnu++11 -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -pedantic -Werror -fsigned-char conftest.cpp >&5 >configure:6711: $? = 0 >configure:6725: result: -fsigned-char >configure:6738: : CXX="$CXX $var" >configure:6741: $? = 0 >configure:6756: checking whether the -Werror option is usable >configure:6775: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:6775: $? = 0 >configure:6784: result: yes >configure:6786: checking for simple visibility declarations >configure:6812: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:6812: $? = 0 >configure:6821: result: yes >configure:6844: checking for special C compiler options needed for large files >configure:6889: result: no >configure:6895: checking for _FILE_OFFSET_BITS value needed for large files >configure:6920: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:6920: $? = 0 >configure:6952: result: no >configure:7037: checking for _LARGEFILE_SOURCE value needed for large files >configure:7056: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7056: $? = 0 >configure:7084: result: no >configure:7123: checking for ptrdiff_t >configure:7123: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:7123: $? = 0 >configure:7123: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:66:23: error: expected primary-expression before ')' token > if (sizeof ((ptrdiff_t))) > ^ >configure:7123: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| #define HAVE_VISIBILITY 1 >| #define HAVE_FSEEKO 1 >| #define _LARGEFILE64_SOURCE 1 >| #define _LARGEFILE_SOURCE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ptrdiff_t))) >| return 0; >| ; >| return 0; >| } >configure:7123: result: yes >configure:7134: checking for size_t >configure:7134: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:7134: $? = 0 >configure:7134: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:66:20: error: expected primary-expression before ')' token > if (sizeof ((size_t))) > ^ >configure:7134: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| #define HAVE_VISIBILITY 1 >| #define HAVE_FSEEKO 1 >| #define _LARGEFILE64_SOURCE 1 >| #define _LARGEFILE_SOURCE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:7134: result: yes >configure:7149: checking size of char >configure:7154: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7154: $? = 0 >configure:7154: ./conftest >configure:7154: $? = 0 >configure:7168: result: 1 >configure:7182: checking size of short >configure:7187: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7187: $? = 0 >configure:7187: ./conftest >configure:7187: $? = 0 >configure:7201: result: 2 >configure:7215: checking size of int >configure:7220: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7220: $? = 0 >configure:7220: ./conftest >configure:7220: $? = 0 >configure:7234: result: 4 >configure:7248: checking size of long >configure:7253: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7253: $? = 0 >configure:7253: ./conftest >configure:7253: $? = 0 >configure:7267: result: 8 >configure:7281: checking size of long long >configure:7286: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7286: $? = 0 >configure:7286: ./conftest >configure:7286: $? = 0 >configure:7300: result: 8 >configure:7314: checking size of double >configure:7319: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7319: $? = 0 >configure:7319: ./conftest >configure:7319: $? = 0 >configure:7333: result: 8 >configure:7347: checking size of __int64 >configure:7352: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >conftest.cpp: In function 'long int longval()': >conftest.cpp:69:57: error: '__int64' was not declared in this scope > static long int longval () { return (long int) (sizeof (__int64)); } > ^ >conftest.cpp: In function 'long unsigned int ulongval()': >conftest.cpp:70:67: error: '__int64' was not declared in this scope > static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } > ^ >conftest.cpp: In function 'int main()': >conftest.cpp:80:28: error: '__int64' was not declared in this scope > if (((long int) (sizeof (__int64))) < 0) > ^ >configure:7352: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| #define HAVE_VISIBILITY 1 >| #define HAVE_FSEEKO 1 >| #define _LARGEFILE64_SOURCE 1 >| #define _LARGEFILE_SOURCE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| static long int longval () { return (long int) (sizeof (__int64)); } >| static unsigned long int ulongval () { return (long int) (sizeof (__int64)); } >| #include <stdio.h> >| #include <stdlib.h> >| int >| main () >| { >| >| FILE *f = fopen ("conftest.val", "w"); >| if (! f) >| return 1; >| if (((long int) (sizeof (__int64))) < 0) >| { >| long int i = longval (); >| if (i != ((long int) (sizeof (__int64)))) >| return 1; >| fprintf (f, "%ld", i); >| } >| else >| { >| unsigned long int i = ulongval (); >| if (i != ((long int) (sizeof (__int64)))) >| return 1; >| fprintf (f, "%lu", i); >| } >| /* Do not output a trailing newline, as this causes \r\n confusion >| on some platforms. */ >| return ferror (f) || fclose (f) != 0; >| >| ; >| return 0; >| } >configure:7366: result: 0 >configure:7380: checking size of void * >configure:7385: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7385: $? = 0 >configure:7385: ./conftest >configure:7385: $? = 0 >configure:7399: result: 8 >configure:7413: checking size of size_t >configure:7418: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7418: $? = 0 >configure:7418: ./conftest >configure:7418: $? = 0 >configure:7432: result: 8 >configure:7446: checking size of ptrdiff_t >configure:7451: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7451: $? = 0 >configure:7451: ./conftest >configure:7451: $? = 0 >configure:7465: result: 8 >configure:7479: checking size of off_t >configure:7484: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7484: $? = 0 >configure:7484: ./conftest >configure:7484: $? = 0 >configure:7498: result: 8 >configure:7508: checking for an ANSI C-conforming const >configure:7574: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:7574: $? = 0 >configure:7581: result: yes >configure:7592: checking for memcmp >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for memcpy >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for memmove >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for memset >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for mmap >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for munmap >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for madvise >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for signal >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for sigaction >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for fork >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for pipe >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for dup2 >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for fcntl >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for getenv >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for putenv >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for setenv >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for gettimeofday >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for getpwuid >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for getuid >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for strerror >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for strerror_r >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for ftello >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for fopen64 >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for fseeko64 >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for ftello64 >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for fstat64 >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for ftruncate64 >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7592: $? = 0 >configure:7592: result: yes >configure:7592: checking for __mingw_get_crt_info >configure:7592: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >/var/tmp/portage/games-emulation/mednafen-0.9.45/temp/ccrkMCwv.o: In function `main': >conftest.cpp:(.text.startup+0x24): undefined reference to `__mingw_get_crt_info' >collect2: error: ld returned 1 exit status >configure:7592: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| #define HAVE_VISIBILITY 1 >| #define HAVE_FSEEKO 1 >| #define _LARGEFILE64_SOURCE 1 >| #define _LARGEFILE_SOURCE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF___INT64 0 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_PTRDIFF_T 8 >| #define SIZEOF_OFF_T 8 >| #define HAVE_MEMCMP 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_MADVISE 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_FORK 1 >| #define HAVE_PIPE 1 >| #define HAVE_DUP2 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETUID 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FOPEN64 1 >| #define HAVE_FSEEKO64 1 >| #define HAVE_FTELLO64 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FTRUNCATE64 1 >| /* end confdefs.h. */ >| /* Define __mingw_get_crt_info to an innocuous variant, in case <limits.h> declares __mingw_get_crt_info. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __mingw_get_crt_info innocuous___mingw_get_crt_info >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __mingw_get_crt_info (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __mingw_get_crt_info >| >| /* 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 __mingw_get_crt_info (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub___mingw_get_crt_info || defined __stub_____mingw_get_crt_info >| choke me >| #endif >| >| int >| main () >| { >| return __mingw_get_crt_info (); >| ; >| return 0; >| } >configure:7592: result: no >configure:7602: checking for library containing fmodl >configure:7633: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7633: $? = 0 >configure:7650: result: none required >configure:7664: checking for library containing clock_gettime >configure:7695: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7695: $? = 0 >configure:7712: result: none required >configure:7723: checking for clock_gettime >configure:7723: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7723: $? = 0 >configure:7723: result: yes >configure:7723: checking for nanosleep >configure:7723: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7723: $? = 0 >configure:7723: result: yes >configure:7723: checking for usleep >configure:7723: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7723: $? = 0 >configure:7723: result: yes >configure:7723: checking for localtime_r >configure:7723: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7723: $? = 0 >configure:7723: result: yes >configure:7723: checking for gmtime_r >configure:7723: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7723: $? = 0 >configure:7723: result: yes >configure:7736: checking fcntl.h usability >configure:7736: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >configure:7736: $? = 0 >configure:7736: result: yes >configure:7736: checking fcntl.h presence >configure:7736: x86_64-pc-linux-gnu-g++ -E -std=gnu++11 conftest.cpp >configure:7736: $? = 0 >configure:7736: result: yes >configure:7736: checking for fcntl.h >configure:7736: result: yes >configure:7749: checking for stdint.h >configure:7749: result: yes >configure:7749: checking for inttypes.h >configure:7749: result: yes >configure:7762: checking for mkdir >configure:7762: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >configure:7762: $? = 0 >configure:7762: result: yes >configure:7762: checking for _mkdir >configure:7762: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -o conftest -march=native -O2 -pipe -fomit-frame-pointer -fwrapv -Wl,-O1 -Wl,--as-needed conftest.cpp >&5 >/var/tmp/portage/games-emulation/mednafen-0.9.45/temp/ccnVPDBX.o: In function `main': >conftest.cpp:(.text.startup+0x24): undefined reference to `_mkdir' >collect2: error: ld returned 1 exit status >configure:7762: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| #define HAVE_VISIBILITY 1 >| #define HAVE_FSEEKO 1 >| #define _LARGEFILE64_SOURCE 1 >| #define _LARGEFILE_SOURCE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF___INT64 0 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_PTRDIFF_T 8 >| #define SIZEOF_OFF_T 8 >| #define HAVE_MEMCMP 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_MADVISE 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_FORK 1 >| #define HAVE_PIPE 1 >| #define HAVE_DUP2 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETUID 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FOPEN64 1 >| #define HAVE_FSEEKO64 1 >| #define HAVE_FTELLO64 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FTRUNCATE64 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_MKDIR 1 >| /* end confdefs.h. */ >| /* Define _mkdir to an innocuous variant, in case <limits.h> declares _mkdir. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _mkdir innocuous__mkdir >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _mkdir (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _mkdir >| >| /* 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 _mkdir (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__mkdir || defined __stub____mkdir >| choke me >| #endif >| >| int >| main () >| { >| return _mkdir (); >| ; >| return 0; >| } >configure:7762: result: no >configure:7771: checking whether mkdir takes one argument >configure:7792: x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char -c -march=native -O2 -pipe -fomit-frame-pointer -fwrapv conftest.cpp >&5 >conftest.cpp: In function 'int main()': >conftest.cpp:86:11: error: too few arguments to function 'int mkdir(const char*, __mode_t)' > mkdir ("."); > ^ >In file included from conftest.cpp:78:0: >/usr/include/sys/stat.h:320:12: note: declared here > extern int mkdir (const char *__path, __mode_t __mode) > ^ >configure:7792: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define PACKAGE "mednafen" >| #define VERSION "0.9.45" >| #define HAVE_VISIBILITY 1 >| #define HAVE_FSEEKO 1 >| #define _LARGEFILE64_SOURCE 1 >| #define _LARGEFILE_SOURCE 1 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_DOUBLE 8 >| #define SIZEOF___INT64 0 >| #define SIZEOF_VOID_P 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_PTRDIFF_T 8 >| #define SIZEOF_OFF_T 8 >| #define HAVE_MEMCMP 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_MADVISE 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_FORK 1 >| #define HAVE_PIPE 1 >| #define HAVE_DUP2 1 >| #define HAVE_FCNTL 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_GETPWUID 1 >| #define HAVE_GETUID 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_FTELLO 1 >| #define HAVE_FOPEN64 1 >| #define HAVE_FSEEKO64 1 >| #define HAVE_FTELLO64 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FTRUNCATE64 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_USLEEP 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_MKDIR 1 >| /* end confdefs.h. */ >| >| #include <sys/stat.h> >| #if HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| int >| main () >| { >| mkdir ("."); >| ; >| return 0; >| } >configure:7799: result: no >configure:7818: checking for x86_64-pc-linux-gnu-pkg-config >configure:7836: found /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:7848: result: /usr/bin/x86_64-pc-linux-gnu-pkg-config >configure:7916: checking pkg-config is at least version 0.9.0 >configure:7919: result: yes >configure:7929: checking for LZO >configure:7936: $PKG_CONFIG --exists --print-errors "lzo2" >Package lzo2 was not found in the pkg-config search path. >Perhaps you should add the directory containing `lzo2.pc' >to the PKG_CONFIG_PATH environment variable >No package 'lzo2' found >configure:7939: $? = 1 >configure:7953: $PKG_CONFIG --exists --print-errors "lzo2" >Package lzo2 was not found in the pkg-config search path. >Perhaps you should add the directory containing `lzo2.pc' >to the PKG_CONFIG_PATH environment variable >No package 'lzo2' found >configure:7956: $? = 1 >configure:7970: result: no >No package 'lzo2' found >configure:7986: error: Package requirements (lzo2) were not met: > >No package 'lzo2' found > >Consider adjusting the PKG_CONFIG_PATH environment variable if you >installed software in a non-standard prefix. > >Alternatively, you may set the environment variables LZO_CFLAGS >and LZO_LIBS to avoid the need to call pkg-config. >See the pkg-config man page for more details. > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_cxx_compiler_gnu=yes >ac_cv_env_CCASFLAGS_set=set >ac_cv_env_CCASFLAGS_value= >ac_cv_env_CCAS_set= >ac_cv_env_CCAS_value= >ac_cv_env_CCC_set= >ac_cv_env_CCC_value= >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=native -O2 -pipe -fomit-frame-pointer -fwrapv' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_CXXCPP_set= >ac_cv_env_CXXCPP_value= >ac_cv_env_CXXFLAGS_set=set >ac_cv_env_CXXFLAGS_value='-march=native -O2 -pipe -fomit-frame-pointer -fwrapv' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_JACK_CFLAGS_set= >ac_cv_env_JACK_CFLAGS_value= >ac_cv_env_JACK_LIBS_set= >ac_cv_env_JACK_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LZO_CFLAGS_set= >ac_cv_env_LZO_CFLAGS_value= >ac_cv_env_LZO_LIBS_set= >ac_cv_env_LZO_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib64/pkgconfig >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_SNDFILE_CFLAGS_set= >ac_cv_env_SNDFILE_CFLAGS_value= >ac_cv_env_SNDFILE_LIBS_set= >ac_cv_env_SNDFILE_LIBS_value= >ac_cv_env_build_alias_set=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_func___mingw_get_crt_info=no >ac_cv_func__mkdir=no >ac_cv_func_clock_gettime=yes >ac_cv_func_dup2=yes >ac_cv_func_fcntl=yes >ac_cv_func_fopen64=yes >ac_cv_func_fork=yes >ac_cv_func_fseeko64=yes >ac_cv_func_fstat64=yes >ac_cv_func_ftello64=yes >ac_cv_func_ftello=yes >ac_cv_func_ftruncate64=yes >ac_cv_func_getenv=yes >ac_cv_func_getpwuid=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_getuid=yes >ac_cv_func_gmtime_r=yes >ac_cv_func_localtime_r=yes >ac_cv_func_madvise=yes >ac_cv_func_memcmp=yes >ac_cv_func_memcpy=yes >ac_cv_func_memmove=yes >ac_cv_func_memset=yes >ac_cv_func_mkdir=yes >ac_cv_func_mmap=yes >ac_cv_func_munmap=yes >ac_cv_func_nanosleep=yes >ac_cv_func_pipe=yes >ac_cv_func_putenv=yes >ac_cv_func_setenv=yes >ac_cv_func_sigaction=yes >ac_cv_func_signal=yes >ac_cv_func_strerror=yes >ac_cv_func_strerror_r=yes >ac_cv_func_usleep=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_mkdir_takes_one_arg=no >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_PKG_CONFIG=/usr/bin/x86_64-pc-linux-gnu-pkg-config >ac_cv_path_install='/usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c' >ac_cv_path_mkdir=/bin/mkdir >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_CXX=x86_64-pc-linux-gnu-g++ >ac_cv_prog_CXXCPP='x86_64-pc-linux-gnu-g++ -E' >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_clock_gettime='none required' >ac_cv_search_fmodl='none required' >ac_cv_sizeof___int64=0 >ac_cv_sizeof_char=1 >ac_cv_sizeof_double=8 >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=8 >ac_cv_sizeof_long_long=8 >ac_cv_sizeof_off_t=8 >ac_cv_sizeof_ptrdiff_t=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_size_t=8 >ac_cv_sizeof_void_p=8 >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_sys_largefile_source=no >ac_cv_type_ptrdiff_t=yes >ac_cv_type_size_t=yes >am_cv_CCAS_dependencies_compiler_type=none >am_cv_CC_dependencies_compiler_type=none >am_cv_CXX_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >ax_cv_cflags_gcc_option__fsigned_char=-fsigned-char >ax_cv_cxxflags_gcc_option__fsigned_char=-fsigned-char >gl_cv_cc_vis_werror=yes >gl_cv_cc_visibility=yes > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/games-emulation/mednafen-0.9.45/work/mednafen/missing aclocal-1.15' >ALLOCA='' >ALSA_CFLAGS='' >ALSA_LIBS='' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_CFLAGS='' >AM_CXXFLAGS='' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >ARCH_POWERPC_ALTIVEC_FALSE='' >ARCH_POWERPC_ALTIVEC_TRUE='' >ARCH_POWERPC_FALSE='' >ARCH_POWERPC_TRUE='' >ARCH_X86_32_FALSE='' >ARCH_X86_32_TRUE='' >ARCH_X86_64_FALSE='' >ARCH_X86_64_TRUE='' >ARCH_X86_FALSE='' >ARCH_X86_TRUE='' >AUTOCONF='${SHELL} /var/tmp/portage/games-emulation/mednafen-0.9.45/work/mednafen/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/games-emulation/mednafen-0.9.45/work/mednafen/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/games-emulation/mednafen-0.9.45/work/mednafen/missing automake-1.15' >AWK='gawk' >BUILD_INCLUDED_LIBINTL='' >CATOBJEXT='' >CC='x86_64-pc-linux-gnu-gcc -std=gnu99 -fsigned-char' >CCAS='x86_64-pc-linux-gnu-gcc' >CCASDEPMODE='depmode=none' >CCASFLAGS='' >CCDEPMODE='depmode=none' >CFLAGS='-march=native -O2 -pipe -fomit-frame-pointer -fwrapv' >CFLAG_VISIBILITY='-fvisibility=hidden' >CPP='x86_64-pc-linux-gnu-gcc -E -std=gnu99' >CPPFLAGS='' >CROSS_COMPILING_FALSE='' >CROSS_COMPILING_TRUE='#' >CXX='x86_64-pc-linux-gnu-g++ -std=gnu++11 -fsigned-char' >CXXCPP='x86_64-pc-linux-gnu-g++ -E -std=gnu++11' >CXXDEPMODE='depmode=none' >CXXFLAGS='-march=native -O2 -pipe -fomit-frame-pointer -fwrapv' >CYGPATH_W='echo' >DATADIRNAME='' >DEFS='' >DEPDIR='.deps' >DOS_FALSE='' >DOS_TRUE='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >GENCAT='' >GETTEXT_MACRO_VERSION='' >GLIBC21='' >GLIBC2='' >GMSGFMT='' >GMSGFMT_015='' >GREP='/bin/grep' >HAVE_ALSA_FALSE='' >HAVE_ALSA_TRUE='' >HAVE_ASPRINTF='' >HAVE_DIRECTSOUND_FALSE='' >HAVE_DIRECTSOUND_TRUE='' >HAVE_EXTERNAL_MPCDEC_FALSE='' >HAVE_EXTERNAL_MPCDEC_TRUE='' >HAVE_EXTERNAL_TREMOR_FALSE='' >HAVE_EXTERNAL_TREMOR_TRUE='' >HAVE_JACK_FALSE='' >HAVE_JACK_TRUE='' >HAVE_LIBSNDFILE_FALSE='' >HAVE_LIBSNDFILE_TRUE='' >HAVE_LINUX_JOYSTICK_FALSE='' >HAVE_LINUX_JOYSTICK_TRUE='' >HAVE_NEWLOCALE='' >HAVE_OPENBSD_AUDIO_FALSE='' >HAVE_OPENBSD_AUDIO_TRUE='' >HAVE_OSSDSP_FALSE='' >HAVE_OSSDSP_TRUE='' >HAVE_POSIX_PRINTF='' >HAVE_POSIX_SOCKETS_FALSE='' >HAVE_POSIX_SOCKETS_TRUE='' >HAVE_SDL_FALSE='' >HAVE_SDL_TRUE='' >HAVE_SNPRINTF='' >HAVE_VISIBILITY='1' >HAVE_WASAPI_FALSE='' >HAVE_WASAPI_TRUE='' >HAVE_WPRINTF='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INSTOBJEXT='' >INTLBISON='' >INTLLIBS='' >INTLOBJS='' >INTL_DEFAULT_VERBOSITY='' >INTL_LIBTOOL_SUFFIX_PREFIX='' >INTL_MACOSX_LIBS='' >JACK_CFLAGS='' >JACK_LIBS='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBICONV='' >LIBINTL='' >LIBMULTITHREAD='' >LIBOBJS='' >LIBPTH='' >LIBPTH_PREFIX='' >LIBS='' >LIBTHREAD='' >LTLIBC='' >LTLIBICONV='' >LTLIBINTL='' >LTLIBMULTITHREAD='' >LTLIBOBJS='' >LTLIBPTH='' >LTLIBTHREAD='' >LZO_CFLAGS='' >LZO_LIBS='' >MAKEINFO='${SHELL} /var/tmp/portage/games-emulation/mednafen-0.9.45/work/mednafen/missing makeinfo' >MKDIR_P='/bin/mkdir -p' >MPCDEC_LIBS='' >MSGFMT='' >MSGFMT_015='' >MSGMERGE='' >NEED_68K_EMU_FALSE='' >NEED_68K_EMU_TRUE='' >NEED_ARCADE_CARD_EMU_FALSE='' >NEED_ARCADE_CARD_EMU_TRUE='' >NEED_GB_APU_EMU_FALSE='' >NEED_GB_APU_EMU_TRUE='' >NEED_HUC6270_EMU_FALSE='' >NEED_HUC6270_EMU_TRUE='' >NEED_PCE_PSG_EMU_FALSE='' >NEED_PCE_PSG_EMU_TRUE='' >NEED_SMS_APU_EMU_FALSE='' >NEED_SMS_APU_EMU_TRUE='' >NEED_V810_EMU_FALSE='' >NEED_V810_EMU_TRUE='' >NEED_YM2413_EMU_FALSE='' >NEED_YM2413_EMU_TRUE='' >NEED_YM2612_EMU_FALSE='' >NEED_YM2612_EMU_TRUE='' >NEED_Z80_EMU_FALSE='' >NEED_Z80_EMU_TRUE='' >NO_STACK_PROTECTOR_FLAGS='' >OBJEXT='o' >PACKAGE='mednafen' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PKG_CONFIG='/usr/bin/x86_64-pc-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/lib64/pkgconfig' >POSUB='' >PRI_MACROS_BROKEN='' >RANLIB='' >SDL_CFLAGS='' >SDL_CONFIG='' >SDL_LIBS='' >SET_MAKE='' >SHELL='/bin/bash' >SNDFILE_CFLAGS='' >SNDFILE_LIBS='' >SNES_EXTRA_CXXFLAGS='' >SNES_EXTRA_FLAGS='' >SS_EXTRA_FLAGS='' >STRIP='' >TREMOR_LIBS='' >TRIO_CFLAGS='' >UNIX_FALSE='' >UNIX_TRUE='' >USE_INCLUDED_LIBINTL='' >USE_NLS='' >VERSION='0.9.45' >WANT_DEBUGGER_FALSE='' >WANT_DEBUGGER_TRUE='' >WANT_FANCY_SCALERS_FALSE='' >WANT_FANCY_SCALERS_TRUE='' >WANT_GBA_EMU_FALSE='' >WANT_GBA_EMU_TRUE='' >WANT_GB_EMU_FALSE='' >WANT_GB_EMU_TRUE='' >WANT_LYNX_EMU_FALSE='' >WANT_LYNX_EMU_TRUE='' >WANT_MD_EMU_FALSE='' >WANT_MD_EMU_TRUE='' >WANT_NES_EMU_FALSE='' >WANT_NES_EMU_TRUE='' >WANT_NGP_EMU_FALSE='' >WANT_NGP_EMU_TRUE='' >WANT_PCE_EMU_FALSE='' >WANT_PCE_EMU_TRUE='' >WANT_PCE_FAST_EMU_FALSE='' >WANT_PCE_FAST_EMU_TRUE='' >WANT_PCFX_EMU_FALSE='' >WANT_PCFX_EMU_TRUE='' >WANT_PSX_EMU_FALSE='' >WANT_PSX_EMU_TRUE='' >WANT_SMS_EMU_FALSE='' >WANT_SMS_EMU_TRUE='' >WANT_SNES_EMU_FALSE='' >WANT_SNES_EMU_TRUE='' >WANT_SNES_FAUST_EMU_FALSE='' >WANT_SNES_FAUST_EMU_TRUE='' >WANT_SSFPLAY_EMU_FALSE='' >WANT_SSFPLAY_EMU_TRUE='' >WANT_SS_EMU_FALSE='' >WANT_SS_EMU_TRUE='' >WANT_VB_EMU_FALSE='' >WANT_VB_EMU_TRUE='' >WANT_WSWAN_EMU_FALSE='' >WANT_WSWAN_EMU_TRUE='' >WARNING_FLAGS='' >WIN32_FALSE='' >WIN32_TRUE='' >WINDRES='' >WOE32='' >WOE32DLL='' >XGETTEXT='' >XGETTEXT_015='' >XGETTEXT_EXTRA_OPTIONS='' >ZLIB_LIBS='' >ac_ct_CC='' >ac_ct_CXX='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCCAS_FALSE='' >am__fastdepCCAS_TRUE='#' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__fastdepCXX_FALSE='' >am__fastdepCXX_TRUE='#' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >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='/usr/share/doc/mednafen-0.9.45' >dvidir='${docdir}' >exec_prefix='NONE' >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='/usr/share/doc/mednafen-0.9.45/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage/games-emulation/mednafen-0.9.45/work/mednafen/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define PACKAGE "mednafen" >#define VERSION "0.9.45" >#define HAVE_VISIBILITY 1 >#define HAVE_FSEEKO 1 >#define _LARGEFILE64_SOURCE 1 >#define _LARGEFILE_SOURCE 1 >#define SIZEOF_CHAR 1 >#define SIZEOF_SHORT 2 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 8 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_DOUBLE 8 >#define SIZEOF___INT64 0 >#define SIZEOF_VOID_P 8 >#define SIZEOF_SIZE_T 8 >#define SIZEOF_PTRDIFF_T 8 >#define SIZEOF_OFF_T 8 >#define HAVE_MEMCMP 1 >#define HAVE_MEMCPY 1 >#define HAVE_MEMMOVE 1 >#define HAVE_MEMSET 1 >#define HAVE_MMAP 1 >#define HAVE_MUNMAP 1 >#define HAVE_MADVISE 1 >#define HAVE_SIGNAL 1 >#define HAVE_SIGACTION 1 >#define HAVE_FORK 1 >#define HAVE_PIPE 1 >#define HAVE_DUP2 1 >#define HAVE_FCNTL 1 >#define HAVE_GETENV 1 >#define HAVE_PUTENV 1 >#define HAVE_SETENV 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_GETPWUID 1 >#define HAVE_GETUID 1 >#define HAVE_STRERROR 1 >#define HAVE_STRERROR_R 1 >#define HAVE_FTELLO 1 >#define HAVE_FOPEN64 1 >#define HAVE_FSEEKO64 1 >#define HAVE_FTELLO64 1 >#define HAVE_FSTAT64 1 >#define HAVE_FTRUNCATE64 1 >#define HAVE_CLOCK_GETTIME 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_USLEEP 1 >#define HAVE_LOCALTIME_R 1 >#define HAVE_GMTIME_R 1 >#define HAVE_FCNTL_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_MKDIR 1 > >configure: exit 1
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 621214
:
475602
| 475604