Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321932 Details for
Bug 432296
dev-libs/apr-1.4.5 fails to crosscompile: configure: error: cannot run test program while cross compiling
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 606.00 KB, created by
Dennis Schridde
on 2012-08-22 12:35:49 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2012-08-22 12:35:49 UTC
Size:
606.00 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.68. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-layout=gentoo --enable-nonportable-atomics --enable-threads --with-devrandom=/dev/urandom > >## --------- ## >## Platform. ## >## --------- ## > >hostname = navier >uname -m = x86_64 >uname -r = 2.6.18-308.11.1.el5 >uname -s = Linux >uname -v = #1 SMP Tue Jul 10 08:48:43 EDT 2012 > >/usr/bin/uname -p = Quad-Core AMD Opteron(tm) Processor 2352 >/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/4 >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 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2953: 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:3813: checking build system type >configure:3827: result: x86_64-pc-linux-gnu >configure:3847: checking host system type >configure:3860: result: powerpc64-unknown-linux-gnu >configure:3880: checking target system type >configure:3893: result: powerpc64-unknown-linux-gnu >configure:3956: checking for working mkdir -p >configure:3972: result: yes >configure:4064: checking for chosen layout >configure:4066: result: gentoo >configure:4291: checking for powerpc64-unknown-linux-gnu-gcc >configure:4307: found /usr/bin/powerpc64-unknown-linux-gnu-gcc >configure:4318: result: powerpc64-unknown-linux-gnu-gcc >configure:4587: checking for C compiler version >configure:4596: powerpc64-unknown-linux-gnu-gcc --version >&5 >powerpc64-unknown-linux-gnu-gcc (Gentoo 4.6.3 p1.5, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:4607: $? = 0 >configure:4596: powerpc64-unknown-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3/powerpc64-unknown-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc64-unknown-linux-gnu/4.6.3/lto-wrapper >Target: powerpc64-unknown-linux-gnu >Configured with: /var/tmp/portage/cross-powerpc64-unknown-linux-gnu/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --target=powerpc64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/powerpc64-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.5, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.5, pie-0.5.2) >configure:4607: $? = 0 >configure:4596: powerpc64-unknown-linux-gnu-gcc -V >&5 >powerpc64-unknown-linux-gnu-gcc: error: unrecognized option '-V' >powerpc64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4607: $? = 1 >configure:4596: powerpc64-unknown-linux-gnu-gcc -qversion >&5 >powerpc64-unknown-linux-gnu-gcc: error: unrecognized option '-qversion' >powerpc64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:4607: $? = 1 >configure:4627: checking whether the C compiler works >configure:4649: powerpc64-unknown-linux-gnu-gcc -pipe -O2 -mcpu=cell -mabi=altivec -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:4653: $? = 0 >configure:4701: result: yes >configure:4704: checking for C compiler default output file name >configure:4706: result: a.out >configure:4712: checking for suffix of executables >configure:4719: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:4723: $? = 0 >configure:4745: result: >configure:4767: checking whether we are cross compiling >configure:4805: result: yes >configure:4810: checking for suffix of object files >configure:4832: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec conftest.c >&5 >configure:4836: $? = 0 >configure:4857: result: o >configure:4861: checking whether we are using the GNU C compiler >configure:4880: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec conftest.c >&5 >configure:4880: $? = 0 >configure:4889: result: yes >configure:4898: checking whether powerpc64-unknown-linux-gnu-gcc accepts -g >configure:4918: powerpc64-unknown-linux-gnu-gcc -c -g conftest.c >&5 >configure:4918: $? = 0 >configure:4959: result: yes >configure:4976: checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C89 >configure:5040: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec conftest.c >&5 >configure:5040: $? = 0 >configure:5053: result: none needed >configure:5074: checking for a sed that does not truncate output >configure:5138: result: /bin/sed >configure:8562: checking whether make sets $(MAKE) >configure:8584: result: yes >configure:8598: checking how to run the C preprocessor >configure:8629: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:8629: $? = 0 >configure:8643: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:8643: $? = 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:8668: result: powerpc64-unknown-linux-gnu-gcc -E >configure:8688: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:8688: $? = 0 >configure:8702: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:8702: $? = 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:8734: checking for gawk >configure:8750: found /usr/bin/gawk >configure:8761: result: gawk >configure:8772: checking whether ln -s works >configure:8776: result: yes >configure:8786: checking for powerpc64-unknown-linux-gnu-ranlib >configure:8802: found /usr/bin/powerpc64-unknown-linux-gnu-ranlib >configure:8813: result: powerpc64-unknown-linux-gnu-ranlib >configure:8889: checking for a BSD-compatible install >configure:8957: result: /usr/bin/install -c >configure:8970: checking for rm >configure:8986: found /bin/rm >configure:8997: result: rm >configure:9007: checking for as >configure:9023: found /usr/bin/as >configure:9034: result: as >configure:9044: checking for cpp >configure:9060: found /usr/bin/cpp >configure:9071: result: cpp >configure:9082: checking for powerpc64-unknown-linux-gnu-ar >configure:9098: found /usr/bin/powerpc64-unknown-linux-gnu-ar >configure:9109: result: powerpc64-unknown-linux-gnu-ar >configure:9175: checking for grep that handles long lines and -e >configure:9233: result: /bin/grep >configure:9238: checking for egrep >configure:9300: result: /bin/grep -E >configure:9305: checking for ANSI C header files >configure:9325: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9325: $? = 0 >configure:9409: result: yes >configure:9422: checking for sys/types.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for sys/stat.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for stdlib.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for string.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for memory.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for strings.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for inttypes.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for stdint.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9422: checking for unistd.h >configure:9422: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9422: $? = 0 >configure:9422: result: yes >configure:9435: checking minix/config.h usability >configure:9435: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:52:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:9435: $? = 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:9435: result: no >configure:9435: checking minix/config.h presence >configure:9435: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:19:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:9435: $? = 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:9435: result: no >configure:9435: checking for minix/config.h >configure:9435: result: no >configure:9456: checking whether it is safe to define __EXTENSIONS__ >configure:9474: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:9474: $? = 0 >configure:9481: result: yes >configure:9497: checking for library containing strerror >configure:9528: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9528: $? = 0 >configure:9545: result: none required >configure:9554: checking whether system uses EBCDIC >configure:9587: result: no >configure:9710: checking for a sed that does not truncate output >configure:9766: result: /bin/sed >configure:9780: checking for ld used by powerpc64-unknown-linux-gnu-gcc >configure:9847: result: /usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld >configure:9854: checking if the linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld) is GNU ld >configure:9869: result: yes >configure:9874: checking for /usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld option to reload object files >configure:9881: result: -r >configure:9899: checking for BSD-compatible nm >configure:9948: result: /usr/bin/powerpc64-unknown-linux-gnu-nm -B >configure:9952: checking how to recognize dependent libraries >configure:10138: result: pass_all >configure:10226: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:10229: $? = 0 >configure:10632: checking dlfcn.h usability >configure:10632: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:10632: $? = 0 >configure:10632: result: yes >configure:10632: checking dlfcn.h presence >configure:10632: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:10632: $? = 0 >configure:10632: result: yes >configure:10632: checking for dlfcn.h >configure:10632: result: yes >configure:10656: checking for powerpc64-unknown-linux-gnu-g++ >configure:10672: found /usr/bin/powerpc64-unknown-linux-gnu-g++ >configure:10683: result: powerpc64-unknown-linux-gnu-g++ >configure:10754: checking for C++ compiler version >configure:10763: powerpc64-unknown-linux-gnu-g++ --version >&5 >powerpc64-unknown-linux-gnu-g++ (Gentoo 4.6.3 p1.5, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:10774: $? = 0 >configure:10763: powerpc64-unknown-linux-gnu-g++ -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3/powerpc64-unknown-linux-gnu-g++ >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc64-unknown-linux-gnu/4.6.3/lto-wrapper >Target: powerpc64-unknown-linux-gnu >Configured with: /var/tmp/portage/cross-powerpc64-unknown-linux-gnu/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --target=powerpc64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/powerpc64-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.5, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.5, pie-0.5.2) >configure:10774: $? = 0 >configure:10763: powerpc64-unknown-linux-gnu-g++ -V >&5 >powerpc64-unknown-linux-gnu-g++: error: unrecognized option '-V' >powerpc64-unknown-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:10774: $? = 1 >configure:10763: powerpc64-unknown-linux-gnu-g++ -qversion >&5 >powerpc64-unknown-linux-gnu-g++: error: unrecognized option '-qversion' >powerpc64-unknown-linux-gnu-g++: fatal error: no input files >compilation terminated. >configure:10774: $? = 1 >configure:10778: checking whether we are using the GNU C++ compiler >configure:10797: powerpc64-unknown-linux-gnu-g++ -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5 >configure:10797: $? = 0 >configure:10806: result: yes >configure:10815: checking whether powerpc64-unknown-linux-gnu-g++ accepts -g >configure:10835: powerpc64-unknown-linux-gnu-g++ -c -g -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5 >configure:10835: $? = 0 >configure:10876: result: yes >configure:10909: checking how to run the C++ preprocessor >configure:10936: powerpc64-unknown-linux-gnu-g++ -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >configure:10936: $? = 0 >configure:10950: powerpc64-unknown-linux-gnu-g++ -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:10950: $? = 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 HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:10975: result: powerpc64-unknown-linux-gnu-g++ -E >configure:10995: powerpc64-unknown-linux-gnu-g++ -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >configure:10995: $? = 0 >configure:11009: powerpc64-unknown-linux-gnu-g++ -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >conftest.cpp:25:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:11009: $? = 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 HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:11049: checking for powerpc64-unknown-linux-gnu-g77 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-xlf >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-f77 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-frt >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-pgf77 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-cf77 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-fort77 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-fl32 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-af77 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-xlf90 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-f90 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-pgf90 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-pghpf >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-epcf90 >configure:11079: result: no >configure:11049: checking for powerpc64-unknown-linux-gnu-gfortran >configure:11065: found /usr/bin/powerpc64-unknown-linux-gnu-gfortran >configure:11076: result: powerpc64-unknown-linux-gnu-gfortran >configure:11146: checking for Fortran 77 compiler version >configure:11155: powerpc64-unknown-linux-gnu-gfortran --version >&5 >GNU Fortran (Gentoo 4.6.3 p1.5, pie-0.5.2) 4.6.3 >Copyright (C) 2011 Free Software Foundation, Inc. > >GNU Fortran comes with NO WARRANTY, to the extent permitted by law. >You may redistribute copies of GNU Fortran >under the terms of the GNU General Public License. >For more information about these matters, see the file named COPYING > >configure:11166: $? = 0 >configure:11155: powerpc64-unknown-linux-gnu-gfortran -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3/powerpc64-unknown-linux-gnu-gfortran >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc64-unknown-linux-gnu/4.6.3/lto-wrapper >Target: powerpc64-unknown-linux-gnu >Configured with: /var/tmp/portage/cross-powerpc64-unknown-linux-gnu/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --target=powerpc64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/powerpc64-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.5, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.5, pie-0.5.2) >configure:11166: $? = 0 >configure:11155: powerpc64-unknown-linux-gnu-gfortran -V >&5 >powerpc64-unknown-linux-gnu-gfortran: error: unrecognized option '-V' >powerpc64-unknown-linux-gnu-gfortran: fatal error: no input files >compilation terminated. >configure:11166: $? = 1 >configure:11155: powerpc64-unknown-linux-gnu-gfortran -qversion >&5 >powerpc64-unknown-linux-gnu-gfortran: error: unrecognized option '-qversion' >powerpc64-unknown-linux-gnu-gfortran: fatal error: no input files >compilation terminated. >configure:11166: $? = 1 >configure:11175: checking whether we are using the GNU Fortran 77 compiler >configure:11188: powerpc64-unknown-linux-gnu-gfortran -c -O2 -pipe conftest.F >&5 >configure:11188: $? = 0 >configure:11197: result: yes >configure:11203: checking whether powerpc64-unknown-linux-gnu-gfortran accepts -g >configure:11214: powerpc64-unknown-linux-gnu-gfortran -c -g conftest.f >&5 >configure:11214: $? = 0 >configure:11222: result: yes >configure:11255: checking the maximum length of command line arguments >configure:11367: result: 98304 >configure:11379: checking command to parse /usr/bin/powerpc64-unknown-linux-gnu-nm -B output from powerpc64-unknown-linux-gnu-gcc object >configure:11484: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:11487: $? = 0 >configure:11491: /usr/bin/powerpc64-unknown-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm >configure:11494: $? = 0 >configure:11546: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c conftstm.o >&5 >configure:11549: $? = 0 >configure:11587: result: ok >configure:11591: checking for objdir >configure:11606: result: .libs >configure:11658: checking for powerpc64-unknown-linux-gnu-ar >configure:11685: result: powerpc64-unknown-linux-gnu-ar >configure:11750: checking for powerpc64-unknown-linux-gnu-ranlib >configure:11777: result: powerpc64-unknown-linux-gnu-ranlib >configure:11842: checking for powerpc64-unknown-linux-gnu-strip >configure:11858: found /usr/bin/powerpc64-unknown-linux-gnu-strip >configure:11869: result: powerpc64-unknown-linux-gnu-strip >configure:12474: checking if powerpc64-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:12492: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -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:12496: $? = 0 >configure:12509: result: no >configure:12524: checking for powerpc64-unknown-linux-gnu-gcc option to produce PIC >configure:12756: result: -fPIC >configure:12764: checking if powerpc64-unknown-linux-gnu-gcc PIC flag -fPIC works >configure:12782: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC conftest.c >&5 >configure:12786: $? = 0 >configure:12799: result: yes >configure:12827: checking if powerpc64-unknown-linux-gnu-gcc static flag -static works >configure:12855: result: yes >configure:12865: checking if powerpc64-unknown-linux-gnu-gcc supports -c -o file.o >configure:12886: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.c >&5 >configure:12890: $? = 0 >configure:12912: result: yes >configure:12938: checking whether the powerpc64-unknown-linux-gnu-gcc linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc) supports shared libraries >configure:13864: result: yes >configure:13885: checking whether -lc should be explicitly linked in >configure:13890: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:13893: $? = 0 >configure:13908: powerpc64-unknown-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 >configure:13911: $? = 0 >configure:13923: result: no >configure:13931: checking dynamic linker characteristics >configure:14533: result: GNU/Linux ld.so >configure:14557: checking how to hardcode library paths into programs >configure:14582: result: immediate >configure:14596: checking whether stripping libraries is possible >configure:14601: result: yes >configure:15118: checking if libtool supports shared libraries >configure:15120: result: yes >configure:15123: checking whether to build shared libraries >configure:15144: result: yes >configure:15147: checking whether to build static libraries >configure:15151: result: yes >configure:15245: creating libtool >configure:15834: checking for ld used by powerpc64-unknown-linux-gnu-g++ >configure:15901: result: /usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc >configure:15908: checking if the linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc) is GNU ld >configure:15923: result: yes >configure:15974: checking whether the powerpc64-unknown-linux-gnu-g++ linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc) supports shared libraries >configure:16866: result: yes >configure:16887: powerpc64-unknown-linux-gnu-g++ -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.cpp >&5 >configure:16890: $? = 0 >configure:17046: checking for powerpc64-unknown-linux-gnu-g++ option to produce PIC >configure:17330: result: -fPIC >configure:17338: checking if powerpc64-unknown-linux-gnu-g++ PIC flag -fPIC works >configure:17356: powerpc64-unknown-linux-gnu-g++ -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -fPIC -DPIC conftest.cpp >&5 >configure:17360: $? = 0 >configure:17373: result: yes >configure:17401: checking if powerpc64-unknown-linux-gnu-g++ static flag -static works >configure:17429: result: yes >configure:17439: checking if powerpc64-unknown-linux-gnu-g++ supports -c -o file.o >configure:17460: powerpc64-unknown-linux-gnu-g++ -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -o out/conftest2.o conftest.cpp >&5 >configure:17464: $? = 0 >configure:17486: result: yes >configure:17512: checking whether the powerpc64-unknown-linux-gnu-g++ linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc) supports shared libraries >configure:17538: result: yes >configure:17605: checking dynamic linker characteristics >configure:18155: result: GNU/Linux ld.so >configure:18179: checking how to hardcode library paths into programs >configure:18204: result: immediate >configure:18743: checking if libtool supports shared libraries >configure:18745: result: yes >configure:18748: checking whether to build shared libraries >configure:18768: result: yes >configure:18771: checking whether to build static libraries >configure:18775: result: yes >configure:18785: checking for powerpc64-unknown-linux-gnu-gfortran option to produce PIC >configure:19017: result: -fPIC >configure:19025: checking if powerpc64-unknown-linux-gnu-gfortran PIC flag -fPIC works >configure:19043: powerpc64-unknown-linux-gnu-gfortran -c -O2 -pipe -fPIC conftest.f >&5 >configure:19047: $? = 0 >configure:19060: result: yes >configure:19088: checking if powerpc64-unknown-linux-gnu-gfortran static flag -static works >configure:19116: result: yes >configure:19126: checking if powerpc64-unknown-linux-gnu-gfortran supports -c -o file.o >configure:19147: powerpc64-unknown-linux-gnu-gfortran -c -O2 -pipe -o out/conftest2.o conftest.f >&5 >configure:19151: $? = 0 >configure:19173: result: yes >configure:19199: checking whether the powerpc64-unknown-linux-gnu-gfortran linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc) supports shared libraries >configure:20113: result: yes >configure:20180: checking dynamic linker characteristics >configure:20730: result: GNU/Linux ld.so >configure:20754: checking how to hardcode library paths into programs >configure:20779: result: immediate >configure:24878: checking whether the compiler provides atomic builtins >configure:24935: result: no >configure:25229: checking whether to enable -D_LARGEFILE64_SOURCE >configure:25288: result: no >configure:25391: checking for library containing gethostbyname >configure:25422: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:25422: $? = 0 >configure:25439: result: none required >configure:25447: checking for library containing gethostname >configure:25478: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:25478: $? = 0 >configure:25495: result: none required >configure:25503: checking for library containing socket >configure:25534: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:25534: $? = 0 >configure:25551: result: none required >configure:25559: checking for library containing crypt >configure:25590: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc5yd30e.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `crypt' >collect2: ld returned 1 exit status >configure:25590: $? = 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 HAVE_DLFCN_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 crypt (); >| int >| main () >| { >| return crypt (); >| ; >| return 0; >| } >configure:25590: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:25590: $? = 0 >configure:25607: result: -lcrypt >configure:25615: checking for main in -ltruerand >configure:25634: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -ltruerand -lcrypt >&5 >/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld: cannot find -ltruerand >collect2: ld returned 1 exit status >configure:25634: $? = 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 HAVE_DLFCN_H 1 >| /* end confdefs.h. */ >| >| >| int >| main () >| { >| return main (); >| ; >| return 0; >| } >configure:25643: result: no >configure:25654: checking for library containing modf >configure:25685: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >conftest.c:32:6: warning: conflicting types for built-in function 'modf' [enabled by default] >configure:25685: $? = 0 >configure:25702: result: none required >configure:26022: checking for CFLAGS needed for pthreads >configure:26076: result: >configure:26112: checking for LIBS needed for pthreads >configure:26166: result: >configure:26206: checking pthread.h usability >configure:26206: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -w conftest.c >&5 >configure:26206: $? = 0 >configure:26206: result: yes >configure:26206: checking pthread.h presence >configure:26206: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -w conftest.c >configure:26206: $? = 0 >configure:26206: result: yes >configure:26206: checking for pthread.h >configure:26206: result: yes >configure:26259: checking whether pthread_getspecific takes two arguments >configure:26282: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:35:1: error: too many arguments to function 'pthread_getspecific' >/usr/powerpc64-unknown-linux-gnu/usr/include/pthread.h:1110:14: note: declared here >configure:26282: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| >| #include <pthread.h> >| >| int >| main () >| { >| >| pthread_key_t key; >| void *tmp; >| pthread_getspecific(key,&tmp); >| >| ; >| return 0; >| } >configure:26294: result: no >configure:26304: checking whether pthread_attr_getdetachstate takes one argument >configure:26326: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:34:1: error: too few arguments to function 'pthread_attr_getdetachstate' >/usr/powerpc64-unknown-linux-gnu/usr/include/pthread.h:293:12: note: declared here >configure:26326: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| >| #include <pthread.h> >| >| int >| main () >| { >| >| pthread_attr_t *attr; >| pthread_attr_getdetachstate(attr); >| >| ; >| return 0; >| } >configure:26338: result: no >configure:26348: checking for recursive mutex support >configure:26381: result: no >configure:26394: checking for pthread_key_delete >configure:26394: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cckC9tzY.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `pthread_key_delete' >collect2: ld returned 1 exit status >configure:26394: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| /* Define pthread_key_delete to an innocuous variant, in case <limits.h> declares pthread_key_delete. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_key_delete innocuous_pthread_key_delete >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_key_delete (); 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 pthread_key_delete >| >| /* 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 pthread_key_delete (); >| /* 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_pthread_key_delete || defined __stub___pthread_key_delete >| choke me >| #endif >| >| int >| main () >| { >| return pthread_key_delete (); >| ; >| return 0; >| } >configure:26394: result: no >configure:26394: checking for pthread_rwlock_init >configure:26394: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccHKDOi7.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `pthread_rwlock_init' >collect2: ld returned 1 exit status >configure:26394: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| /* Define pthread_rwlock_init to an innocuous variant, in case <limits.h> declares pthread_rwlock_init. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_rwlock_init innocuous_pthread_rwlock_init >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_rwlock_init (); 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 pthread_rwlock_init >| >| /* 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 pthread_rwlock_init (); >| /* 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_pthread_rwlock_init || defined __stub___pthread_rwlock_init >| choke me >| #endif >| >| int >| main () >| { >| return pthread_rwlock_init (); >| ; >| return 0; >| } >configure:26394: result: no >configure:26394: checking for pthread_attr_setguardsize >configure:26394: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccW4hB8j.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `pthread_attr_setguardsize' >collect2: ld returned 1 exit status >configure:26394: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| /* Define pthread_attr_setguardsize to an innocuous variant, in case <limits.h> declares pthread_attr_setguardsize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_attr_setguardsize innocuous_pthread_attr_setguardsize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_attr_setguardsize (); 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 pthread_attr_setguardsize >| >| /* 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 pthread_attr_setguardsize (); >| /* 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_pthread_attr_setguardsize || defined __stub___pthread_attr_setguardsize >| choke me >| #endif >| >| int >| main () >| { >| return pthread_attr_setguardsize (); >| ; >| return 0; >| } >configure:26394: result: no >configure:26394: checking for pthread_yield >configure:26394: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccRxyNHs.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `pthread_yield' >collect2: ld returned 1 exit status >configure:26394: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| /* end confdefs.h. */ >| /* Define pthread_yield to an innocuous variant, in case <limits.h> declares pthread_yield. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_yield innocuous_pthread_yield >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_yield (); 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 pthread_yield >| >| /* 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 pthread_yield (); >| /* 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_pthread_yield || defined __stub___pthread_yield >| choke me >| #endif >| >| int >| main () >| { >| return pthread_yield (); >| ; >| return 0; >| } >configure:26394: result: no >configure:26441: checking sched.h usability >configure:26441: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:26441: $? = 0 >configure:26441: result: yes >configure:26441: checking sched.h presence >configure:26441: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:26441: $? = 0 >configure:26441: result: yes >configure:26441: checking for sched.h >configure:26441: result: yes >configure:26453: checking for sched_yield >configure:26453: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26453: $? = 0 >configure:26453: result: yes >configure:26472: checking for readdir in -lc_r >configure:26497: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lc_r -lcrypt >&5 >/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld: cannot find -lc_r >collect2: ld returned 1 exit status >configure:26497: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 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 readdir (); >| int >| main () >| { >| return readdir (); >| ; >| return 0; >| } >configure:26506: result: no >configure:26515: checking for gethostbyname in -lc_r >configure:26540: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lc_r -lcrypt >&5 >/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld: cannot find -lc_r >collect2: ld returned 1 exit status >configure:26540: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 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 gethostbyname (); >| int >| main () >| { >| return gethostbyname (); >| ; >| return 0; >| } >configure:26549: result: no >configure:26562: checking for gethostbyaddr in -lc_r >configure:26587: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lc_r -lcrypt >&5 >/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld: cannot find -lc_r >collect2: ld returned 1 exit status >configure:26587: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 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 gethostbyaddr (); >| int >| main () >| { >| return gethostbyaddr (); >| ; >| return 0; >| } >configure:26596: result: no >configure:26609: checking for getservbyname in -lc_r >configure:26634: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lc_r -lcrypt >&5 >/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld: cannot find -lc_r >collect2: ld returned 1 exit status >configure:26634: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 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 getservbyname (); >| int >| main () >| { >| return getservbyname (); >| ; >| return 0; >| } >configure:26643: result: no >configure:26658: checking for gethostbyname_r >configure:26658: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26658: $? = 0 >configure:26658: result: yes >configure:26658: checking for gethostbyaddr_r >configure:26658: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26658: $? = 0 >configure:26658: result: yes >configure:26658: checking for getservbyname_r >configure:26658: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26658: $? = 0 >configure:26658: result: yes >configure:26789: checking for sigsuspend >configure:26789: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26789: $? = 0 >configure:26789: result: yes >configure:26802: checking for sigwait >configure:26802: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26802: $? = 0 >configure:26802: result: yes >configure:26826: checking for poll >configure:26826: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:26826: $? = 0 >configure:26826: result: yes >configure:26826: checking for kqueue >configure:26826: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccXkV4pb.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `kqueue' >collect2: ld returned 1 exit status >configure:26826: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| /* end confdefs.h. */ >| /* Define kqueue to an innocuous variant, in case <limits.h> declares kqueue. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define kqueue innocuous_kqueue >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char kqueue (); 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 kqueue >| >| /* 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 kqueue (); >| /* 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_kqueue || defined __stub___kqueue >| choke me >| #endif >| >| int >| main () >| { >| return kqueue (); >| ; >| return 0; >| } >configure:26826: result: no >configure:26826: checking for port_create >configure:26826: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc07LrF9.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `port_create' >collect2: ld returned 1 exit status >configure:26826: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| /* end confdefs.h. */ >| /* Define port_create to an innocuous variant, in case <limits.h> declares port_create. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define port_create innocuous_port_create >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char port_create (); 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 port_create >| >| /* 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 port_create (); >| /* 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_port_create || defined __stub___port_create >| choke me >| #endif >| >| int >| main () >| { >| return port_create (); >| ; >| return 0; >| } >configure:26826: result: no >configure:26838: checking for epoll support >configure:26867: result: no >configure:26877: checking for epoll_create1 support >configure:26906: result: no >configure:26916: checking for dup3 support >configure:26944: result: no >configure:26954: checking for accept4 support >configure:27046: result: no >configure:27055: checking for SOCK_CLOEXEC support >configure:27084: result: no >configure:27095: checking for fdatasync >configure:27095: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:27095: $? = 0 >configure:27095: result: yes >configure:27106: checking for epoll_create1 support >configure:27135: result: no >configure:27145: checking for dup3 support >configure:27173: result: no >configure:27183: checking for accept4 support >configure:27275: result: no >configure:27284: checking for SOCK_CLOEXEC support >configure:27313: result: no >configure:27325: checking for getpwnam_r >configure:27325: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:27325: $? = 0 >configure:27325: result: yes >configure:27325: checking for getpwuid_r >configure:27325: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:27325: $? = 0 >configure:27325: result: yes >configure:27325: checking for getgrnam_r >configure:27325: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:27325: $? = 0 >configure:27325: result: yes >configure:27325: checking for getgrgid_r >configure:27325: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >configure:27325: $? = 0 >configure:27325: result: yes >configure:27339: checking for library containing shm_open >configure:27370: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc02TTIb.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `shm_open' >collect2: ld returned 1 exit status >configure:27370: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 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 shm_open (); >| int >| main () >| { >| return shm_open (); >| ; >| return 0; >| } >configure:27370: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27370: $? = 0 >configure:27387: result: -lrt >configure:27407: checking for sys/types.h >configure:27407: result: yes >configure:27407: checking sys/mman.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking sys/mman.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking for sys/mman.h >configure:27407: result: yes >configure:27407: checking sys/ipc.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking sys/ipc.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking for sys/ipc.h >configure:27407: result: yes >configure:27407: checking sys/mutex.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:75:23: fatal error: sys/mutex.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/mutex.h> >configure:27407: result: no >configure:27407: checking sys/mutex.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:42:23: fatal error: sys/mutex.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| /* end confdefs.h. */ >| #include <sys/mutex.h> >configure:27407: result: no >configure:27407: checking for sys/mutex.h >configure:27407: result: no >configure:27407: checking sys/shm.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking sys/shm.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking for sys/shm.h >configure:27407: result: yes >configure:27407: checking sys/file.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking sys/file.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:27407: $? = 0 >configure:27407: result: yes >configure:27407: checking for sys/file.h >configure:27407: result: yes >configure:27407: checking kernel/OS.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:77:23: fatal error: kernel/OS.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_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 <kernel/OS.h> >configure:27407: result: no >configure:27407: checking kernel/OS.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:44:23: fatal error: kernel/OS.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| /* end confdefs.h. */ >| #include <kernel/OS.h> >configure:27407: result: no >configure:27407: checking for kernel/OS.h >configure:27407: result: no >configure:27407: checking os2.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:77:17: fatal error: os2.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_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 <os2.h> >configure:27407: result: no >configure:27407: checking os2.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:44:17: fatal error: os2.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| /* end confdefs.h. */ >| #include <os2.h> >configure:27407: result: no >configure:27407: checking for os2.h >configure:27407: result: no >configure:27407: checking windows.h usability >configure:27407: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:77:21: fatal error: windows.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_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 <windows.h> >configure:27407: result: no >configure:27407: checking windows.h presence >configure:27407: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:44:21: fatal error: windows.h: No such file or directory >compilation terminated. >configure:27407: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| /* end confdefs.h. */ >| #include <windows.h> >configure:27407: result: no >configure:27407: checking for windows.h >configure:27407: result: no >configure:27421: checking for mmap >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for munmap >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for shm_open >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for shm_unlink >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for shmget >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for shmat >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for shmdt >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for shmctl >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:27421: $? = 0 >configure:27421: result: yes >configure:27421: checking for create_area >configure:27421: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccuOhGZL.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `create_area' >collect2: ld returned 1 exit status >configure:27421: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| /* end confdefs.h. */ >| /* Define create_area to an innocuous variant, in case <limits.h> declares create_area. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define create_area innocuous_create_area >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char create_area (); 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 create_area >| >| /* 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 create_area (); >| /* 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_create_area || defined __stub___create_area >| choke me >| #endif >| >| int >| main () >| { >| return create_area (); >| ; >| return 0; >| } >configure:27421: result: no >configure:27432: checking for MAP_ANON in sys/mman.h >configure:27457: result: yes >configure:27465: checking for /dev/zero >configure:27478: result: yes >configure:27488: checking for mmap that can map /dev/zero >configure:27530: result: no >configure:27811: result: decision on anonymous shared memory allocation method... 4.4BSD-style mmap() via MAP_ANON >configure:28112: result: decision on namebased memory allocation method... SysV IPC shmget() >configure:28171: checking for size_t >configure:28171: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:28171: $? = 0 >configure:28171: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:93:21: error: expected expression before ')' token >configure:28171: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 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:28171: result: yes >configure:28184: checking for working alloca.h >configure:28201: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28201: $? = 0 >configure:28209: result: yes >configure:28217: checking for alloca >configure:28254: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28254: $? = 0 >configure:28262: result: yes >configure:28377: checking for calloc >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:82:6: warning: conflicting types for built-in function 'calloc' [enabled by default] >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for setsid >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for isinf >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:84:6: warning: conflicting types for built-in function 'isinf' [enabled by default] >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for isnan >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:85:6: warning: conflicting types for built-in function 'isnan' [enabled by default] >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for getenv >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for putenv >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for setenv >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for unsetenv >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for writev >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for getifaddrs >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for utime >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28377: checking for utimes >configure:28377: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28377: $? = 0 >configure:28377: result: yes >configure:28388: checking for setrlimit >configure:28388: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28388: $? = 0 >configure:28388: result: yes >configure:28401: checking for getrlimit >configure:28401: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28401: $? = 0 >configure:28401: result: yes >configure:28413: checking for sendfilev in -lsendfile >configure:28438: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lsendfile -lrt -lcrypt >&5 >/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld: cannot find -lsendfile >collect2: ld returned 1 exit status >configure:28438: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 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 sendfilev (); >| int >| main () >| { >| return sendfilev (); >| ; >| return 0; >| } >configure:28447: result: no >configure:28461: checking for sendfile >configure:28461: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28461: $? = 0 >configure:28461: result: yes >configure:28461: checking for send_file >configure:28461: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc0A5tei.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `send_file' >collect2: ld returned 1 exit status >configure:28461: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| /* end confdefs.h. */ >| /* Define send_file to an innocuous variant, in case <limits.h> declares send_file. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define send_file innocuous_send_file >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char send_file (); 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 send_file >| >| /* 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 send_file (); >| /* 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_send_file || defined __stub___send_file >| choke me >| #endif >| >| int >| main () >| { >| return send_file (); >| ; >| return 0; >| } >configure:28461: result: no >configure:28461: checking for sendfilev >configure:28461: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cckRbXvt.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sendfilev' >collect2: ld returned 1 exit status >configure:28461: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| /* end confdefs.h. */ >| /* Define sendfilev to an innocuous variant, in case <limits.h> declares sendfilev. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sendfilev innocuous_sendfilev >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sendfilev (); 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 sendfilev >| >| /* 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 sendfilev (); >| /* 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_sendfilev || defined __stub___sendfilev >| choke me >| #endif >| >| int >| main () >| { >| return sendfilev (); >| ; >| return 0; >| } >configure:28461: result: no >configure:28551: checking for sigaction >configure:28551: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28551: $? = 0 >configure:28551: result: yes >configure:28562: checking whether sys_siglist is declared >configure:28562: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:28562: $? = 0 >configure:28562: result: yes >configure:28583: checking for fork >configure:28583: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:99:6: warning: conflicting types for built-in function 'fork' [enabled by default] >configure:28583: $? = 0 >configure:28583: result: yes >configure:28595: checking for inet_addr >configure:28621: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:28621: $? = 0 >configure:28633: result: yes >configure:28643: checking for inet_network >configure:28669: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:28669: $? = 0 >configure:28681: result: yes >configure:28691: checking for _getch >configure:28691: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc3nggY6.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `_getch' >collect2: ld returned 1 exit status >configure:28691: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| /* end confdefs.h. */ >| /* Define _getch to an innocuous variant, in case <limits.h> declares _getch. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _getch innocuous__getch >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _getch (); 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 _getch >| >| /* 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 _getch (); >| /* 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__getch || defined __stub____getch >| choke me >| #endif >| >| int >| main () >| { >| return _getch (); >| ; >| return 0; >| } >configure:28691: result: no >configure:28698: checking for strerror_r >configure:28698: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28698: $? = 0 >configure:28698: result: yes >configure:28711: checking for type of return code from strerror_r >configure:28753: result: pointer >configure:28759: checking for mmap >configure:28759: result: yes >configure:28775: checking for memmove >configure:28775: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:102:6: warning: conflicting types for built-in function 'memmove' [enabled by default] >configure:28775: $? = 0 >configure:28775: result: yes >configure:28789: checking for getpass >configure:28789: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28789: $? = 0 >configure:28789: result: yes >configure:28789: checking for getpassphrase >configure:28789: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc51ZNvx.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `getpassphrase' >collect2: ld returned 1 exit status >configure:28789: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| /* end confdefs.h. */ >| /* Define getpassphrase to an innocuous variant, in case <limits.h> declares getpassphrase. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpassphrase innocuous_getpassphrase >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpassphrase (); 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 getpassphrase >| >| /* 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 getpassphrase (); >| /* 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_getpassphrase || defined __stub___getpassphrase >| choke me >| #endif >| >| int >| main () >| { >| return getpassphrase (); >| ; >| return 0; >| } >configure:28789: result: no >configure:28789: checking for gmtime_r >configure:28789: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28789: $? = 0 >configure:28789: result: yes >configure:28789: checking for localtime_r >configure:28789: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28789: $? = 0 >configure:28789: result: yes >configure:28789: checking for mkstemp >configure:28789: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:28789: $? = 0 >configure:28789: result: yes >configure:28811: checking whether sigwait takes one argument >configure:28842: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:101:3: error: too few arguments to function 'sigwait' >/usr/powerpc64-unknown-linux-gnu/usr/include/signal.h:276:12: note: declared here >configure:28842: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| /* end confdefs.h. */ >| >| #if defined(__NETBSD__) || defined(DARWIN) >| /* When using the unproven-pthreads package, we need to pull in this >| * header to get a prototype for sigwait(). Else things will fail later >| * on. XXX Should probably be fixed in the unproven-pthreads package. >| * Darwin is declaring sigwait() in the wrong place as well. >| */ >| #include <pthread.h> >| #endif >| #include <signal.h> >| >| int >| main () >| { >| >| sigset_t set; >| >| sigwait(&set); >| >| ; >| return 0; >| } >configure:28853: result: no >configure:28862: checking for ANSI C header files >configure:28966: result: yes >configure:29043: checking ByteOrder.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:118:23: fatal error: ByteOrder.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 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 <ByteOrder.h> >configure:29043: result: no >configure:29043: checking ByteOrder.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:85:23: fatal error: ByteOrder.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #include <ByteOrder.h> >configure:29043: result: no >configure:29043: checking for ByteOrder.h >configure:29043: result: no >configure:29043: checking conio.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:118:19: fatal error: conio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 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 <conio.h> >configure:29043: result: no >configure:29043: checking conio.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:85:19: fatal error: conio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| /* end confdefs.h. */ >| #include <conio.h> >configure:29043: result: no >configure:29043: checking for conio.h >configure:29043: result: no >configure:29043: checking crypt.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking crypt.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for crypt.h >configure:29043: result: yes >configure:29043: checking ctype.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking ctype.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for ctype.h >configure:29043: result: yes >configure:29043: checking dir.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:120:17: fatal error: dir.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_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 <dir.h> >configure:29043: result: no >configure:29043: checking dir.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:87:17: fatal error: dir.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| /* end confdefs.h. */ >| #include <dir.h> >configure:29043: result: no >configure:29043: checking for dir.h >configure:29043: result: no >configure:29043: checking dirent.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking dirent.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for dirent.h >configure:29043: result: yes >configure:29043: checking dl.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:121:16: fatal error: dl.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_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 <dl.h> >configure:29043: result: no >configure:29043: checking dl.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:88:16: fatal error: dl.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <dl.h> >configure:29043: result: no >configure:29043: checking for dl.h >configure:29043: result: no >configure:29043: checking for dlfcn.h >configure:29043: result: yes >configure:29043: checking errno.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking errno.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for errno.h >configure:29043: result: yes >configure:29043: checking fcntl.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking fcntl.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for fcntl.h >configure:29043: result: yes >configure:29043: checking grp.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking grp.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for grp.h >configure:29043: result: yes >configure:29043: checking io.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:125:16: fatal error: io.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_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 <io.h> >configure:29043: result: no >configure:29043: checking io.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:92:16: fatal error: io.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| /* end confdefs.h. */ >| #include <io.h> >configure:29043: result: no >configure:29043: checking for io.h >configure:29043: result: no >configure:29043: checking limits.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking limits.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for limits.h >configure:29043: result: yes >configure:29043: checking mach-o/dyld.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:126:25: fatal error: mach-o/dyld.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_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 <mach-o/dyld.h> >configure:29043: result: no >configure:29043: checking mach-o/dyld.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:93:25: fatal error: mach-o/dyld.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <mach-o/dyld.h> >configure:29043: result: no >configure:29043: checking for mach-o/dyld.h >configure:29043: result: no >configure:29043: checking malloc.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking malloc.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for malloc.h >configure:29043: result: yes >configure:29043: checking for memory.h >configure:29043: result: yes >configure:29043: checking netdb.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking netdb.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for netdb.h >configure:29043: result: yes >configure:29043: checking osreldate.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:129:23: fatal error: osreldate.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_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 <osreldate.h> >configure:29043: result: no >configure:29043: checking osreldate.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:96:23: fatal error: osreldate.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| /* end confdefs.h. */ >| #include <osreldate.h> >configure:29043: result: no >configure:29043: checking for osreldate.h >configure:29043: result: no >configure:29043: checking poll.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking poll.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for poll.h >configure:29043: result: yes >configure:29043: checking process.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:130:21: fatal error: process.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_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 <process.h> >configure:29043: result: no >configure:29043: checking process.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:97:21: fatal error: process.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| /* end confdefs.h. */ >| #include <process.h> >configure:29043: result: no >configure:29043: checking for process.h >configure:29043: result: no >configure:29043: checking for pwd.h >configure:29043: result: yes >configure:29043: checking semaphore.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking semaphore.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for semaphore.h >configure:29043: result: yes >configure:29043: checking signal.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking signal.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for signal.h >configure:29043: result: yes >configure:29043: checking stdarg.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking stdarg.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for stdarg.h >configure:29043: result: yes >configure:29043: checking stddef.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking stddef.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for stddef.h >configure:29043: result: yes >configure:29043: checking stdio.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking stdio.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for stdio.h >configure:29043: result: yes >configure:29043: checking for stdlib.h >configure:29043: result: yes >configure:29043: checking for string.h >configure:29043: result: yes >configure:29043: checking for strings.h >configure:29043: result: yes >configure:29043: checking sysapi.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:139:20: fatal error: sysapi.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_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 <sysapi.h> >configure:29043: result: no >configure:29043: checking sysapi.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:106:20: fatal error: sysapi.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sysapi.h> >configure:29043: result: no >configure:29043: checking for sysapi.h >configure:29043: result: no >configure:29043: checking sysgtime.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:139:22: fatal error: sysgtime.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_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 <sysgtime.h> >configure:29043: result: no >configure:29043: checking sysgtime.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:106:22: fatal error: sysgtime.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| /* end confdefs.h. */ >| #include <sysgtime.h> >configure:29043: result: no >configure:29043: checking for sysgtime.h >configure:29043: result: no >configure:29043: checking termios.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking termios.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for termios.h >configure:29043: result: yes >configure:29043: checking time.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking time.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for time.h >configure:29043: result: yes >configure:29043: checking tpfeq.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:141:19: fatal error: tpfeq.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_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 <tpfeq.h> >configure:29043: result: no >configure:29043: checking tpfeq.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:108:19: fatal error: tpfeq.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tpfeq.h> >configure:29043: result: no >configure:29043: checking for tpfeq.h >configure:29043: result: no >configure:29043: checking tpfio.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:141:19: fatal error: tpfio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_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 <tpfio.h> >configure:29043: result: no >configure:29043: checking tpfio.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:108:19: fatal error: tpfio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| /* end confdefs.h. */ >| #include <tpfio.h> >configure:29043: result: no >configure:29043: checking for tpfio.h >configure:29043: result: no >configure:29043: checking for unistd.h >configure:29043: result: yes >configure:29043: checking unix.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:142:18: fatal error: unix.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_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 <unix.h> >configure:29043: result: no >configure:29043: checking unix.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:109:18: fatal error: unix.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <unix.h> >configure:29043: result: no >configure:29043: checking for unix.h >configure:29043: result: no >configure:29043: checking for windows.h >configure:29043: result: no >configure:29043: checking winsock2.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:142:22: fatal error: winsock2.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_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 <winsock2.h> >configure:29043: result: no >configure:29043: checking winsock2.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:109:22: fatal error: winsock2.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <winsock2.h> >configure:29043: result: no >configure:29043: checking for winsock2.h >configure:29043: result: no >configure:29043: checking arpa/inet.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking arpa/inet.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for arpa/inet.h >configure:29043: result: yes >configure:29043: checking for kernel/OS.h >configure:29043: result: no >configure:29043: checking net/errno.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:143:23: fatal error: net/errno.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_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 <net/errno.h> >configure:29043: result: no >configure:29043: checking net/errno.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:110:23: fatal error: net/errno.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| /* end confdefs.h. */ >| #include <net/errno.h> >configure:29043: result: no >configure:29043: checking for net/errno.h >configure:29043: result: no >configure:29043: checking netinet/in.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking netinet/in.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for netinet/in.h >configure:29043: result: yes >configure:29043: checking netinet/sctp.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:144:26: fatal error: netinet/sctp.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_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 <netinet/sctp.h> >configure:29043: result: no >configure:29043: checking netinet/sctp.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:111:26: fatal error: netinet/sctp.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| /* end confdefs.h. */ >| #include <netinet/sctp.h> >configure:29043: result: no >configure:29043: checking for netinet/sctp.h >configure:29043: result: no >configure:29043: checking netinet/sctp_uio.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:144:30: fatal error: netinet/sctp_uio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_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 <netinet/sctp_uio.h> >configure:29043: result: no >configure:29043: checking netinet/sctp_uio.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:111:30: fatal error: netinet/sctp_uio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| /* end confdefs.h. */ >| #include <netinet/sctp_uio.h> >configure:29043: result: no >configure:29043: checking for netinet/sctp_uio.h >configure:29043: result: no >configure:29043: checking for sys/file.h >configure:29043: result: yes >configure:29043: checking sys/ioctl.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/ioctl.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/ioctl.h >configure:29043: result: yes >configure:29043: checking for sys/mman.h >configure:29043: result: yes >configure:29043: checking sys/param.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/param.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/param.h >configure:29043: result: yes >configure:29043: checking sys/poll.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/poll.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/poll.h >configure:29043: result: yes >configure:29043: checking sys/resource.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/resource.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/resource.h >configure:29043: result: yes >configure:29043: checking sys/select.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/select.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/select.h >configure:29043: result: yes >configure:29043: checking sys/sem.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/sem.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/sem.h >configure:29043: result: yes >configure:29043: checking sys/sendfile.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/sendfile.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/sendfile.h >configure:29043: result: yes >configure:29043: checking sys/signal.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/signal.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/signal.h >configure:29043: result: yes >configure:29043: checking sys/socket.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/socket.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/socket.h >configure:29043: result: yes >configure:29043: checking sys/sockio.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:155:24: fatal error: sys/sockio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sockio.h> >configure:29043: result: no >configure:29043: checking sys/sockio.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:122:24: fatal error: sys/sockio.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| /* end confdefs.h. */ >| #include <sys/sockio.h> >configure:29043: result: no >configure:29043: checking for sys/sockio.h >configure:29043: result: no >configure:29043: checking for sys/stat.h >configure:29043: result: yes >configure:29043: checking sys/sysctl.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/sysctl.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/sysctl.h >configure:29043: result: yes >configure:29043: checking sys/syslimits.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:157:27: fatal error: sys/syslimits.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/syslimits.h> >configure:29043: result: no >configure:29043: checking sys/syslimits.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:124:27: fatal error: sys/syslimits.h: No such file or directory >compilation terminated. >configure:29043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| /* end confdefs.h. */ >| #include <sys/syslimits.h> >configure:29043: result: no >configure:29043: checking for sys/syslimits.h >configure:29043: result: no >configure:29043: checking sys/time.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/time.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/time.h >configure:29043: result: yes >configure:29043: checking for sys/types.h >configure:29043: result: yes >configure:29043: checking sys/uio.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/uio.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/uio.h >configure:29043: result: yes >configure:29043: checking sys/un.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/un.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/un.h >configure:29043: result: yes >configure:29043: checking sys/wait.h usability >configure:29043: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking sys/wait.h presence >configure:29043: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29043: $? = 0 >configure:29043: result: yes >configure:29043: checking for sys/wait.h >configure:29043: result: yes >configure:29132: checking for netinet/tcp.h >configure:29145: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:29145: $? = 0 >configure:29152: result: yes >configure:29205: checking for h_errno in netdb.h >configure:29235: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29235: $? = 0 >configure:29305: result: yes >configure:29361: checking for off_t >configure:29361: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29361: $? = 0 >configure:29361: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:166:20: error: expected expression before ')' token >configure:29361: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_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 >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:29361: result: yes >configure:29372: checking for pid_t >configure:29372: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29372: $? = 0 >configure:29372: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:166:20: error: expected expression before ')' token >configure:29372: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_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 >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:29372: result: yes >configure:29383: checking for size_t >configure:29383: result: yes >configure:29394: checking for uid_t in sys/types.h >configure:29413: result: yes >configure:29424: checking for ssize_t >configure:29424: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29424: $? = 0 >configure:29424: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:166:22: error: expected expression before ')' token >configure:29424: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_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 >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:29424: result: yes >configure:29435: checking for inline >configure:29451: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29451: $? = 0 >configure:29459: result: inline >configure:29477: checking for an ANSI C-conforming const >configure:29542: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29542: $? = 0 >configure:29549: result: yes >configure:29557: checking whether setpgrp takes no argument >configure:29589: result: yes >configure:29599: checking for socklen_t >configure:29625: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29625: $? = 0 >configure:29637: result: yes >configure:29651: checking size of void* >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29656: $? = 0 >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:168:12: error: size of array 'test_array' is negative >configure:29656: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 0)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:168:12: error: size of array 'test_array' is negative >configure:29656: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 1)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:168:12: error: size of array 'test_array' is negative >configure:29656: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 3)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:168:12: error: size of array 'test_array' is negative >configure:29656: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (void*))) <= 7)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29656: $? = 0 >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29656: $? = 0 >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29656: $? = 0 >configure:29656: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29656: $? = 0 >configure:29670: result: 8 >configure:29691: checking size of char >configure:29696: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29696: $? = 0 >configure:29696: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:169:12: error: size of array 'test_array' is negative >configure:29696: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 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 >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29696: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29696: $? = 0 >configure:29710: result: 1 >configure:29724: checking size of int >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29729: $? = 0 >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:170:12: error: size of array 'test_array' is negative >configure:29729: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:170:12: error: size of array 'test_array' is negative >configure:29729: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:170:12: error: size of array 'test_array' is negative >configure:29729: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29729: $? = 0 >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29729: $? = 0 >configure:29729: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29729: $? = 0 >configure:29743: result: 4 >configure:29757: checking size of long >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29762: $? = 0 >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:171:12: error: size of array 'test_array' is negative >configure:29762: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:171:12: error: size of array 'test_array' is negative >configure:29762: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:171:12: error: size of array 'test_array' is negative >configure:29762: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:171:12: error: size of array 'test_array' is negative >configure:29762: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29762: $? = 0 >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29762: $? = 0 >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29762: $? = 0 >configure:29762: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29762: $? = 0 >configure:29776: result: 8 >configure:29790: checking size of short >configure:29795: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29795: $? = 0 >configure:29795: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:172:12: error: size of array 'test_array' is negative >configure:29795: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 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 >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29795: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:172:12: error: size of array 'test_array' is negative >configure:29795: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 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 >| int >| main () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29795: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29795: $? = 0 >configure:29795: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29795: $? = 0 >configure:29809: result: 2 >configure:29823: checking size of long long >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29828: $? = 0 >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:173:12: error: size of array 'test_array' is negative >configure:29828: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:173:12: error: size of array 'test_array' is negative >configure:29828: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:173:12: error: size of array 'test_array' is negative >configure:29828: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:173:12: error: size of array 'test_array' is negative >configure:29828: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| /* 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 () >| { >| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; >| test_array [0] = 0 >| >| ; >| return 0; >| } >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29828: $? = 0 >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29828: $? = 0 >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29828: $? = 0 >configure:29828: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:29828: $? = 0 >configure:29842: result: 8 >configure:29911: checking for INT64_C >configure:29948: result: yes >configure:29987: checking size of pid_t >configure:30017: result: 8 >configure:30090: checking whether ssize_t and int are the same >configure:30109: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:176:9: error: size of array 'foo' is negative >configure:30109: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 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 >| int >| main () >| { >| >| int foo[0 - !__builtin_types_compatible_p(ssize_t, int)]; >| >| ; >| return 0; >| } >configure:30117: result: no >configure:30122: checking whether ssize_t and long are the same >configure:30141: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:30141: $? = 0 >configure:30149: result: yes >configure:30154: checking whether size_t and unsigned int are the same >configure:30173: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:176:9: error: size of array 'foo' is negative >configure:30173: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 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 >| int >| main () >| { >| >| int foo[0 - !__builtin_types_compatible_p(size_t, unsigned int)]; >| >| ; >| return 0; >| } >configure:30181: result: no >configure:30186: checking whether size_t and unsigned long are the same >configure:30205: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:30205: $? = 0 >configure:30213: result: yes >configure:30217: checking size of ssize_t >configure:30247: result: 8 >configure:30256: checking which format to use for apr_ssize_t >configure:30259: result: %ld >configure:30275: checking size of size_t >configure:30305: result: 8 >configure:30314: checking which format to use for apr_size_t >configure:30317: result: %lu >configure:30333: checking size of off_t >configure:30363: result: 8 >configure:30395: checking which type to use for apr_off_t >configure:30440: result: off_t >configure:30462: checking size of ino_t >configure:30492: result: 8 >configure:30509: using ino_t for ino_t >configure:30513: checking whether byte ordering is bigendian >configure:30528: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:144:9: error: unknown type name 'not' >conftest.c:144:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' >conftest.c:144:15: error: unknown type name 'universal' >configure:30528: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:30573: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:30573: $? = 0 >configure:30591: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:30591: $? = 0 >configure:30719: result: yes >configure:30743: checking size of struct iovec >configure:30774: result: 0 >configure:30814: checking for strnicmp >configure:30814: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccB6lr0E.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `strnicmp' >collect2: ld returned 1 exit status >configure:30814: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| /* end confdefs.h. */ >| /* Define strnicmp to an innocuous variant, in case <limits.h> declares strnicmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnicmp innocuous_strnicmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnicmp (); 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 strnicmp >| >| /* 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 strnicmp (); >| /* 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_strnicmp || defined __stub___strnicmp >| choke me >| #endif >| >| int >| main () >| { >| return strnicmp (); >| ; >| return 0; >| } >configure:30814: result: no >configure:30827: checking for strncasecmp >configure:30827: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:168:6: warning: conflicting types for built-in function 'strncasecmp' [enabled by default] >configure:30827: $? = 0 >configure:30827: result: yes >configure:30840: checking for stricmp >configure:30840: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccTNL5mW.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `stricmp' >collect2: ld returned 1 exit status >configure:30840: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| /* end confdefs.h. */ >| /* Define stricmp to an innocuous variant, in case <limits.h> declares stricmp. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define stricmp innocuous_stricmp >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char stricmp (); 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 stricmp >| >| /* 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 stricmp (); >| /* 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_stricmp || defined __stub___stricmp >| choke me >| #endif >| >| int >| main () >| { >| return stricmp (); >| ; >| return 0; >| } >configure:30840: result: no >configure:30853: checking for strcasecmp >configure:30853: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:169:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] >configure:30853: $? = 0 >configure:30853: result: yes >configure:30866: checking for strdup >configure:30866: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:170:6: warning: conflicting types for built-in function 'strdup' [enabled by default] >configure:30866: $? = 0 >configure:30866: result: yes >configure:30879: checking for strstr >configure:30879: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:171:6: warning: conflicting types for built-in function 'strstr' [enabled by default] >configure:30879: $? = 0 >configure:30879: result: yes >configure:30892: checking for memchr >configure:30892: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >conftest.c:172:6: warning: conflicting types for built-in function 'memchr' [enabled by default] >configure:30892: $? = 0 >configure:30892: result: yes >configure:30904: checking for strtol >configure:30904: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >configure:30904: $? = 0 >configure:30904: result: yes >configure:31048: checking for dlopen >configure:31048: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc5zCcNJ.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `dlopen' >collect2: ld returned 1 exit status >configure:31048: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| /* end confdefs.h. */ >| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dlopen innocuous_dlopen >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dlopen (); 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 dlopen >| >| /* 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 dlopen (); >| /* 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_dlopen || defined __stub___dlopen >| choke me >| #endif >| >| int >| main () >| { >| return dlopen (); >| ; >| return 0; >| } >configure:31048: result: no >configure:31055: checking for dlopen in -ldl >configure:31080: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -ldl -lrt -lcrypt >&5 >configure:31080: $? = 0 >configure:31089: result: yes >configure:31118: checking for dlsym >configure:31118: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >configure:31118: $? = 0 >configure:31118: result: yes >configure:31293: checking for waitpid >configure:31293: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >configure:31293: $? = 0 >configure:31293: result: yes >configure:31323: checking for Variable Length Arrays >configure:31342: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -Werror -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:31342: $? = 0 >configure:31350: result: yes >configure:31358: checking struct rlimit >configure:31394: result: no >configure:31405: checking for semget >configure:31405: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >configure:31405: $? = 0 >configure:31405: result: yes >configure:31405: checking for semctl >configure:31405: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >configure:31405: $? = 0 >configure:31405: result: yes >configure:31405: checking for flock >configure:31405: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >configure:31405: $? = 0 >configure:31405: result: yes >configure:31417: checking for semaphore.h >configure:31417: result: yes >configure:31417: checking OS.h usability >configure:31417: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:192:16: fatal error: OS.h: No such file or directory >compilation terminated. >configure:31417: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_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 <OS.h> >configure:31417: result: no >configure:31417: checking OS.h presence >configure:31417: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:159:16: fatal error: OS.h: No such file or directory >compilation terminated. >configure:31417: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| #include <OS.h> >configure:31417: result: no >configure:31417: checking for OS.h >configure:31417: result: no >configure:31427: checking for library containing sem_open >configure:31458: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccyfvyCM.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sem_open' >collect2: ld returned 1 exit status >configure:31458: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_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 sem_open (); >| int >| main () >| { >| return sem_open (); >| ; >| return 0; >| } >configure:31458: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccX6I3TV.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sem_open' >collect2: ld returned 1 exit status >configure:31458: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_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 sem_open (); >| int >| main () >| { >| return sem_open (); >| ; >| return 0; >| } >configure:31475: result: no >configure:31486: checking for sem_close >configure:31486: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccNVjCR5.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sem_close' >collect2: ld returned 1 exit status >configure:31486: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| /* Define sem_close to an innocuous variant, in case <limits.h> declares sem_close. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sem_close innocuous_sem_close >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sem_close (); 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 sem_close >| >| /* 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 sem_close (); >| /* 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_sem_close || defined __stub___sem_close >| choke me >| #endif >| >| int >| main () >| { >| return sem_close (); >| ; >| return 0; >| } >configure:31486: result: no >configure:31486: checking for sem_unlink >configure:31486: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc1h1wO7.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sem_unlink' >collect2: ld returned 1 exit status >configure:31486: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| /* Define sem_unlink to an innocuous variant, in case <limits.h> declares sem_unlink. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sem_unlink innocuous_sem_unlink >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sem_unlink (); 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 sem_unlink >| >| /* 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 sem_unlink (); >| /* 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_sem_unlink || defined __stub___sem_unlink >| choke me >| #endif >| >| int >| main () >| { >| return sem_unlink (); >| ; >| return 0; >| } >configure:31486: result: no >configure:31486: checking for sem_post >configure:31486: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccwwFFZh.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sem_post' >collect2: ld returned 1 exit status >configure:31486: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| /* Define sem_post to an innocuous variant, in case <limits.h> declares sem_post. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sem_post innocuous_sem_post >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sem_post (); 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 sem_post >| >| /* 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 sem_post (); >| /* 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_sem_post || defined __stub___sem_post >| choke me >| #endif >| >| int >| main () >| { >| return sem_post (); >| ; >| return 0; >| } >configure:31486: result: no >configure:31486: checking for sem_wait >configure:31486: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc0qxUVq.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `sem_wait' >collect2: ld returned 1 exit status >configure:31486: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| /* Define sem_wait to an innocuous variant, in case <limits.h> declares sem_wait. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define sem_wait innocuous_sem_wait >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char sem_wait (); 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 sem_wait >| >| /* 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 sem_wait (); >| /* 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_sem_wait || defined __stub___sem_wait >| choke me >| #endif >| >| int >| main () >| { >| return sem_wait (); >| ; >| return 0; >| } >configure:31486: result: no >configure:31486: checking for create_sem >configure:31486: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc2YN6BA.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `create_sem' >collect2: ld returned 1 exit status >configure:31486: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| /* Define create_sem to an innocuous variant, in case <limits.h> declares create_sem. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define create_sem innocuous_create_sem >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char create_sem (); 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 create_sem >| >| /* 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 create_sem (); >| /* 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_create_sem || defined __stub___create_sem >| choke me >| #endif >| >| int >| main () >| { >| return create_sem (); >| ; >| return 0; >| } >configure:31486: result: no >configure:31497: checking for working sem_open >configure:31545: result: no >configure:31549: checking for union semun in sys/sem.h >configure:31569: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:168:13: error: storage size of 'arg' isn't known >configure:31569: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <sys/ipc.h> >| #include <sys/sem.h> >| >| int >| main () >| { >| >| union semun arg; >| semctl(0, 0, 0, arg); >| >| ; >| return 0; >| } >configure:31578: result: no >configure:31583: checking for LOCK_EX in sys/file.h >configure:31608: result: yes >configure:31617: checking for F_SETLK in fcntl.h >configure:31642: result: yes >configure:31651: checking for SEM_UNDO in sys/sem.h >configure:31676: result: yes >configure:31688: checking for POLLIN in poll.h sys/poll.h >configure:31715: result: yes >configure:31726: checking for PTHREAD_PROCESS_SHARED in pthread.h >configure:31751: result: yes >configure:31761: checking for pthread_mutexattr_setpshared >configure:31761: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccsm7KE8.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `pthread_mutexattr_setpshared' >collect2: ld returned 1 exit status >configure:31761: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| /* end confdefs.h. */ >| /* Define pthread_mutexattr_setpshared to an innocuous variant, in case <limits.h> declares pthread_mutexattr_setpshared. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pthread_mutexattr_setpshared innocuous_pthread_mutexattr_setpshared >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pthread_mutexattr_setpshared (); 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 pthread_mutexattr_setpshared >| >| /* 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 pthread_mutexattr_setpshared (); >| /* 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_pthread_mutexattr_setpshared || defined __stub___pthread_mutexattr_setpshared >| choke me >| #endif >| >| int >| main () >| { >| return pthread_mutexattr_setpshared (); >| ; >| return 0; >| } >configure:31761: result: no >configure:32293: result: decision on apr_lock implementation method... SysV IPC semget() >configure:32329: checking if fcntl returns EACCES when F_SETLK is already held >configure:32410: result: no >configure:32427: checking if all interprocess locks affect threads >configure:32435: result: no >configure:32441: checking if POSIX sems affect threads in the same process >configure:32450: result: no >configure:32454: checking if SysV sems affect threads in the same process >configure:32463: result: no >configure:32467: checking if fcntl locks affect threads in the same process >configure:32476: result: no >configure:32480: checking if flock locks affect threads in the same process >configure:32489: result: no >configure:32493: checking for entropy source >configure:32568: result: /dev/urandom >configure:32603: checking for struct stat.st_blocks >configure:32603: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32603: $? = 0 >configure:32603: result: yes >configure:32622: checking for struct stat.st_atimensec >configure:32622: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:183:12: error: 'struct stat' has no member named 'st_atimensec' >configure:32622: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (ac_aggr.st_atimensec) >| return 0; >| ; >| return 0; >| } >configure:32622: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:183:19: error: 'struct stat' has no member named 'st_atimensec' >configure:32622: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (sizeof ac_aggr.st_atimensec) >| return 0; >| ; >| return 0; >| } >configure:32622: result: no >configure:32641: checking for struct stat.st_ctimensec >configure:32641: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:183:12: error: 'struct stat' has no member named 'st_ctimensec' >configure:32641: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (ac_aggr.st_ctimensec) >| return 0; >| ; >| return 0; >| } >configure:32641: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:183:19: error: 'struct stat' has no member named 'st_ctimensec' >configure:32641: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (sizeof ac_aggr.st_ctimensec) >| return 0; >| ; >| return 0; >| } >configure:32641: result: no >configure:32660: checking for struct stat.st_mtimensec >configure:32660: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:183:12: error: 'struct stat' has no member named 'st_mtimensec' >configure:32660: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (ac_aggr.st_mtimensec) >| return 0; >| ; >| return 0; >| } >configure:32660: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:183:19: error: 'struct stat' has no member named 'st_mtimensec' >configure:32660: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (sizeof ac_aggr.st_mtimensec) >| return 0; >| ; >| return 0; >| } >configure:32660: result: no >configure:32679: checking for struct stat.st_atim.tv_nsec >configure:32679: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32679: $? = 0 >configure:32679: result: yes >configure:32698: checking for struct stat.st_ctim.tv_nsec >configure:32698: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32698: $? = 0 >configure:32698: result: yes >configure:32717: checking for struct stat.st_mtim.tv_nsec >configure:32717: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32717: $? = 0 >configure:32717: result: yes >configure:32736: checking for struct stat.st_atime_n >configure:32736: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:186:12: error: 'struct stat' has no member named 'st_atime_n' >configure:32736: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (ac_aggr.st_atime_n) >| return 0; >| ; >| return 0; >| } >configure:32736: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:186:19: error: 'struct stat' has no member named 'st_atime_n' >configure:32736: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (sizeof ac_aggr.st_atime_n) >| return 0; >| ; >| return 0; >| } >configure:32736: result: no >configure:32755: checking for struct stat.st_ctime_n >configure:32755: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:186:12: error: 'struct stat' has no member named 'st_ctime_n' >configure:32755: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (ac_aggr.st_ctime_n) >| return 0; >| ; >| return 0; >| } >configure:32755: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:186:19: error: 'struct stat' has no member named 'st_ctime_n' >configure:32755: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (sizeof ac_aggr.st_ctime_n) >| return 0; >| ; >| return 0; >| } >configure:32755: result: no >configure:32774: checking for struct stat.st_mtime_n >configure:32774: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:186:12: error: 'struct stat' has no member named 'st_mtime_n' >configure:32774: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (ac_aggr.st_mtime_n) >| return 0; >| ; >| return 0; >| } >configure:32774: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:186:19: error: 'struct stat' has no member named 'st_mtime_n' >configure:32774: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| /* end confdefs.h. */ >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| #include <sys/stat.h> >| #endif >| #ifdef HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| >| int >| main () >| { >| static struct stat ac_aggr; >| if (sizeof ac_aggr.st_mtime_n) >| return 0; >| ; >| return 0; >| } >configure:32774: result: no >configure:32796: checking for inode member of struct dirent >configure:32822: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32822: $? = 0 >configure:32853: result: d_fileno >configure:32864: checking for file type member of struct dirent >configure:32887: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32887: $? = 0 >configure:32893: result: d_type >configure:32909: checking uuid.h usability >configure:32909: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c:206:18: fatal error: uuid.h: No such file or directory >compilation terminated. >configure:32909: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| /* 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 <uuid.h> >configure:32909: result: no >configure:32909: checking uuid.h presence >configure:32909: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >conftest.c:173:18: fatal error: uuid.h: No such file or directory >compilation terminated. >configure:32909: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| /* end confdefs.h. */ >| #include <uuid.h> >configure:32909: result: no >configure:32909: checking for uuid.h >configure:32909: result: no >configure:32909: checking uuid/uuid.h usability >configure:32909: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:32909: $? = 0 >configure:32909: result: yes >configure:32909: checking uuid/uuid.h presence >configure:32909: powerpc64-unknown-linux-gnu-gcc -E -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >configure:32909: $? = 0 >configure:32909: result: yes >configure:32909: checking for uuid/uuid.h >configure:32909: result: yes >configure:32923: checking for library containing uuid_create >configure:32954: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccyEvBmr.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `uuid_create' >collect2: ld returned 1 exit status >configure:32954: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_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 uuid_create (); >| int >| main () >| { >| return uuid_create (); >| ; >| return 0; >| } >configure:32954: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -luuid -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cccGQNNy.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `uuid_create' >collect2: ld returned 1 exit status >configure:32954: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_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 uuid_create (); >| int >| main () >| { >| return uuid_create (); >| ; >| return 0; >| } >configure:32971: result: no >configure:32979: checking for library containing uuid_generate >configure:33010: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/cc1dZCCH.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `uuid_generate' >collect2: ld returned 1 exit status >configure:33010: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_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 uuid_generate (); >| int >| main () >| { >| return uuid_generate (); >| ; >| return 0; >| } >configure:33010: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -luuid -lrt -lcrypt -ldl >&5 >configure:33010: $? = 0 >configure:33027: result: -luuid >configure:33043: checking for uuid_create >configure:33043: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -luuid -lrt -lcrypt -ldl >&5 >/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/temp/ccDDParY.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `uuid_create' >collect2: ld returned 1 exit status >configure:33043: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_H 1 >| /* end confdefs.h. */ >| /* Define uuid_create to an innocuous variant, in case <limits.h> declares uuid_create. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define uuid_create innocuous_uuid_create >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char uuid_create (); 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 uuid_create >| >| /* 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 uuid_create (); >| /* 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_uuid_create || defined __stub___uuid_create >| choke me >| #endif >| >| int >| main () >| { >| return uuid_create (); >| ; >| return 0; >| } >configure:33043: result: no >configure:33043: checking for uuid_generate >configure:33043: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -luuid -lrt -lcrypt -ldl >&5 >configure:33043: $? = 0 >configure:33043: result: yes >configure:33053: checking for os uuid usability >configure:33116: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -luuid -lrt -lcrypt -ldl >&5 >configure:33116: $? = 0 >configure:33126: result: yes >configure:33140: checking for struct tm.tm_gmtoff >configure:33140: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:33140: $? = 0 >configure:33140: result: yes >configure:33152: checking for struct tm.__tm_gmtoff >configure:33152: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:184:12: error: 'struct tm' has no member named '__tm_gmtoff' >configure:33152: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_H 1 >| #define HAVE_UUID_GENERATE 1 >| #define HAVE_STRUCT_TM_TM_GMTOFF 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <time.h> >| >| int >| main () >| { >| static struct tm ac_aggr; >| if (ac_aggr.__tm_gmtoff) >| return 0; >| ; >| return 0; >| } >configure:33152: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:184:19: error: 'struct tm' has no member named '__tm_gmtoff' >configure:33152: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_H 1 >| #define HAVE_UUID_GENERATE 1 >| #define HAVE_STRUCT_TM_TM_GMTOFF 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <time.h> >| >| int >| main () >| { >| static struct tm ac_aggr; >| if (sizeof ac_aggr.__tm_gmtoff) >| return 0; >| ; >| return 0; >| } >configure:33152: result: no >configure:33168: checking for type in_addr >configure:33198: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:33198: $? = 0 >configure:33207: result: yes >configure:33216: checking if fd == socket on this platform >configure:33238: checking style of gethostbyname_r routine >configure:33278: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -Werror -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:33278: $? = 0 >configure:33287: result: glibc2 >configure:33296: checking 3rd argument to the gethostbyname_r routines >configure:33336: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -Werror -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:200:35: error: passing argument 3 of 'gethostbyname_r' from incompatible pointer type [-Werror] >/usr/powerpc64-unknown-linux-gnu/usr/include/netdb.h:179:12: note: expected 'char * __restrict__' but argument is of type 'struct hostent_data *' >conftest.c:200:35: error: too few arguments to function 'gethostbyname_r' >/usr/powerpc64-unknown-linux-gnu/usr/include/netdb.h:179:12: note: declared here >cc1: all warnings being treated as errors >configure:33336: $? = 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 HAVE_DLFCN_H 1 >| #define HAVE_PTHREAD_H 1 >| #define HAVE_SCHED_H 1 >| #define HAVE_SCHED_YIELD 1 >| #define HAVE_GETHOSTBYNAME_R 1 >| #define HAVE_GETHOSTBYADDR_R 1 >| #define HAVE_GETSERVBYNAME_R 1 >| #define HAVE_SIGSUSPEND 1 >| #define HAVE_SIGWAIT 1 >| #define HAVE_POLL 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_SHM_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_SHM_OPEN 1 >| #define HAVE_SHM_UNLINK 1 >| #define HAVE_SHMGET 1 >| #define HAVE_SHMAT 1 >| #define HAVE_SHMDT 1 >| #define HAVE_SHMCTL 1 >| #define HAVE_MAP_ANON 1 >| #define anonymous shared memory allocation method 1 >| #define USE_SHMEM_MMAP_ANON 1 >| #define namebased memory allocation method 1 >| #define USE_SHMEM_SHMGET 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_CALLOC 1 >| #define HAVE_SETSID 1 >| #define HAVE_ISINF 1 >| #define HAVE_ISNAN 1 >| #define HAVE_GETENV 1 >| #define HAVE_PUTENV 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_WRITEV 1 >| #define HAVE_GETIFADDRS 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SETRLIMIT 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SENDFILE 1 >| #define HAVE_SIGACTION 1 >| #define HAVE_DECL_SYS_SIGLIST 1 >| #define HAVE_FORK 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_MMAP 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_GETPASS 1 >| #define HAVE_GMTIME_R 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_MKSTEMP 1 >| #define STDC_HEADERS 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_SYS_POLL_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_SEM_H 1 >| #define HAVE_SYS_SENDFILE_H 1 >| #define HAVE_SYS_SIGNAL_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_SYSCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define SETPGRP_VOID 1 >| #define HAVE_SOCKLEN_T 1 >| #define SIZEOF_VOIDP 8 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_LONG 8 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_PID_T 8 >| #define SIZEOF_SSIZE_T 8 >| #define SIZEOF_SIZE_T 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_INO_T 8 >| #define WORDS_BIGENDIAN 1 >| #define SIZEOF_STRUCT_IOVEC 0 >| #define HAVE_STRNCASECMP 1 >| #define HAVE_STRCASECMP 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRSTR 1 >| #define HAVE_MEMCHR 1 >| #define APR_INT64_STRFN strtol >| #define APR_OFF_T_STRFN strtol >| #define DSO_USE_DLFCN 1 >| #define HAVE_WAITPID 1 >| #define HAVE_VLA 1 >| #define HAVE_SEMGET 1 >| #define HAVE_SEMCTL 1 >| #define HAVE_FLOCK 1 >| #define HAVE_SEMAPHORE_H 1 >| #define HAVE_LOCK_EX 1 >| #define HAVE_F_SETLK 1 >| #define HAVE_SEM_UNDO 1 >| #define HAVE_POLLIN 1 >| #define HAVE_PTHREAD_PROCESS_SHARED 1 >| #define apr_lock implementation method 1 >| #define USE_SYSVSEM_SERIALIZE 1 >| #define DEV_RANDOM "/dev/urandom" >| #define HAVE_STRUCT_STAT_ST_BLOCKS 1 >| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >| #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >| #define DIRENT_INODE d_fileno >| #define DIRENT_TYPE d_type >| #define HAVE_UUID_UUID_H 1 >| #define HAVE_UUID_GENERATE 1 >| #define HAVE_STRUCT_TM_TM_GMTOFF 1 >| #define WAITIO_USES_POLL 1 >| #define GETHOSTBYNAME_R_GLIBC2 1 >| /* end confdefs.h. */ >| #include "confdefs.h" >| >| >| #ifdef HAVE_SYS_TYPES_H >| #include <sys/types.h> >| #endif >| #ifdef HAVE_NETINET_IN_H >| #include <netinet/in.h> >| #endif >| #ifdef HAVE_ARPA_INET_H >| #include <arpa/inet.h> >| #endif >| #ifdef HAVE_NETDB_H >| #include <netdb.h> >| #endif >| #ifdef HAVE_STDLIB_H >| #include <stdlib.h> >| #endif >| >| int main(int argc, const char *const *argv) { >| >| int tmp = gethostbyname_r((const char *) 0, (struct hostent *) 0, >| (struct hostent_data *) 0); >| /* use tmp to suppress the warning */ >| tmp=0; >| >| return 0; } >configure:33345: result: char >configure:33360: checking style of getservbyname_r routine >configure:33402: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -Werror -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE conftest.c >&5 >configure:33402: $? = 0 >configure:33504: result: glibc2 >configure:33524: checking if TCP_NODELAY setting is inherited from listening sockets >configure:33648: result: yes >configure:33657: checking if O_NONBLOCK setting is inherited from listening sockets >configure:33780: result: yes >configure:33789: checking whether TCP_NODELAY and TCP_CORK can both be enabled >configure:33795: error: in `/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/work/apr-1.4.5': >configure:33797: error: cannot run test program while cross compiling >See `config.log' for more details > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_CORBA_boolean=1 >ac_cv_alignof_CORBA_char=1 >ac_cv_alignof_CORBA_double=8 >ac_cv_alignof_CORBA_float=4 >ac_cv_alignof_CORBA_long=4 >ac_cv_alignof_CORBA_long_double=8 >ac_cv_alignof_CORBA_long_long=8 >ac_cv_alignof_CORBA_octet=1 >ac_cv_alignof_CORBA_pointer=4 >ac_cv_alignof_CORBA_short=2 >ac_cv_alignof_CORBA_struct=1 >ac_cv_alignof_CORBA_wchar=2 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_cxx_compiler_gnu=yes >ac_cv_define_F_SETLK=yes >ac_cv_define_GETHOSTBYADDR_IS_THREAD_SAFE=no >ac_cv_define_GETHOSTBYNAME_IS_THREAD_SAFE=no >ac_cv_define_GETSERVBYNAME_IS_THREAD_SAFE=no >ac_cv_define_LOCK_EX=yes >ac_cv_define_MAP_ANON=yes >ac_cv_define_POLLIN=yes >ac_cv_define_PTHREAD_PROCESS_SHARED=yes >ac_cv_define_READDIR_IS_THREAD_SAFE=no >ac_cv_define_SEM_UNDO=yes >ac_cv_ebcdic=no >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='-pipe -O2 -mcpu=cell -mabi=altivec' >ac_cv_env_CPPFLAGS_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='-pipe -O2 -mcpu=cell -mabi=altivec' >ac_cv_env_CXX_set= >ac_cv_env_CXX_value= >ac_cv_env_F77_set= >ac_cv_env_F77_value= >ac_cv_env_FFLAGS_set=set >ac_cv_env_FFLAGS_value='-O2 -pipe' >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >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=powerpc64-unknown-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_f77_compiler_gnu=yes >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=no >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func__getch=no >ac_cv_func_alloca_works=yes >ac_cv_func_calloc=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_create_area=no >ac_cv_func_create_sem=no >ac_cv_func_dlopen=no >ac_cv_func_dlsym=yes >ac_cv_func_fdatasync=yes >ac_cv_func_flock=yes >ac_cv_func_fork=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getenv=yes >ac_cv_func_getgrgid_r=yes >ac_cv_func_getgrnam_r=yes >ac_cv_func_gethostbyaddr_r=yes >ac_cv_func_gethostbyname_r=yes >ac_cv_func_getifaddrs=yes >ac_cv_func_getpass=yes >ac_cv_func_getpassphrase=no >ac_cv_func_getpwnam_r=yes >ac_cv_func_getpwuid_r=yes >ac_cv_func_getrlimit=yes >ac_cv_func_getservbyname_r=yes >ac_cv_func_gmtime_r=yes >ac_cv_func_inet_addr=yes >ac_cv_func_inet_network=yes >ac_cv_func_isinf=yes >ac_cv_func_isnan=yes >ac_cv_func_kqueue=no >ac_cv_func_localtime_r=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_memchr=yes >ac_cv_func_memmove=yes >ac_cv_func_mkstemp=yes >ac_cv_func_mmap=yes >ac_cv_func_munmap=yes >ac_cv_func_poll=yes >ac_cv_func_port_create=no >ac_cv_func_posix_getgrgid_r=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_posix_getpwuid_r=yes >ac_cv_func_printf_unix98=yes >ac_cv_func_pthread_attr_setguardsize=no >ac_cv_func_pthread_key_delete=no >ac_cv_func_pthread_mutexattr_setpshared=no >ac_cv_func_pthread_rwlock_init=no >ac_cv_func_pthread_yield=no >ac_cv_func_putenv=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_sched_yield=yes >ac_cv_func_sem_close=no >ac_cv_func_sem_open=no >ac_cv_func_sem_post=no >ac_cv_func_sem_unlink=no >ac_cv_func_sem_wait=no >ac_cv_func_semctl=yes >ac_cv_func_semget=yes >ac_cv_func_send_file=no >ac_cv_func_sendfile=yes >ac_cv_func_sendfilev=no >ac_cv_func_setenv=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_setrlimit=yes >ac_cv_func_setsid=yes >ac_cv_func_shm_open=yes >ac_cv_func_shm_unlink=yes >ac_cv_func_shmat=yes >ac_cv_func_shmctl=yes >ac_cv_func_shmdt=yes >ac_cv_func_shmget=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigsuspend=yes >ac_cv_func_sigwait=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror_r=yes >ac_cv_func_stricmp=no >ac_cv_func_strncasecmp=yes >ac_cv_func_strnicmp=no >ac_cv_func_strnlen_working=yes >ac_cv_func_strstr=yes >ac_cv_func_strtol=yes >ac_cv_func_unsetenv=yes >ac_cv_func_utime=yes >ac_cv_func_utimes=yes >ac_cv_func_uuid_create=no >ac_cv_func_uuid_generate=yes >ac_cv_func_vsnprintf_c99=yes >ac_cv_func_waitpid=yes >ac_cv_func_writev=yes >ac_cv_gethostbyname_r_arg=char >ac_cv_gethostbyname_r_style=glibc2 >ac_cv_getservbyname_r_style=glibc2 >ac_cv_h_errno_cppflags=yes >ac_cv_have_abstract_sockets=yes >ac_cv_have_decl_sys_siglist=yes >ac_cv_header_ByteOrder_h=no >ac_cv_header_OS_h=no >ac_cv_header_arpa_inet_h=yes >ac_cv_header_conio_h=no >ac_cv_header_crypt_h=yes >ac_cv_header_ctype_h=yes >ac_cv_header_dir_h=no >ac_cv_header_dirent_h=yes >ac_cv_header_dl_h=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_grp_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_io_h=no >ac_cv_header_kernel_OS_h=no >ac_cv_header_limits_h=yes >ac_cv_header_mach_o_dyld_h=no >ac_cv_header_malloc_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_net_errno_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_netinet_sctp_h=no >ac_cv_header_netinet_sctp_uio_h=no >ac_cv_header_os2_h=no >ac_cv_header_osreldate_h=no >ac_cv_header_poll_h=yes >ac_cv_header_process_h=no >ac_cv_header_pthread_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_sched_h=yes >ac_cv_header_semaphore_h=yes >ac_cv_header_signal_h=yes >ac_cv_header_stdarg_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_ipc_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_mutex_h=no >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_poll_h=yes >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_sem_h=yes >ac_cv_header_sys_sendfile_h=yes >ac_cv_header_sys_shm_h=yes >ac_cv_header_sys_signal_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_sockio_h=no >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_sysctl_h=yes >ac_cv_header_sys_syslimits_h=no >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_uio_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_sys_wait_h=yes >ac_cv_header_sysapi_h=no >ac_cv_header_sysgtime_h=no >ac_cv_header_termios_h=yes >ac_cv_header_time_h=yes >ac_cv_header_tpfeq_h=no >ac_cv_header_tpfio_h=no >ac_cv_header_unistd_h=yes >ac_cv_header_unix_h=no >ac_cv_header_uuid_h=no >ac_cv_header_uuid_uuid_h=yes >ac_cv_header_windows_h=no >ac_cv_header_winsock2_h=no >ac_cv_host=powerpc64-unknown-linux-gnu >ac_cv_lib_c_r_gethostbyaddr=no >ac_cv_lib_c_r_gethostbyname=no >ac_cv_lib_c_r_getservbyname=no >ac_cv_lib_c_r_readdir=no >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_sendfile_sendfilev=no >ac_cv_lib_truerand_main=no >ac_cv_linux_vers=2 >ac_cv_member_struct_stat_st_atim_tv_nsec=yes >ac_cv_member_struct_stat_st_atime_n=no >ac_cv_member_struct_stat_st_atimensec=no >ac_cv_member_struct_stat_st_blocks=yes >ac_cv_member_struct_stat_st_ctim_tv_nsec=yes >ac_cv_member_struct_stat_st_ctime_n=no >ac_cv_member_struct_stat_st_ctimensec=no >ac_cv_member_struct_stat_st_mtim_tv_nsec=yes >ac_cv_member_struct_stat_st_mtime_n=no >ac_cv_member_struct_stat_st_mtimensec=no >ac_cv_member_struct_tm___tm_gmtoff=no >ac_cv_member_struct_tm_tm_gmtoff=yes >ac_cv_mkdir_p=yes >ac_cv_o_nonblock_inherited=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GREP=/bin/grep >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_prog_AR=powerpc64-unknown-linux-gnu-ar >ac_cv_prog_AS=as >ac_cv_prog_ASCPP=cpp >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=powerpc64-unknown-linux-gnu-gcc >ac_cv_prog_CPP='powerpc64-unknown-linux-gnu-gcc -E' >ac_cv_prog_CXX=powerpc64-unknown-linux-gnu-g++ >ac_cv_prog_CXXCPP='powerpc64-unknown-linux-gnu-g++ -E' >ac_cv_prog_F77=powerpc64-unknown-linux-gnu-gfortran >ac_cv_prog_RANLIB=powerpc64-unknown-linux-gnu-ranlib >ac_cv_prog_RM=rm >ac_cv_prog_STRIP=powerpc64-unknown-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_cxx_g=yes >ac_cv_prog_f77_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_pthread_attr_getdetachstate_one_arg=no >ac_cv_pthread_getspecific_two_args=no >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_crypt=-lcrypt >ac_cv_search_gethostbyname='none required' >ac_cv_search_gethostname='none required' >ac_cv_search_modf='none required' >ac_cv_search_sem_open=no >ac_cv_search_shm_open=-lrt >ac_cv_search_socket='none required' >ac_cv_search_strerror='none required' >ac_cv_search_uuid_create=no >ac_cv_search_uuid_generate=-luuid >ac_cv_sigwait_one_arg=no >ac_cv_sizeof_char=1 >ac_cv_sizeof_ino_t=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_pid_t=8 >ac_cv_sizeof_short=2 >ac_cv_sizeof_size_t=8 >ac_cv_sizeof_ssize_t=8 >ac_cv_sizeof_struct_iovec=0 >ac_cv_sizeof_voidp=8 >ac_cv_socklen_t=yes >ac_cv_strerror_r_rc_int=no >ac_cv_struct_rlimit=no >ac_cv_target=powerpc64-unknown-linux-gnu >ac_cv_tcp_nodelay_inherited=yes >ac_cv_type_in_addr=yes >ac_cv_type_off_t=yes >ac_cv_type_pid_t=yes >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_uid_t=yes >ac_cv_va_copy=yes >ac_cv_working_alloca_h=yes >ap_cv_atomic_builtins=no >apr_cv_accept4=no >apr_cv_define_INT64_C=yes >apr_cv_dirent_inode=d_fileno >apr_cv_dirent_type=d_type >apr_cv_dup3=no >apr_cv_epoll=no >apr_cv_epoll_create1=no >apr_cv_hdr_netinet_tcp_h=yes >apr_cv_mutex_recursive=no >apr_cv_osuuid=yes >apr_cv_sock_cloexec=no >apr_cv_typematch_size_t_unsigned_int=no >apr_cv_typematch_size_t_unsigned_long=yes >apr_cv_typematch_ssize_t_int=no >apr_cv_typematch_ssize_t_long=yes >apr_cv_use_lfs64=no >bash_cv_job_control_missing=present >bash_cv_sys_named_pipes=present >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_wcwidth_works=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_long_long_format=ll >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >lf_cv_sane_realloc=yes >libIDL_cv_long_long_format=ll >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_objdir=.libs >lt_cv_path_LD=/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld >lt_cv_path_LDCXX='/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc' >lt_cv_path_NM='/usr/bin/powerpc64-unknown-linux-gnu-nm -B' >lt_cv_path_SED=/bin/sed >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_c_o_CXX=yes >lt_cv_prog_compiler_c_o_F77=yes >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_pic_works_CXX=yes >lt_cv_prog_compiler_pic_works_F77=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_compiler_static_works_CXX=yes >lt_cv_prog_compiler_static_works_F77=yes >lt_cv_prog_gnu_ld=yes >lt_cv_prog_gnu_ldcxx=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' >lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64 /lib32 /usr/lib32 /usr/local/lib32 /lib /usr/lib /usr/local/lib /usr/x86_64-pc-linux-gnu/lib /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4/32 /usr/lib/gcc/x86_64-pc-linux-gnu/4.5.4 ' >lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3 /usr/powerpc64-unknown-linux-gnu/lib64 /usr/powerpc64-unknown-linux-gnu/usr/lib64' >lt_cv_sys_max_cmd_len=98304 >lt_lt_cv_prog_compiler_c_o='"yes"' >lt_lt_cv_prog_compiler_c_o_CXX='"yes"' >lt_lt_cv_prog_compiler_c_o_F77='"yes"' >lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' >lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' >lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >sudo_cv_func_unsetenv_void=no >sudo_cv_uid_t_len=10 >td_cv_buggygetaddrinfo=no >vim_cv_getcwd_broken=no >vim_cv_memmove_handles_overlap=yes >vim_cv_stat_ignores_slash=yes >vim_cv_terminfo=yes >vim_cv_toupper_broken=no >vim_cv_tty_group=world >vim_cv_tty_mode=0666 >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ALLOCA='' >APR_CONFIG_LOCATION='source' >APR_DOTTED_VERSION='1.4.5' >APR_LIBNAME='apr-${APR_MAJOR_VERSION}' >APR_MAJOR_VERSION='1' >AR='powerpc64-unknown-linux-gnu-ar' >AS='as' >ASCPP='cpp' >AWK='gawk' >CC='powerpc64-unknown-linux-gnu-gcc' >CFLAGS='-pipe -O2 -mcpu=cell -mabi=altivec' >CPP='powerpc64-unknown-linux-gnu-gcc -E' >CPPFLAGS='-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE' >CXX='powerpc64-unknown-linux-gnu-g++' >CXXCPP='powerpc64-unknown-linux-gnu-g++ -E' >CXXFLAGS='-pipe -O2 -mcpu=cell -mabi=altivec' >DEFAULT_OSDIR='unix' >DEFS='' >DLLTOOL='dlltool' >DSYMUTIL='' >ECHO='echo' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXTRA_CFLAGS='' >EXTRA_CPPFLAGS='' >EXTRA_INCLUDES='' >EXTRA_LDFLAGS='' >EXTRA_LIBS='' >F77='powerpc64-unknown-linux-gnu-gfortran' >FFLAGS='-O2 -pipe' >GREP='/bin/grep' >INCLUDES='' >INCLUDE_OUTPUTS='' >INCLUDE_RULES='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_SUBDIRS='none' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >LDLIBS='' >LIBOBJS='' >LIBS='-luuid -lrt -lcrypt -ldl' >LIBTOOL='$(SHELL) $(apr_builddir)/libtool' >LIBTOOL_LIBS='' >LN_S='ln -s' >LTFLAGS='--silent' >LTLIBOBJS='' >LT_LDFLAGS='' >LT_NO_INSTALL='' >LT_VERSION='-version-info 4:5:4' >MKDEP='$(CC) -MM' >NMEDIT='' >NOTEST_CFLAGS='' >NOTEST_CPPFLAGS='' >NOTEST_INCLUDES='' >NOTEST_LDFLAGS='' >NOTEST_LIBS='' >OBJDUMP='objdump' >OBJECTS_PLATFORM='$(OBJECTS_unix)' >OBJEXT='o' >OSDIR='unix' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >RANLIB='powerpc64-unknown-linux-gnu-ranlib' >RM='rm' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/bash' >STRIP='powerpc64-unknown-linux-gnu-strip' >ac_ct_CC='' >ac_ct_CXX='' >ac_ct_F77='' >acceptfilter='' >apr_builddir='/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/work/apr-1.4.5' >apr_builders='/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/work/apr-1.4.5/build' >apr_charset_ebcdic='0' >apr_has_user='' >apr_has_xthread_files='' >apr_inaddr_none='' >apr_procattr_user_set_requires_password='' >apr_srcdir='/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/work/apr-1.4.5' >apr_tcp_nopush_flag='' >apr_thread_func='' >aprdso='1' >aprlfs='0' >arpa_ineth='1' >bigendian='1' >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' >conioh='0' >crypth='1' >ctypeh='1' >datadir='/usr/share' >datarootdir='${prefix}/share' >direnth='1' >docdir='${datarootdir}/doc/${PACKAGE}' >dvidir='${docdir}' >eolstr='\n' >errnoh='1' >exec_prefix='${prefix}' >export_lib_target='-rpath \$(libdir) \$(OBJECTS)' >fcntlh='1' >fcntlser='0' >file_as_socket='1' >flockser='0' >fork='1' >hasfcntlser='1' >hasflockser='1' >hasposixser='0' >hasprocpthreadser='0' >hassysvser='1' >have_corkable_tcp='' >have_getrlimit='1' >have_in_addr='1' >have_inet_addr='1' >have_inet_network='1' >have_iovec='0' >have_ipv6='' >have_memchr='1' >have_memmove='1' >have_proc_invoked='0' >have_sa_storage='' >have_sctp='' >have_setrlimit='1' >have_sigaction='1' >have_sigsuspend='1' >have_sigwait='1' >have_strcasecmp='1' >have_strdup='1' >have_stricmp='0' >have_strncasecmp='1' >have_strnicmp='0' >have_strstr='1' >have_unicode_fs='' >have_union_semun='0' >havebeosarea='0' >havemmapanon='1' >havemmapshm='1' >havemmaptmp='1' >havemmapzero='0' >haveos2shm='0' >haveshmget='1' >haveshmgetanon='1' >havewin32shm='0' >host='powerpc64-unknown-linux-gnu' >host_alias='powerpc64-unknown-linux-gnu' >host_cpu='powerpc64' >host_os='linux-gnu' >host_vendor='unknown' >htmldir='${docdir}' >includedir='${prefix}/include/apr-${APR_MAJOR_VERSION}' >infodir='/usr/share/info' >ino_t_value='ino_t' >installbuilddir='/usr/share/build-1' >int64_literal='#define APR_INT64_C(val) INT64_C(val)' >int64_t_fmt='#define APR_INT64_T_FMT "ld"' >int64_value='long' >int_value='int' >ioh='0' >lib_target='-rpath $(libdir) $(OBJECTS)' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/modules' >limitsh='1' >link='$(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) $(LT_VERSION) $(ALL_LDFLAGS) -o $@' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >long_value='long' >lt_compile='$(LIBTOOL) $(LTFLAGS) --mode=compile $(COMPILE) -o $@ -c $< && touch $@' >mandir='/usr/share/man' >mmap='1' >netdbh='1' >netinet_inh='1' >netinet_sctp_uioh='0' >netinet_sctph='0' >netinet_tcph='1' >o_nonblock_inherited='1' >oc='1' >off_t_fmt='#define APR_OFF_T_FMT "ld"' >off_t_value='off_t' >oldincludedir='/usr/include' >osuuid='1' >pdfdir='${docdir}' >pid_t_fmt='#define APR_PID_T_FMT "ld"' >posixser='0' >prefix='/usr' >proc_mutex_is_global='0' >processh='0' >proclockglobal='0' >procpthreadser='0' >program_transform_name='s,x,x,' >psdir='${docdir}' >pthreadh='1' >pthreadser='1' >rand='1' >sbindir='${exec_prefix}/bin' >semaphoreh='1' >sendfile='1' >sharedmem='1' >sharedstatedir='${prefix}/com' >shlibpath_var='LD_LIBRARY_PATH' >short_value='short' >signalh='1' >size_t_fmt='#define APR_SIZE_T_FMT "lu"' >size_t_value='size_t' >so_ext='lo' >socklen_t_value='socklen_t' >ssize_t_fmt='#define APR_SSIZE_T_FMT "ld"' >ssize_t_value='ssize_t' >stdargh='1' >stdint='1' >stdioh='1' >stdlibh='1' >stringh='1' >stringsh='1' >struct_rlimit='0' >sys_ioctlh='1' >sys_sendfileh='1' >sys_signalh='1' >sys_socketh='1' >sys_sockioh='0' >sys_syslimitsh='0' >sys_timeh='1' >sys_typesh='1' >sys_uioh='1' >sys_unh='1' >sys_waith='1' >sysconfdir='/etc' >sysvser='1' >target='powerpc64-unknown-linux-gnu' >target_alias='' >target_cpu='powerpc64' >target_os='linux-gnu' >target_vendor='unknown' >tcp_nodelay_inherited='1' >threads='1' >timeh='1' >top_builddir='/var/tmp/cross-powerpc64-unknown-linux-gnu/portage/dev-libs/apr-1.4.5/work/apr-1.4.5' >uint64_literal='#define APR_UINT64_C(val) UINT64_C(val)' >uint64_t_fmt='#define APR_UINT64_T_FMT "lu"' >uint64_t_hex_fmt='#define APR_UINT64_T_HEX_FMT "lx"' >unistdh='1' >usebeosarea='0' >usemmapanon='1' >usemmapshm='0' >usemmaptmp='0' >usemmapzero='0' >useos2shm='0' >useshmget='1' >useshmgetanon='0' >usewin32shm='0' >voidp_size='8' >windowsh='0' >winsock2h='0' > >## ----------- ## >## 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 HAVE_DLFCN_H 1 >#define HAVE_PTHREAD_H 1 >#define HAVE_SCHED_H 1 >#define HAVE_SCHED_YIELD 1 >#define HAVE_GETHOSTBYNAME_R 1 >#define HAVE_GETHOSTBYADDR_R 1 >#define HAVE_GETSERVBYNAME_R 1 >#define HAVE_SIGSUSPEND 1 >#define HAVE_SIGWAIT 1 >#define HAVE_POLL 1 >#define HAVE_FDATASYNC 1 >#define HAVE_GETPWNAM_R 1 >#define HAVE_GETPWUID_R 1 >#define HAVE_GETGRNAM_R 1 >#define HAVE_GETGRGID_R 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_IPC_H 1 >#define HAVE_SYS_SHM_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_MMAP 1 >#define HAVE_MUNMAP 1 >#define HAVE_SHM_OPEN 1 >#define HAVE_SHM_UNLINK 1 >#define HAVE_SHMGET 1 >#define HAVE_SHMAT 1 >#define HAVE_SHMDT 1 >#define HAVE_SHMCTL 1 >#define HAVE_MAP_ANON 1 >#define anonymous shared memory allocation method 1 >#define USE_SHMEM_MMAP_ANON 1 >#define namebased memory allocation method 1 >#define USE_SHMEM_SHMGET 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_CALLOC 1 >#define HAVE_SETSID 1 >#define HAVE_ISINF 1 >#define HAVE_ISNAN 1 >#define HAVE_GETENV 1 >#define HAVE_PUTENV 1 >#define HAVE_SETENV 1 >#define HAVE_UNSETENV 1 >#define HAVE_WRITEV 1 >#define HAVE_GETIFADDRS 1 >#define HAVE_UTIME 1 >#define HAVE_UTIMES 1 >#define HAVE_SETRLIMIT 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_SENDFILE 1 >#define HAVE_SIGACTION 1 >#define HAVE_DECL_SYS_SIGLIST 1 >#define HAVE_FORK 1 >#define HAVE_STRERROR_R 1 >#define HAVE_MMAP 1 >#define HAVE_MEMMOVE 1 >#define HAVE_GETPASS 1 >#define HAVE_GMTIME_R 1 >#define HAVE_LOCALTIME_R 1 >#define HAVE_MKSTEMP 1 >#define STDC_HEADERS 1 >#define HAVE_CRYPT_H 1 >#define HAVE_CTYPE_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_DLFCN_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_GRP_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_POLL_H 1 >#define HAVE_PWD_H 1 >#define HAVE_SEMAPHORE_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_STDIO_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_TERMIOS_H 1 >#define HAVE_TIME_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_SYS_POLL_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_SEM_H 1 >#define HAVE_SYS_SENDFILE_H 1 >#define HAVE_SYS_SIGNAL_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_SYSCTL_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_UIO_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_NETINET_TCP_H 1 >#define SETPGRP_VOID 1 >#define HAVE_SOCKLEN_T 1 >#define SIZEOF_VOIDP 8 >#define SIZEOF_CHAR 1 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 8 >#define SIZEOF_SHORT 2 >#define SIZEOF_LONG_LONG 8 >#define SIZEOF_PID_T 8 >#define SIZEOF_SSIZE_T 8 >#define SIZEOF_SIZE_T 8 >#define SIZEOF_OFF_T 8 >#define SIZEOF_INO_T 8 >#define WORDS_BIGENDIAN 1 >#define SIZEOF_STRUCT_IOVEC 0 >#define HAVE_STRNCASECMP 1 >#define HAVE_STRCASECMP 1 >#define HAVE_STRDUP 1 >#define HAVE_STRSTR 1 >#define HAVE_MEMCHR 1 >#define APR_INT64_STRFN strtol >#define APR_OFF_T_STRFN strtol >#define DSO_USE_DLFCN 1 >#define HAVE_WAITPID 1 >#define HAVE_VLA 1 >#define HAVE_SEMGET 1 >#define HAVE_SEMCTL 1 >#define HAVE_FLOCK 1 >#define HAVE_SEMAPHORE_H 1 >#define HAVE_LOCK_EX 1 >#define HAVE_F_SETLK 1 >#define HAVE_SEM_UNDO 1 >#define HAVE_POLLIN 1 >#define HAVE_PTHREAD_PROCESS_SHARED 1 >#define apr_lock implementation method 1 >#define USE_SYSVSEM_SERIALIZE 1 >#define DEV_RANDOM "/dev/urandom" >#define HAVE_STRUCT_STAT_ST_BLOCKS 1 >#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 >#define HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC 1 >#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 >#define DIRENT_INODE d_fileno >#define DIRENT_TYPE d_type >#define HAVE_UUID_UUID_H 1 >#define HAVE_UUID_GENERATE 1 >#define HAVE_STRUCT_TM_TM_GMTOFF 1 >#define WAITIO_USES_POLL 1 >#define GETHOSTBYNAME_R_GLIBC2 1 >#define GETSERVBYNAME_R_GLIBC2 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 432296
:
321930
| 321932