The build took 00h 01m 18s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
212,085 |
cpp |
12,176 |
sh |
6,333 |
perl |
2,220 |
java |
1,842 |
ansic |
1,132 |
ml |
80 |
sed |
235,868 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/SOURCES --> /sysroot/SOURCES
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/COPYING --> /sysroot/COPYING
/toolchain_root/COPYING3 --> /sysroot/COPYING3
/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: ppl 1.2-1 (Tue Apr 4 21:15:29 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking whether arm-linux-androideabi-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of arm-linux-androideabi-gcc... gcc3
checking whether we are actually using the Intel C compiler... no
checking whether we are actually using clang... no
checking whether we are actually using llvm-gcc... no
checking whether we are using the GNU C++ compiler... yes
checking whether arm-linux-androideabi-g++ accepts -g... yes
checking dependency style of arm-linux-androideabi-g++... gcc3
checking whether we are actually using the Intel C++ compiler... no
checking whether we are actually using clang++... no
checking whether we are actually using llvm-g++... no
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for fgrep... /usr/sbin/grep -F
checking for egrep... /usr/sbin/grep -E
checking for a sed that does not truncate output... /usr/sbin/sed
checking how to run the C++ preprocessor... arm-linux-androideabi-g++ -E
checking whether make sets $(MAKE)... (cached) yes
checking whether to compile with debug info... yes
checking whether to compile for profiling... no
checking whether to compile for test coverage... no
checking whether to enable checking of run-time assertions... no
checking whether to enable even more run-time assertions... no
checking whether to enable optimizations... standard
checking for which architecture to optimize... default
checking whether to use (a specific) floating point arithmetic... default
checking whether to use precompiled headers... no
checking the type of integral values to use as coefficients... GMP mpz
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking for typeof syntax and keyword spelling... typeof
checking size of char... 1
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of size_t... 4
checking size of float... 4
checking size of double... 8
checking size of long double... 8
checking size of int*... 4
checking size of fp... 4
checking for perl... /usr/sbin/perl
checking for library containing sqrt... none required
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking if it is possible to control the FPU... no
checking whether the plain char type is signed... no
checking whether the C++ compiler provides proper long doubles... assuming not
checking the binary format of C++ floats... unknown
checking the binary format of C++ doubles... unknown
checking the binary format of C++ long doubles... unknown
checking whether std::floor(long double) is buggy... assuming is not
checking whether the C++ compiler supports zero-length arrays... yes
checking whether the IEEE inexact flag is supported in C++... assuming not
checking whether the C++ compiler supports __attribute__ ((weak))... yes
checking for fenv.h... (cached) yes
checking for ieeefp.h... (cached) no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether ffs is declared... yes
checking whether getenv is declared... yes
checking whether strtof is declared... yes
checking whether strtod is declared... yes
checking whether strtold is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether fma is declared... yes
checking whether fmaf is declared... yes
checking whether fmal is declared... yes
checking whether rintf is declared... yes
checking whether rintl is declared... yes
checking for int_fast16_t... yes
checking for int_fast32_t... yes
checking for int_fast64_t... yes
checking for uint_fast16_t... yes
checking for uint_fast32_t... yes
checking for uint_fast64_t... yes
checking for uintptr_t... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/sbin/sed
checking for ld used by arm-linux-androideabi-gcc... /sysroot/arm-linux-androideabi/bin/ld
checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/arm-linux-androideabi-nm -B
checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files... -r
checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-linux-androideabi-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
checking for archiver @FILE support... @
checking for arm-linux-androideabi-strip... (cached) arm-linux-androideabi-strip
checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object... ok
checking for sysroot... no
checking for arm-linux-androideabi-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-gcc static flag -static works... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... yes
checking whether a program can dlopen itself... cross
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... arm-linux-androideabi-g++ -E
checking for ld used by arm-linux-androideabi-g++... /sysroot/arm-linux-androideabi/bin/ld
checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld... yes
checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking for arm-linux-androideabi-g++ option to produce PIC... -fPIC -DPIC
checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works... yes
checking if arm-linux-androideabi-g++ static flag -static works... yes
checking if arm-linux-androideabi-g++ supports -c -o file.o... yes
checking if arm-linux-androideabi-g++ supports -c -o file.o... (cached) yes
checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for the GMP library version 4.1.3 or above... no
configure: error: Cannot find GMP version 4.1.3 or higher.
GMP is the GNU Multi-Precision library:
see http://www.swox.com/gmp/ for more information.
When compiling the GMP library, do not forget to enable the C++ interface:
add --enable-cxx to the configuration options.
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/ppl/src/ppl-1.2/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by the Parma Polyhedra Library configure 1.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --enable-interfaces=c,cxx
## --------- ##
## Platform. ##
## --------- ##
hostname = 93fa0a9b89a5
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/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: /sysroot/bin
PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3322: checking build system type
configure:3336: result: x86_64-unknown-linux-gnu
configure:3356: checking host system type
configure:3369: result: arm-unknown-linux-androideabi
configure:3407: checking for a BSD-compatible install
configure:3475: result: /usr/bin/install -c
configure:3486: checking whether build environment is sane
configure:3541: result: yes
configure:3600: checking for arm-linux-androideabi-strip
configure:3616: found /sysroot/bin/arm-linux-androideabi-strip
configure:3627: result: arm-linux-androideabi-strip
configure:3692: checking for a thread-safe mkdir -p
configure:3731: result: /usr/sbin/mkdir -p
configure:3738: checking for gawk
configure:3754: found /usr/sbin/gawk
configure:3765: result: gawk
configure:3776: checking whether make sets $(MAKE)
configure:3798: result: yes
configure:3827: checking whether make supports nested variables
configure:3844: result: yes
configure:3924: checking whether UID '1000' is supported by ustar format
configure:3927: result: yes
configure:3934: checking whether GID '1000' is supported by ustar format
configure:3937: result: yes
configure:3945: checking how to create a ustar tar archive
configure:3956: tar --version
tar (GNU tar) 1.29
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later .
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3959: $? = 0
configure:3999: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:4002: $? = 0
configure:4006: tar -xf -
#
configure:4009: $? = 0
#
configure:4011: cat conftest.dir/file
#
GrepMe
#
configure:4014: $? = 0
#
configure:4027: result: gnutar
#
configure:4154: checking for arm-linux-androideabi-gcc
#
configure:4181: result: arm-linux-androideabi-gcc
#
configure:4450: checking for C compiler version
#
configure:4459: arm-linux-androideabi-gcc --version >&5
#
arm-linux-androideabi-gcc (GCC) 4.8
#
Copyright (C) 2013 Free Software Foundation, Inc.
#
This is free software; see the source for copying conditions. There is NO
#
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
#
configure:4470: $? = 0
#
configure:4459: arm-linux-androideabi-gcc -v >&5
#
Using built-in specs.
#
COLLECT_GCC=arm-linux-androideabi-gcc
#
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
#
Target: arm-linux-androideabi
#
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
#
Thread model: posix
#
gcc version 4.8 (GCC)
#
configure:4470: $? = 0
#
configure:4459: arm-linux-androideabi-gcc -V >&5
#
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
#
arm-linux-androideabi-gcc: fatal error: no input files
#
compilation terminated.
#
configure:4470: $? = 1
#
configure:4459: arm-linux-androideabi-gcc -qversion >&5
#
arm-linux-androideabi-gcc: error: unrecognized command line option '-qversion'
#
arm-linux-androideabi-gcc: fatal error: no input files
#
compilation terminated.
#
configure:4470: $? = 1
#
configure:4490: checking whether the C compiler works
#
configure:4512: arm-linux-androideabi-gcc conftest.c >&5
#
configure:4516: $? = 0
#
configure:4564: result: yes
#
configure:4567: checking for C compiler default output file name
#
configure:4569: result: a.out
#
configure:4575: checking for suffix of executables
#
configure:4582: arm-linux-androideabi-gcc -o conftest conftest.c >&5
#
configure:4586: $? = 0
#
configure:4608: result:
#
configure:4630: checking whether we are cross compiling
#
configure:4668: result: yes
#
configure:4673: checking for suffix of object files
#
configure:4695: arm-linux-androideabi-gcc -c conftest.c >&5
#
configure:4699: $? = 0
#
configure:4720: result: o
#
configure:4724: checking whether we are using the GNU C compiler
#
configure:4743: arm-linux-androideabi-gcc -c conftest.c >&5
#
configure:4743: $? = 0
#
configure:4752: result: yes
#
configure:4761: checking whether arm-linux-androideabi-gcc accepts -g
#
configure:4781: arm-linux-androideabi-gcc -c -g conftest.c >&5
#
configure:4781: $? = 0
#
configure:4822: result: yes
#
configure:4839: checking for arm-linux-androideabi-gcc option to accept ISO C89
#
configure:4902: arm-linux-androideabi-gcc -c conftest.c >&5
#
configure:4902: $? = 0
#
configure:4915: result: none needed
#
configure:4940: checking whether arm-linux-androideabi-gcc understands -c and -o together
#
configure:4962: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
#
configure:4965: $? = 0
#
configure:4962: arm-linux-androideabi-gcc -c conftest.c -o conftest2.o
#
configure:4965: $? = 0
#
configure:4977: result: yes
#
configure:5005: checking for style of include used by make
#
configure:5033: result: GNU
#
configure:5059: checking dependency style of arm-linux-androideabi-gcc
#
configure:5170: result: gcc3
#
configure:5199: checking whether we are actually using the Intel C compiler
#
configure:5216: arm-linux-androideabi-gcc -c conftest.c >&5
#
conftest.c:12:1: error: unknown type name 'choke'
#
choke me
#
^
#
conftest.c:12:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
#
configure:5216: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
|
#
| #ifndef __INTEL_COMPILER
#
| choke me
#
| #endif
#
|
#
configure:5221: result: no
#
configure:5246: checking whether we are actually using clang
#
configure:5262: arm-linux-androideabi-gcc -c conftest.c >&5
#
conftest.c:12:1: error: unknown type name 'choke'
#
choke me
#
^
#
conftest.c:12:1: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
#
configure:5262: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
|
#
| #ifndef __clang__
#
| choke me
#
| #endif
#
|
#
configure:5267: result: no
#
configure:5283: checking whether we are actually using llvm-gcc
#
configure:5301: arm-linux-androideabi-gcc -c -fplugin-arg-dragonegg-emit-ir -S conftest.c >&5
#
cc1: error: plugin dragonegg should be specified before -fplugin-arg-dragonegg-emit-ir in the command line
#
configure:5301: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
|
#
| int main() {
#
| return 0;
#
| }
#
|
#
configure:5306: result: no
#
configure:5433: checking for C++ compiler version
#
configure:5442: arm-linux-androideabi-g++ --version >&5
#
arm-linux-androideabi-g++ (GCC) 4.8
#
Copyright (C) 2013 Free Software Foundation, Inc.
#
This is free software; see the source for copying conditions. There is NO
#
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
#
configure:5453: $? = 0
#
configure:5442: arm-linux-androideabi-g++ -v >&5
#
Using built-in specs.
#
COLLECT_GCC=arm-linux-androideabi-g++
#
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
#
Target: arm-linux-androideabi
#
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
#
Thread model: posix
#
gcc version 4.8 (GCC)
#
configure:5453: $? = 0
#
configure:5442: arm-linux-androideabi-g++ -V >&5
#
arm-linux-androideabi-g++: error: unrecognized command line option '-V'
#
arm-linux-androideabi-g++: fatal error: no input files
#
compilation terminated.
#
configure:5453: $? = 1
#
configure:5442: arm-linux-androideabi-g++ -qversion >&5
#
arm-linux-androideabi-g++: error: unrecognized command line option '-qversion'
#
arm-linux-androideabi-g++: fatal error: no input files
#
compilation terminated.
#
configure:5453: $? = 1
#
configure:5457: checking whether we are using the GNU C++ compiler
#
configure:5476: arm-linux-androideabi-g++ -c conftest.cpp >&5
#
configure:5476: $? = 0
#
configure:5485: result: yes
#
configure:5494: checking whether arm-linux-androideabi-g++ accepts -g
#
configure:5514: arm-linux-androideabi-g++ -c -g conftest.cpp >&5
#
configure:5514: $? = 0
#
configure:5555: result: yes
#
configure:5580: checking dependency style of arm-linux-androideabi-g++
#
configure:5691: result: gcc3
#
configure:5711: checking whether we are actually using the Intel C++ compiler
#
configure:5728: arm-linux-androideabi-g++ -c conftest.cpp >&5
#
conftest.cpp:12:1: error: 'choke' does not name a type
#
choke me
#
^
#
configure:5728: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
|
#
| #ifndef __INTEL_COMPILER
#
| choke me
#
| #endif
#
|
#
configure:5733: result: no
#
configure:5749: checking whether we are actually using clang++
#
configure:5765: arm-linux-androideabi-g++ -c conftest.cpp >&5
#
conftest.cpp:12:1: error: 'choke' does not name a type
#
choke me
#
^
#
configure:5765: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
|
#
| #ifndef __clang__
#
| choke me
#
| #endif
#
|
#
configure:5770: result: no
#
configure:5786: checking whether we are actually using llvm-g++
#
configure:5804: arm-linux-androideabi-g++ -c -fplugin-arg-dragonegg-emit-ir -S conftest.cpp >&5
#
cc1plus: error: plugin dragonegg should be specified before -fplugin-arg-dragonegg-emit-ir in the command line
#
configure:5804: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
|
#
| int main() {
#
| return 0;
#
| }
#
|
#
configure:5809: result: no
#
configure:5823: checking for grep that handles long lines and -e
#
configure:5881: result: /usr/sbin/grep
#
configure:5886: checking for fgrep
#
configure:5948: result: /usr/sbin/grep -F
#
configure:5953: checking for egrep
#
configure:6015: result: /usr/sbin/grep -E
#
configure:6020: checking for a sed that does not truncate output
#
configure:6084: result: /usr/sbin/sed
#
configure:6094: checking how to run the C++ preprocessor
#
configure:6121: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:6121: $? = 0
#
configure:6135: arm-linux-androideabi-g++ -E conftest.cpp
#
conftest.cpp:10:28: fatal error: ac_nonexistent.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:6135: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
| #include
#
configure:6160: result: arm-linux-androideabi-g++ -E
#
configure:6180: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:6180: $? = 0
#
configure:6194: arm-linux-androideabi-g++ -E conftest.cpp
#
conftest.cpp:10:28: fatal error: ac_nonexistent.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:6194: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| /* end confdefs.h. */
#
| #include
#
configure:6222: checking whether make sets $(MAKE)
#
configure:6244: result: yes
#
configure:6261: checking whether to compile with debug info
#
configure:6270: result: yes
#
configure:6292: checking whether to compile for profiling
#
configure:6307: result: no
#
configure:6316: checking whether to compile for test coverage
#
configure:6332: result: no
#
configure:6341: checking whether to enable checking of run-time assertions
#
configure:6354: result: no
#
configure:6364: checking whether to enable even more run-time assertions
#
configure:6377: result: no
#
configure:6420: checking whether to enable optimizations
#
configure:6447: result: standard
#
configure:6471: checking for which architecture to optimize
#
configure:6494: result: default
#
configure:6508: checking whether to use (a specific) floating point arithmetic
#
configure:6551: result: default
#
configure:6612: checking whether to use precompiled headers
#
configure:6626: result: no
#
configure:6760: checking the type of integral values to use as coefficients
#
configure:6825: result: GMP mpz
#
configure:6958: checking for an ANSI C-conforming const
#
configure:7024: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7024: $? = 0
#
configure:7031: result: yes
#
configure:7039: checking for inline
#
configure:7055: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7055: $? = 0
#
configure:7063: result: inline
#
configure:7086: checking how to run the C preprocessor
#
configure:7117: arm-linux-androideabi-gcc -E conftest.c
#
configure:7117: $? = 0
#
configure:7131: arm-linux-androideabi-gcc -E conftest.c
#
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:7131: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| /* end confdefs.h. */
#
| #include
#
configure:7156: result: arm-linux-androideabi-gcc -E
#
configure:7176: arm-linux-androideabi-gcc -E conftest.c
#
configure:7176: $? = 0
#
configure:7190: arm-linux-androideabi-gcc -E conftest.c
#
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:7190: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| /* end confdefs.h. */
#
| #include
#
configure:7219: checking for ANSI C header files
#
configure:7239: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7239: $? = 0
#
configure:7323: result: yes
#
configure:7336: checking for sys/types.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for sys/stat.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for stdlib.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for string.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for memory.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for strings.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for inttypes.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for stdint.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7336: checking for unistd.h
#
configure:7336: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7336: $? = 0
#
configure:7336: result: yes
#
configure:7348: checking whether byte ordering is bigendian
#
configure:7363: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c:27:9: error: unknown type name 'not'
#
not a universal capable compiler
#
^
#
conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
#
not a universal capable compiler
#
^
#
conftest.c:27:15: error: unknown type name 'universal'
#
configure:7363: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| /* end confdefs.h. */
#
| #ifndef __APPLE_CC__
#
| not a universal capable compiler
#
| #endif
#
| typedef int dummy;
#
|
#
configure:7408: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:33:8: error: unknown type name 'bogus'
#
bogus endian macros
#
^
#
conftest.c:33:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
#
bogus endian macros
#
^
#
configure:7408: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| /* end confdefs.h. */
#
| #include
#
| #include
#
|
#
| int
#
| main ()
#
| {
#
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
#
| bogus endian macros
#
| #endif
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7452: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:32:8: error: unknown type name 'bogus'
#
bogus endian macros
#
^
#
conftest.c:32:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
#
bogus endian macros
#
^
#
configure:7452: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| /* end confdefs.h. */
#
| #include
#
|
#
| int
#
| main ()
#
| {
#
| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
#
| bogus endian macros
#
| #endif
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7508: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7508: $? = 0
#
configure:7554: result: no
#
configure:7573: checking for typeof syntax and keyword spelling
#
configure:7604: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7604: $? = 0
#
configure:7611: result: typeof
#
configure:7632: checking size of char
#
configure:7637: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7637: $? = 0
#
configure:7637: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:63:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
#
^
#
configure:7637: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7637: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7637: $? = 0
#
configure:7651: result: 1
#
configure:7665: checking size of short
#
configure:7670: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7670: $? = 0
#
configure:7670: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:64:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
#
^
#
configure:7670: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7670: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:64:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
#
^
#
configure:7670: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7670: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7670: $? = 0
#
configure:7670: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7670: $? = 0
#
configure:7684: result: 2
#
configure:7698: checking size of int
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7703: $? = 0
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:65:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
#
^
#
configure:7703: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:65:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
#
^
#
configure:7703: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:65:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
#
^
#
configure:7703: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7703: $? = 0
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7703: $? = 0
#
configure:7703: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7703: $? = 0
#
configure:7717: result: 4
#
configure:7731: checking size of long
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7736: $? = 0
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:66:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
#
^
#
configure:7736: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:66:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
#
^
#
configure:7736: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:66:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
#
^
#
configure:7736: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7736: $? = 0
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7736: $? = 0
#
configure:7736: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7736: $? = 0
#
configure:7750: result: 4
#
configure:7764: checking size of long long
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7769: $? = 0
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:67:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
#
^
#
configure:7769: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:67:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
#
^
#
configure:7769: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:67:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
#
^
#
configure:7769: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:67:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
#
^
#
configure:7769: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7769: $? = 0
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7769: $? = 0
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7769: $? = 0
#
configure:7769: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7769: $? = 0
#
configure:7783: result: 8
#
configure:7797: checking size of size_t
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7802: $? = 0
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:68:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
#
^
#
configure:7802: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:68:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
#
^
#
configure:7802: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:68:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
#
^
#
configure:7802: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7802: $? = 0
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7802: $? = 0
#
configure:7802: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7802: $? = 0
#
configure:7816: result: 4
#
configure:7830: checking size of float
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7835: $? = 0
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:69:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 0)];
#
^
#
configure:7835: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:69:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 1)];
#
^
#
configure:7835: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:69:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 3)];
#
^
#
configure:7835: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (float))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7835: $? = 0
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7835: $? = 0
#
configure:7835: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7835: $? = 0
#
configure:7849: result: 4
#
configure:7863: checking size of double
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7868: $? = 0
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:70:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 0)];
#
^
#
configure:7868: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:70:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 1)];
#
^
#
configure:7868: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:70:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 3)];
#
^
#
configure:7868: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:70:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 7)];
#
^
#
configure:7868: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= 7)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7868: $? = 0
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7868: $? = 0
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7868: $? = 0
#
configure:7868: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7868: $? = 0
#
configure:7882: result: 8
#
configure:7896: checking size of long double
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7901: $? = 0
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:71:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 0)];
#
^
#
configure:7901: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:71:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 1)];
#
^
#
configure:7901: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:71:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 3)];
#
^
#
configure:7901: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:71:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 7)];
#
^
#
configure:7901: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (long double))) <= 7)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7901: $? = 0
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7901: $? = 0
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7901: $? = 0
#
configure:7901: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7901: $? = 0
#
configure:7915: result: 8
#
configure:7932: checking size of int*
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7937: $? = 0
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:72:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (int*))) <= 0)];
#
^
#
configure:7937: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (int*))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:72:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (int*))) <= 1)];
#
^
#
configure:7937: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (int*))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:72:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (int*))) <= 3)];
#
^
#
configure:7937: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (int*))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7937: $? = 0
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7937: $? = 0
#
configure:7937: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7937: $? = 0
#
configure:7951: result: 4
#
configure:7965: checking size of fp
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7970: $? = 0
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:42:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (fp))) <= 0)];
#
^
#
configure:7970: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| /* end confdefs.h. */
#
| typedef int *(*fp)();
#
|
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (fp))) <= 0)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:42:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (fp))) <= 1)];
#
^
#
configure:7970: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| /* end confdefs.h. */
#
| typedef int *(*fp)();
#
|
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (fp))) <= 1)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
conftest.c: In function 'main':
#
conftest.c:42:12: error: size of array 'test_array' is negative
#
static int test_array [1 - 2 * !(((long int) (sizeof (fp))) <= 3)];
#
^
#
configure:7970: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| /* end confdefs.h. */
#
| typedef int *(*fp)();
#
|
#
| int
#
| main ()
#
| {
#
| static int test_array [1 - 2 * !(((long int) (sizeof (fp))) <= 3)];
#
| test_array [0] = 0;
#
| return test_array [0];
#
|
#
| ;
#
| return 0;
#
| }
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7970: $? = 0
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7970: $? = 0
#
configure:7970: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:7970: $? = 0
#
configure:7985: result: 4
#
configure:7999: checking for perl
#
configure:8017: found /usr/sbin/perl
#
configure:8030: result: /usr/sbin/perl
#
configure:8057: checking for library containing sqrt
#
configure:8088: arm-linux-androideabi-g++ -o conftest -g -O2 -frounding-math conftest.cpp >&5
#
configure:8088: $? = 0
#
configure:8105: result: none required
#
configure:8128: checking fenv.h usability
#
configure:8128: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:8128: $? = 0
#
configure:8128: result: yes
#
configure:8128: checking fenv.h presence
#
configure:8128: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:8128: $? = 0
#
configure:8128: result: yes
#
configure:8128: checking for fenv.h
#
configure:8128: result: yes
#
configure:8128: checking ieeefp.h usability
#
configure:8128: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp:72:20: fatal error: ieeefp.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:8128: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| #include
#
configure:8128: result: no
#
configure:8128: checking ieeefp.h presence
#
configure:8128: arm-linux-androideabi-g++ -E conftest.cpp
#
conftest.cpp:39:20: fatal error: ieeefp.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:8128: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| /* end confdefs.h. */
#
| #include
#
configure:8128: result: no
#
configure:8128: checking for ieeefp.h
#
configure:8128: result: no
#
configure:8138: checking if it is possible to control the FPU
#
configure:8158: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp:49:3: error: 'choke' does not name a type
#
choke me
#
^
#
configure:8158: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| /* end confdefs.h. */
#
|
#
| #if i386 || (sparc && defined(HAVE_IEEEFP_H))
#
|
#
| int
#
| main() {
#
| return 0;
#
| }
#
|
#
| #else
#
|
#
| choke me
#
|
#
| #endif
#
|
#
configure:8163: result: no
#
configure:8313: checking whether the plain char type is signed
#
configure:8323: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp:43:54: error: size of array 'foo' is negative
#
int foo[std::numeric_limits::is_signed ? 1 : -1];
#
^
#
configure:8323: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| /* end confdefs.h. */
#
|
#
| #include
#
|
#
| int foo[std::numeric_limits::is_signed ? 1 : -1];
#
|
#
configure:8328: result: no
#
configure:8367: checking whether the C++ compiler provides proper long doubles
#
configure:8370: result: assuming not
#
configure:8437: checking the binary format of C++ floats
#
configure:8508: result: unknown
#
configure:8553: checking the binary format of C++ doubles
#
configure:8634: result: unknown
#
configure:8679: checking the binary format of C++ long doubles
#
configure:9016: result: unknown
#
configure:9019: checking whether std::floor(long double) is buggy
#
configure:9023: result: assuming is not
#
configure:9115: checking whether the C++ compiler supports zero-length arrays
#
configure:9166: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9166: $? = 0
#
configure:9167: result: yes
#
configure:9272: checking whether the IEEE inexact flag is supported in C++
#
configure:9275: result: assuming not
#
configure:9411: checking whether the C++ compiler supports __attribute__ ((weak))
#
configure:9424: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9424: $? = 0
#
configure:9425: result: yes
#
configure:9461: checking for fenv.h
#
configure:9461: result: yes
#
configure:9461: checking for ieeefp.h
#
configure:9461: result: no
#
configure:9461: checking getopt.h usability
#
configure:9461: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking getopt.h presence
#
configure:9461: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking for getopt.h
#
configure:9461: result: yes
#
configure:9461: checking signal.h usability
#
configure:9461: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking signal.h presence
#
configure:9461: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking for signal.h
#
configure:9461: result: yes
#
configure:9461: checking for string.h
#
configure:9461: result: yes
#
configure:9461: checking for strings.h
#
configure:9461: result: yes
#
configure:9461: checking sys/resource.h usability
#
configure:9461: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking sys/resource.h presence
#
configure:9461: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking for sys/resource.h
#
configure:9461: result: yes
#
configure:9461: checking sys/time.h usability
#
configure:9461: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking sys/time.h presence
#
configure:9461: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:9461: $? = 0
#
configure:9461: result: yes
#
configure:9461: checking for sys/time.h
#
configure:9461: result: yes
#
configure:9461: checking for sys/types.h
#
configure:9461: result: yes
#
configure:9461: checking for unistd.h
#
configure:9461: result: yes
#
configure:9473: checking whether ffs is declared
#
configure:9473: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9473: $? = 0
#
configure:9473: result: yes
#
configure:9491: checking whether getenv is declared
#
configure:9491: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9491: $? = 0
#
configure:9491: result: yes
#
configure:9502: checking whether strtof is declared
#
configure:9502: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9502: $? = 0
#
configure:9502: result: yes
#
configure:9513: checking whether strtod is declared
#
configure:9513: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9513: $? = 0
#
configure:9513: result: yes
#
configure:9524: checking whether strtold is declared
#
configure:9524: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9524: $? = 0
#
configure:9524: result: yes
#
configure:9535: checking whether strtoll is declared
#
configure:9535: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9535: $? = 0
#
configure:9535: result: yes
#
configure:9546: checking whether strtoull is declared
#
configure:9546: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9546: $? = 0
#
configure:9546: result: yes
#
configure:9558: checking whether fma is declared
#
configure:9558: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9558: $? = 0
#
configure:9558: result: yes
#
configure:9569: checking whether fmaf is declared
#
configure:9569: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9569: $? = 0
#
configure:9569: result: yes
#
configure:9580: checking whether fmal is declared
#
configure:9580: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9580: $? = 0
#
configure:9580: result: yes
#
configure:9591: checking whether rintf is declared
#
configure:9591: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9591: $? = 0
#
configure:9591: result: yes
#
configure:9602: checking whether rintl is declared
#
configure:9602: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9602: $? = 0
#
configure:9602: result: yes
#
configure:9616: checking for int_fast16_t
#
configure:9616: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9616: $? = 0
#
configure:9616: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:105:26: error: expected primary-expression before ')' token
#
if (sizeof ((int_fast16_t)))
#
^
#
configure:9616: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((int_fast16_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9616: result: yes
#
configure:9625: checking for int_fast32_t
#
configure:9625: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9625: $? = 0
#
configure:9625: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:106:26: error: expected primary-expression before ')' token
#
if (sizeof ((int_fast32_t)))
#
^
#
configure:9625: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((int_fast32_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9625: result: yes
#
configure:9634: checking for int_fast64_t
#
configure:9634: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9634: $? = 0
#
configure:9634: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:107:26: error: expected primary-expression before ')' token
#
if (sizeof ((int_fast64_t)))
#
^
#
configure:9634: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((int_fast64_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9634: result: yes
#
configure:9643: checking for uint_fast16_t
#
configure:9643: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9643: $? = 0
#
configure:9643: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:108:27: error: expected primary-expression before ')' token
#
if (sizeof ((uint_fast16_t)))
#
^
#
configure:9643: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((uint_fast16_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9643: result: yes
#
configure:9652: checking for uint_fast32_t
#
configure:9652: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9652: $? = 0
#
configure:9652: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:109:27: error: expected primary-expression before ')' token
#
if (sizeof ((uint_fast32_t)))
#
^
#
configure:9652: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((uint_fast32_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9652: result: yes
#
configure:9661: checking for uint_fast64_t
#
configure:9661: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9661: $? = 0
#
configure:9661: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:110:27: error: expected primary-expression before ')' token
#
if (sizeof ((uint_fast64_t)))
#
^
#
configure:9661: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| #define HAVE_UINT_FAST32_T 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((uint_fast64_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9661: result: yes
#
configure:9675: checking for uintptr_t
#
configure:9675: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:9675: $? = 0
#
configure:9675: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp: In function 'int main()':
#
conftest.cpp:111:23: error: expected primary-expression before ')' token
#
if (sizeof ((uintptr_t)))
#
^
#
configure:9675: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| #define HAVE_UINT_FAST32_T 1
#
| #define HAVE_UINT_FAST64_T 1
#
| /* end confdefs.h. */
#
| #include
#
| #ifdef HAVE_SYS_TYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_SYS_STAT_H
#
| # include
#
| #endif
#
| #ifdef STDC_HEADERS
#
| # include
#
| # include
#
| #else
#
| # ifdef HAVE_STDLIB_H
#
| # include
#
| # endif
#
| #endif
#
| #ifdef HAVE_STRING_H
#
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
#
| # include
#
| # endif
#
| # include
#
| #endif
#
| #ifdef HAVE_STRINGS_H
#
| # include
#
| #endif
#
| #ifdef HAVE_INTTYPES_H
#
| # include
#
| #endif
#
| #ifdef HAVE_STDINT_H
#
| # include
#
| #endif
#
| #ifdef HAVE_UNISTD_H
#
| # include
#
| #endif
#
| int
#
| main ()
#
| {
#
| if (sizeof ((uintptr_t)))
#
| return 0;
#
| ;
#
| return 0;
#
| }
#
configure:9675: result: yes
#
configure:9761: checking how to print strings
#
configure:9788: result: printf
#
configure:9809: checking for a sed that does not truncate output
#
configure:9873: result: /usr/sbin/sed
#
configure:9921: checking for ld used by arm-linux-androideabi-gcc
#
configure:9988: result: /sysroot/arm-linux-androideabi/bin/ld
#
configure:9995: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
#
configure:10010: result: yes
#
configure:10022: checking for BSD- or MS-compatible name lister (nm)
#
configure:10071: result: /sysroot/bin/arm-linux-androideabi-nm -B
#
configure:10201: checking the name lister (/sysroot/bin/arm-linux-androideabi-nm -B) interface
#
configure:10208: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:10211: /sysroot/bin/arm-linux-androideabi-nm -B "conftest.o"
#
configure:10214: output
#
00000000 B some_variable
#
configure:10221: result: BSD nm
#
configure:10224: checking whether ln -s works
#
configure:10228: result: yes
#
configure:10236: checking the maximum length of command line arguments
#
configure:10366: result: 1572864
#
configure:10383: checking whether the shell understands some XSI constructs
#
configure:10393: result: yes
#
configure:10397: checking whether the shell understands "+="
#
configure:10403: result: yes
#
configure:10438: checking how to convert x86_64-unknown-linux-gnu file names to arm-unknown-linux-androideabi format
#
configure:10478: result: func_convert_file_noop
#
configure:10485: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
#
configure:10505: result: func_convert_file_noop
#
configure:10512: checking for /sysroot/arm-linux-androideabi/bin/ld option to reload object files
#
configure:10519: result: -r
#
configure:10553: checking for arm-linux-androideabi-objdump
#
configure:10569: found /sysroot/bin/arm-linux-androideabi-objdump
#
configure:10580: result: arm-linux-androideabi-objdump
#
configure:10652: checking how to recognize dependent libraries
#
configure:10854: result: pass_all
#
configure:10899: checking for arm-linux-androideabi-dlltool
#
configure:10929: result: no
#
configure:10939: checking for dlltool
#
configure:10969: result: no
#
configure:10999: checking how to associate runtime and link libraries
#
configure:11026: result: printf %s\n
#
configure:11042: checking for arm-linux-androideabi-ar
#
configure:11058: found /sysroot/bin/arm-linux-androideabi-ar
#
configure:11069: result: arm-linux-androideabi-ar
#
configure:11150: checking for archiver @FILE support
#
configure:11167: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:11167: $? = 0
#
configure:11170: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
#
configure:11173: $? = 0
#
configure:11178: arm-linux-androideabi-ar cru libconftest.a @conftest.lst >&5
#
arm-linux-androideabi-ar: conftest.o: No such file or directory
#
configure:11181: $? = 1
#
configure:11193: result: @
#
configure:11211: checking for arm-linux-androideabi-strip
#
configure:11238: result: arm-linux-androideabi-strip
#
configure:11310: checking for arm-linux-androideabi-ranlib
#
configure:11326: found /sysroot/bin/arm-linux-androideabi-ranlib
#
configure:11337: result: arm-linux-androideabi-ranlib
#
configure:11479: checking command to parse /sysroot/bin/arm-linux-androideabi-nm -B output from arm-linux-androideabi-gcc object
#
configure:11599: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:11602: $? = 0
#
configure:11606: /sysroot/bin/arm-linux-androideabi-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
#
configure:11609: $? = 0
#
configure:11675: arm-linux-androideabi-g++ -o conftest -g -O2 -frounding-math conftest.cpp conftstm.o >&5
#
configure:11678: $? = 0
#
configure:11716: result: ok
#
configure:11753: checking for sysroot
#
configure:11783: result: no
#
configure:11999: checking for arm-linux-androideabi-mt
#
configure:12029: result: no
#
configure:12039: checking for mt
#
configure:12069: result: no
#
configure:12089: checking if : is a manifest tool
#
configure:12095: : '-?'
#
configure:12103: result: no
#
configure:12742: checking for dlfcn.h
#
configure:12742: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:12742: $? = 0
#
configure:12742: result: yes
#
configure:12957: checking for objdir
#
configure:12972: result: .libs
#
configure:13243: checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions
#
configure:13261: arm-linux-androideabi-gcc -c -g -O2 -frounding-math -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:13265: $? = 0
#
configure:13278: result: no
#
configure:13605: checking for arm-linux-androideabi-gcc option to produce PIC
#
configure:13612: result: -fPIC -DPIC
#
configure:13620: checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works
#
configure:13638: arm-linux-androideabi-gcc -c -g -O2 -frounding-math -fPIC -DPIC -DPIC conftest.c >&5
#
configure:13642: $? = 0
#
configure:13655: result: yes
#
configure:13684: checking if arm-linux-androideabi-gcc static flag -static works
#
configure:13712: result: yes
#
configure:13727: checking if arm-linux-androideabi-gcc supports -c -o file.o
#
configure:13748: arm-linux-androideabi-gcc -c -g -O2 -frounding-math -o out/conftest2.o conftest.c >&5
#
configure:13752: $? = 0
#
configure:13774: result: yes
#
configure:13782: checking if arm-linux-androideabi-gcc supports -c -o file.o
#
configure:13829: result: yes
#
configure:13862: checking whether the arm-linux-androideabi-gcc linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
#
configure:15015: result: yes
#
configure:15052: checking whether -lc should be explicitly linked in
#
configure:15060: arm-linux-androideabi-gcc -c -g -O2 -frounding-math conftest.c >&5
#
configure:15063: $? = 0
#
configure:15078: arm-linux-androideabi-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/sbin/grep -lc \>/dev/null 2\>\&1
#
configure:15081: $? = 0
#
configure:15095: result: no
#
configure:15255: checking dynamic linker characteristics
#
configure:15766: arm-linux-androideabi-gcc -o conftest -g -O2 -frounding-math -Wl,-rpath -Wl,/foo conftest.c >&5
#
configure:15766: $? = 0
#
configure:15988: result: GNU/Linux ld.so
#
configure:16095: checking how to hardcode library paths into programs
#
configure:16120: result: immediate
#
configure:16214: checking for shl_load
#
configure:16214: arm-linux-androideabi-gcc -o conftest -g -O2 -frounding-math conftest.c >&5
#
conftest.c:112: error: undefined reference to 'shl_load'
#
collect2: error: ld returned 1 exit status
#
configure:16214: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| #define HAVE_UINT_FAST32_T 1
#
| #define HAVE_UINT_FAST64_T 1
#
| #define HAVE_UINTPTR_T 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| /* end confdefs.h. */
#
| /* Define shl_load to an innocuous variant, in case declares shl_load.
#
| For example, HP-UX 11i declares gettimeofday. */
#
| #define shl_load innocuous_shl_load
#
|
#
| /* System header to define __stub macros and hopefully few prototypes,
#
| which can conflict with char shl_load (); below.
#
| Prefer to if __STDC__ is defined, since
#
| exists even on freestanding compilers. */
#
|
#
| #ifdef __STDC__
#
| # include
#
| #else
#
| # include
#
| #endif
#
|
#
| #undef shl_load
#
|
#
| /* 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 shl_load ();
#
| /* 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_shl_load || defined __stub___shl_load
#
| choke me
#
| #endif
#
|
#
| int
#
| main ()
#
| {
#
| return shl_load ();
#
| ;
#
| return 0;
#
| }
#
configure:16214: result: no
#
configure:16218: checking for shl_load in -ldld
#
configure:16243: arm-linux-androideabi-gcc -o conftest -g -O2 -frounding-math conftest.c -ldld >&5
#
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -ldld
#
conftest.c:89: error: undefined reference to 'shl_load'
#
collect2: error: ld returned 1 exit status
#
configure:16243: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| #define HAVE_UINT_FAST32_T 1
#
| #define HAVE_UINT_FAST64_T 1
#
| #define HAVE_UINTPTR_T 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| /* 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 shl_load ();
#
| int
#
| main ()
#
| {
#
| return shl_load ();
#
| ;
#
| return 0;
#
| }
#
configure:16252: result: no
#
configure:16257: checking for dlopen
#
configure:16257: arm-linux-androideabi-gcc -o conftest -g -O2 -frounding-math conftest.c >&5
#
configure:16257: $? = 0
#
configure:16257: result: yes
#
configure:16414: checking whether a program can dlopen itself
#
configure:16515: result: cross
#
configure:16660: checking whether stripping libraries is possible
#
configure:16665: result: yes
#
configure:16700: checking if libtool supports shared libraries
#
configure:16702: result: yes
#
configure:16705: checking whether to build shared libraries
#
configure:16726: result: yes
#
configure:16729: checking whether to build static libraries
#
configure:16733: result: yes
#
configure:16756: checking how to run the C++ preprocessor
#
configure:16822: result: arm-linux-androideabi-g++ -E
#
configure:16842: arm-linux-androideabi-g++ -E conftest.cpp
#
configure:16842: $? = 0
#
configure:16856: arm-linux-androideabi-g++ -E conftest.cpp
#
conftest.cpp:78:28: fatal error: ac_nonexistent.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:16856: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| #define HAVE_UINT_FAST32_T 1
#
| #define HAVE_UINT_FAST64_T 1
#
| #define HAVE_UINTPTR_T 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| /* end confdefs.h. */
#
| #include
#
configure:17025: checking for ld used by arm-linux-androideabi-g++
#
configure:17092: result: /sysroot/arm-linux-androideabi/bin/ld
#
configure:17099: checking if the linker (/sysroot/arm-linux-androideabi/bin/ld) is GNU ld
#
configure:17114: result: yes
#
configure:17169: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
#
configure:18174: result: yes
#
configure:18210: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
configure:18213: $? = 0
#
configure:18733: checking for arm-linux-androideabi-g++ option to produce PIC
#
configure:18740: result: -fPIC -DPIC
#
configure:18748: checking if arm-linux-androideabi-g++ PIC flag -fPIC -DPIC works
#
configure:18766: arm-linux-androideabi-g++ -c -g -O2 -frounding-math -fPIC -DPIC -DPIC conftest.cpp >&5
#
configure:18770: $? = 0
#
configure:18783: result: yes
#
configure:18806: checking if arm-linux-androideabi-g++ static flag -static works
#
configure:18834: result: yes
#
configure:18846: checking if arm-linux-androideabi-g++ supports -c -o file.o
#
configure:18867: arm-linux-androideabi-g++ -c -g -O2 -frounding-math -o out/conftest2.o conftest.cpp >&5
#
configure:18871: $? = 0
#
configure:18893: result: yes
#
configure:18898: checking if arm-linux-androideabi-g++ supports -c -o file.o
#
configure:18945: result: yes
#
configure:18975: checking whether the arm-linux-androideabi-g++ linker (/sysroot/arm-linux-androideabi/bin/ld) supports shared libraries
#
configure:19011: result: yes
#
configure:19152: checking dynamic linker characteristics
#
configure:19819: result: GNU/Linux ld.so
#
configure:19872: checking how to hardcode library paths into programs
#
configure:19897: result: immediate
#
configure:19979: creating ./config.lt
#
#
## ------------------ ##
#
## Running config.lt. ##
#
## ------------------ ##
#
config.lt:681: creating libtool
#
configure:21701: checking for the GMP library version 4.1.3 or above
#
configure:21719: arm-linux-androideabi-g++ -c -g -O2 -frounding-math conftest.cpp >&5
#
conftest.cpp:79:19: fatal error: gmpxx.h: No such file or directory
#
#include
#
^
#
compilation terminated.
#
configure:21719: $? = 1
#
configure: failed program was:
#
| /* confdefs.h */
#
| #define PACKAGE_NAME "the Parma Polyhedra Library"
#
| #define PACKAGE_TARNAME "ppl"
#
| #define PACKAGE_VERSION "1.2"
#
| #define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
| #define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
| #define PACKAGE_URL ""
#
| #define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
| #define PPL_NDEBUG 1
#
| #define PPL_FPMATH_MAY_USE_387 1
#
| #define PPL_FPMATH_MAY_USE_SSE 1
#
| #define PPL_COEFFICIENT_TYPE mpz_class
#
| #define PPL_COEFFICIENT_BITS 0
#
| #define PPL_GMP_INTEGERS 1
#
| #define STDC_HEADERS 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_SYS_STAT_H 1
#
| #define HAVE_STDLIB_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_MEMORY_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_INTTYPES_H 1
#
| #define HAVE_STDINT_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_TYPEOF 1
#
| #define SIZEOF_CHAR 1
#
| #define SIZEOF_SHORT 2
#
| #define SIZEOF_INT 4
#
| #define SIZEOF_LONG 4
#
| #define SIZEOF_LONG_LONG 8
#
| #define SIZEOF_SIZE_T 4
#
| #define SIZEOF_FLOAT 4
#
| #define SIZEOF_DOUBLE 8
#
| #define SIZEOF_LONG_DOUBLE 8
#
| #define SIZEOF_INTP 4
#
| #define SIZEOF_FP 4
#
| #define HAVE_FENV_H 1
#
| #define PPL_CAN_CONTROL_FPU 0
#
| #define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
| #define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
| #define PPL_SUPPORTED_FLOAT 0
#
| #define PPL_SUPPORTED_DOUBLE 0
#
| #define PPL_SUPPORTED_LONG_DOUBLE 0
#
| #define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
| #define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
| #define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
| #define HAVE_FENV_H 1
#
| #define HAVE_GETOPT_H 1
#
| #define HAVE_SIGNAL_H 1
#
| #define HAVE_STRING_H 1
#
| #define HAVE_STRINGS_H 1
#
| #define HAVE_SYS_RESOURCE_H 1
#
| #define HAVE_SYS_TIME_H 1
#
| #define HAVE_SYS_TYPES_H 1
#
| #define HAVE_UNISTD_H 1
#
| #define HAVE_DECL_FFS 1
#
| #define HAVE_DECL_GETENV 1
#
| #define HAVE_DECL_STRTOF 1
#
| #define HAVE_DECL_STRTOD 1
#
| #define HAVE_DECL_STRTOLD 1
#
| #define HAVE_DECL_STRTOLL 1
#
| #define HAVE_DECL_STRTOULL 1
#
| #define HAVE_DECL_FMA 1
#
| #define HAVE_DECL_FMAF 1
#
| #define HAVE_DECL_FMAL 1
#
| #define HAVE_DECL_RINTF 1
#
| #define HAVE_DECL_RINTL 1
#
| #define HAVE_INT_FAST16_T 1
#
| #define HAVE_INT_FAST32_T 1
#
| #define HAVE_INT_FAST64_T 1
#
| #define HAVE_UINT_FAST16_T 1
#
| #define HAVE_UINT_FAST32_T 1
#
| #define HAVE_UINT_FAST64_T 1
#
| #define HAVE_UINTPTR_T 1
#
| #define HAVE_DLFCN_H 1
#
| #define LT_OBJDIR ".libs/"
#
| /* end confdefs.h. */
#
|
#
| #include
#
|
#
| #if __GNU_MP_VERSION < 4 || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR < 1) || (__GNU_MP_VERSION == 4 && __GNU_MP_VERSION_MINOR == 1 && __GNU_MP_VERSION_PATCHLEVEL < 3)
#
| #GMP version 4.1.3 or higher is required
#
| #endif
#
|
#
| int
#
| main() {
#
| return 0;
#
| }
#
|
#
configure:21724: result: no
#
configure:21930: error: Cannot find GMP version 4.1.3 or higher.
#
GMP is the GNU Multi-Precision library:
#
see http://www.swox.com/gmp/ for more information.
#
When compiling the GMP library, do not forget to enable the C++ interface:
#
add --enable-cxx to the configuration options.
#
#
## ---------------- ##
#
## Cache variables. ##
#
## ---------------- ##
#
#
ac_cv_build=x86_64-unknown-linux-gnu
#
ac_cv_c_bigendian=no
#
ac_cv_c_compiler_gnu=yes
#
ac_cv_c_const=yes
#
ac_cv_c_inline=inline
#
ac_cv_c_typeof=typeof
#
ac_cv_can_control_fpu=0
#
ac_cv_cxx_compiler_gnu=yes
#
ac_cv_env_CCC_set=
#
ac_cv_env_CCC_value=
#
ac_cv_env_CC_set=set
#
ac_cv_env_CC_value=arm-linux-androideabi-gcc
#
ac_cv_env_CFLAGS_set=set
#
ac_cv_env_CFLAGS_value=
#
ac_cv_env_CPPFLAGS_set=set
#
ac_cv_env_CPPFLAGS_value=
#
ac_cv_env_CPP_set=
#
ac_cv_env_CPP_value=
#
ac_cv_env_CXXCPP_set=
#
ac_cv_env_CXXCPP_value=
#
ac_cv_env_CXXFLAGS_set=set
#
ac_cv_env_CXXFLAGS_value=
#
ac_cv_env_CXX_set=set
#
ac_cv_env_CXX_value=arm-linux-androideabi-g++
#
ac_cv_env_LDFLAGS_set=set
#
ac_cv_env_LDFLAGS_value=
#
ac_cv_env_LIBS_set=
#
ac_cv_env_LIBS_value=
#
ac_cv_env_M4_set=
#
ac_cv_env_M4_value=
#
ac_cv_env_build_alias_set=set
#
ac_cv_env_build_alias_value=x86_64-unknown-linux
#
ac_cv_env_host_alias_set=set
#
ac_cv_env_host_alias_value=arm-linux-androideabi
#
ac_cv_env_target_alias_set=
#
ac_cv_env_target_alias_value=
#
ac_cv_func_dlopen=yes
#
ac_cv_func_shl_load=no
#
ac_cv_have_decl_ffs=yes
#
ac_cv_have_decl_fma=yes
#
ac_cv_have_decl_fmaf=yes
#
ac_cv_have_decl_fmal=yes
#
ac_cv_have_decl_getenv=yes
#
ac_cv_have_decl_rintf=yes
#
ac_cv_have_decl_rintl=yes
#
ac_cv_have_decl_strtod=yes
#
ac_cv_have_decl_strtof=yes
#
ac_cv_have_decl_strtold=yes
#
ac_cv_have_decl_strtoll=yes
#
ac_cv_have_decl_strtoull=yes
#
ac_cv_have_gmp=no
#
ac_cv_header_dlfcn_h=yes
#
ac_cv_header_fenv_h=yes
#
ac_cv_header_getopt_h=yes
#
ac_cv_header_ieeefp_h=no
#
ac_cv_header_inttypes_h=yes
#
ac_cv_header_memory_h=yes
#
ac_cv_header_signal_h=yes
#
ac_cv_header_stdc=yes
#
ac_cv_header_stdint_h=yes
#
ac_cv_header_stdlib_h=yes
#
ac_cv_header_string_h=yes
#
ac_cv_header_strings_h=yes
#
ac_cv_header_sys_resource_h=yes
#
ac_cv_header_sys_stat_h=yes
#
ac_cv_header_sys_time_h=yes
#
ac_cv_header_sys_types_h=yes
#
ac_cv_header_unistd_h=yes
#
ac_cv_host=arm-unknown-linux-androideabi
#
ac_cv_lib_dld_shl_load=no
#
ac_cv_objext=o
#
ac_cv_path_EGREP='/usr/sbin/grep -E'
#
ac_cv_path_FGREP='/usr/sbin/grep -F'
#
ac_cv_path_GREP=/usr/sbin/grep
#
ac_cv_path_PERL=/usr/sbin/perl
#
ac_cv_path_SED=/usr/sbin/sed
#
ac_cv_path_install='/usr/bin/install -c'
#
ac_cv_path_mkdir=/usr/sbin/mkdir
#
ac_cv_prog_AR=arm-linux-androideabi-ar
#
ac_cv_prog_AWK=gawk
#
ac_cv_prog_CC=arm-linux-androideabi-gcc
#
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
#
ac_cv_prog_CXXCPP='arm-linux-androideabi-g++ -E'
#
ac_cv_prog_OBJDUMP=arm-linux-androideabi-objdump
#
ac_cv_prog_RANLIB=arm-linux-androideabi-ranlib
#
ac_cv_prog_STRIP=arm-linux-androideabi-strip
#
ac_cv_prog_cc_c89=
#
ac_cv_prog_cc_g=yes
#
ac_cv_prog_cxx_g=yes
#
ac_cv_prog_make_make_set=yes
#
ac_cv_search_sqrt='none required'
#
ac_cv_sizeof_char=1
#
ac_cv_sizeof_double=8
#
ac_cv_sizeof_float=4
#
ac_cv_sizeof_fp=4
#
ac_cv_sizeof_int=4
#
ac_cv_sizeof_intp=4
#
ac_cv_sizeof_long=4
#
ac_cv_sizeof_long_double=8
#
ac_cv_sizeof_long_long=8
#
ac_cv_sizeof_short=2
#
ac_cv_sizeof_size_t=4
#
ac_cv_type_int_fast16_t=yes
#
ac_cv_type_int_fast32_t=yes
#
ac_cv_type_int_fast64_t=yes
#
ac_cv_type_uint_fast16_t=yes
#
ac_cv_type_uint_fast32_t=yes
#
ac_cv_type_uint_fast64_t=yes
#
ac_cv_type_uintptr_t=yes
#
am_cv_CC_dependencies_compiler_type=gcc3
#
am_cv_CXX_dependencies_compiler_type=gcc3
#
am_cv_make_support_nested_variables=yes
#
am_cv_prog_cc_c_o=yes
#
am_cv_prog_tar_ustar=gnutar
#
lt_cv_ar_at_file=@
#
lt_cv_archive_cmds_need_lc=no
#
lt_cv_deplibs_check_method=pass_all
#
lt_cv_dlopen=dlopen
#
lt_cv_dlopen_libs=
#
lt_cv_dlopen_self=cross
#
lt_cv_file_magic_cmd='$MAGIC_CMD'
#
lt_cv_file_magic_test_file=
#
lt_cv_ld_reload_flag=-r
#
lt_cv_nm_interface='BSD nm'
#
lt_cv_objdir=.libs
#
lt_cv_path_LD=/sysroot/arm-linux-androideabi/bin/ld
#
lt_cv_path_LDCXX=/sysroot/arm-linux-androideabi/bin/ld
#
lt_cv_path_NM='/sysroot/bin/arm-linux-androideabi-nm -B'
#
lt_cv_path_mainfest_tool=no
#
lt_cv_prog_compiler_c_o=yes
#
lt_cv_prog_compiler_c_o_CXX=yes
#
lt_cv_prog_compiler_pic='-fPIC -DPIC'
#
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
#
lt_cv_prog_compiler_pic_works=yes
#
lt_cv_prog_compiler_pic_works_CXX=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_gnu_ld=yes
#
lt_cv_prog_gnu_ldcxx=yes
#
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
#
lt_cv_shlibpath_overrides_runpath=yes
#
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
#
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
#
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
#
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
#
lt_cv_sys_max_cmd_len=1572864
#
lt_cv_to_host_file_cmd=func_convert_file_noop
#
lt_cv_to_tool_file_cmd=func_convert_file_noop
#
#
## ----------------- ##
#
## Output variables. ##
#
## ----------------- ##
#
#
ACLOCAL='${SHELL} /tmp/ppl/src/ppl-1.2/missing aclocal-1.14'
#
AMDEPBACKSLASH='\'
#
AMDEP_FALSE='#'
#
AMDEP_TRUE=''
#
AMTAR='$${TAR-tar}'
#
AM_BACKSLASH='\'
#
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
#
AM_DEFAULT_VERBOSITY='1'
#
AM_V='$(V)'
#
AR='arm-linux-androideabi-ar'
#
ASSERTIONS_ENABLED_FALSE=''
#
ASSERTIONS_ENABLED_TRUE='#'
#
AUTOCONF='${SHELL} /tmp/ppl/src/ppl-1.2/missing autoconf'
#
AUTOHEADER='${SHELL} /tmp/ppl/src/ppl-1.2/missing autoheader'
#
AUTOMAKE='${SHELL} /tmp/ppl/src/ppl-1.2/missing automake-1.14'
#
AWK='gawk'
#
BUILD_CIAO_PROLOG_INTERFACE_FALSE=''
#
BUILD_CIAO_PROLOG_INTERFACE_TRUE=''
#
BUILD_CXX_INTERFACE_FALSE=''
#
BUILD_CXX_INTERFACE_TRUE=''
#
BUILD_C_INTERFACE_FALSE=''
#
BUILD_C_INTERFACE_TRUE=''
#
BUILD_DOCUMENTATION_FALSE=''
#
BUILD_DOCUMENTATION_TRUE=''
#
BUILD_GNU_PROLOG_INTERFACE_FALSE=''
#
BUILD_GNU_PROLOG_INTERFACE_TRUE=''
#
BUILD_JAVA_INTERFACE_FALSE=''
#
BUILD_JAVA_INTERFACE_TRUE=''
#
BUILD_OCAML_INTERFACE_FALSE=''
#
BUILD_OCAML_INTERFACE_TRUE=''
#
BUILD_PPL_LCDD_FALSE=''
#
BUILD_PPL_LCDD_TRUE=''
#
BUILD_PPL_LPSOL_FALSE=''
#
BUILD_PPL_LPSOL_TRUE=''
#
BUILD_PPL_PIPS_FALSE=''
#
BUILD_PPL_PIPS_TRUE=''
#
BUILD_SICSTUS_PROLOG_INTERFACE_FALSE=''
#
BUILD_SICSTUS_PROLOG_INTERFACE_TRUE=''
#
BUILD_SOME_PROLOG_INTERFACES_FALSE=''
#
BUILD_SOME_PROLOG_INTERFACES_TRUE=''
#
BUILD_SWI_PROLOG_INTERFACE_FALSE=''
#
BUILD_SWI_PROLOG_INTERFACE_TRUE=''
#
BUILD_XSB_PROLOG_INTERFACE_FALSE=''
#
BUILD_XSB_PROLOG_INTERFACE_TRUE=''
#
BUILD_YAP_PROLOG_INTERFACE_FALSE=''
#
BUILD_YAP_PROLOG_INTERFACE_TRUE=''
#
CAN_CONTROL_FPU_FALSE=''
#
CAN_CONTROL_FPU_TRUE='#'
#
CC='arm-linux-androideabi-gcc'
#
CCDEPMODE='depmode=gcc3'
#
CFLAGS=' -g -O2 -frounding-math '
#
CIAO_PROLOG=''
#
CIAO_PROLOG_INCLUDE_OPTIONS=''
#
CONFIGURE_OPTIONS=''
#
CPP='arm-linux-androideabi-gcc -E'
#
CPPFLAGS=''
#
CXX='arm-linux-androideabi-g++'
#
CXXCPP='arm-linux-androideabi-g++ -E'
#
CXXDEPMODE='depmode=gcc3'
#
CXXFLAGS=' -g -O2 -frounding-math '
#
CYGPATH_W='echo'
#
DEBUGGING_ENABLED_FALSE='#'
#
DEBUGGING_ENABLED_TRUE=''
#
DEFS=''
#
DEPDIR='.deps'
#
DLLTOOL='false'
#
DSYMUTIL=''
#
DUMPBIN=''
#
ECHO_C=''
#
ECHO_N='-n'
#
ECHO_T=''
#
EGREP='/usr/sbin/grep -E'
#
ENABLE_SHARED_FALSE='#'
#
ENABLE_SHARED_TRUE=''
#
ENABLE_STATIC_FALSE='#'
#
ENABLE_STATIC_TRUE=''
#
EXEEXT=''
#
FGREP='/usr/sbin/grep -F'
#
GCC_FALSE='#'
#
GCC_TRUE=''
#
GNU_PROLOG=''
#
GREP='/usr/sbin/grep'
#
HAVE_GLPK_FALSE=''
#
HAVE_GLPK_TRUE=''
#
HAVE_MD5SUM_FALSE=''
#
HAVE_MD5SUM_TRUE=''
#
HAVE_OCAMLC_FALSE=''
#
HAVE_OCAMLC_TRUE=''
#
HAVE_OCAMLOPT_FALSE=''
#
HAVE_OCAMLOPT_TRUE=''
#
HAVE_PERL_FALSE='#'
#
HAVE_PERL_TRUE=''
#
HOST_CPU_X86_64_FALSE=''
#
HOST_CPU_X86_64_TRUE='#'
#
HOST_OS_CYGWIN_FALSE=''
#
HOST_OS_CYGWIN_TRUE='#'
#
HOST_OS_DARWIN_FALSE=''
#
HOST_OS_DARWIN_TRUE='#'
#
HOST_OS_HPUX_FALSE=''
#
HOST_OS_HPUX_TRUE='#'
#
HOST_OS_MINGW_FALSE=''
#
HOST_OS_MINGW_TRUE='#'
#
HOST_OS_SOLARIS_FALSE=''
#
HOST_OS_SOLARIS_TRUE='#'
#
ICC_FALSE=''
#
ICC_TRUE='#'
#
INSTALL_DATA='${INSTALL} -m 644'
#
INSTALL_PROGRAM='${INSTALL}'
#
INSTALL_SCRIPT='${INSTALL}'
#
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
#
ISODATE='2017-04-04'
#
JAR=''
#
JAVA=''
#
JAVAC=''
#
JAVAH=''
#
JNIFLAGS=''
#
LD='/sysroot/arm-linux-androideabi/bin/ld'
#
LDFLAGS=''
#
LIBEXT=''
#
LIBOBJS=''
#
LIBS=''
#
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
#
LIPO=''
#
LN_S='ln -s'
#
LTLIBOBJS=''
#
M4=''
#
M4_DEBUGFILE=''
#
MAKEINFO='${SHELL} /tmp/ppl/src/ppl-1.2/missing makeinfo'
#
MANIFEST_TOOL=':'
#
MD5SUM=''
#
MKDIR_P='/usr/sbin/mkdir -p'
#
NM='/sysroot/bin/arm-linux-androideabi-nm -B'
#
NMEDIT=''
#
NO_UNDEFINED_FALSE=''
#
NO_UNDEFINED_TRUE='#'
#
OBJDUMP='arm-linux-androideabi-objdump'
#
OBJEXT='o'
#
OCAMLBEST=''
#
OCAMLBUILD=''
#
OCAMLC=''
#
OCAMLCDOTOPT=''
#
OCAMLDEP=''
#
OCAMLDOC=''
#
OCAMLLIB=''
#
OCAMLMKLIB=''
#
OCAMLMKTOP=''
#
OCAMLOPT=''
#
OCAMLOPTDOTOPT=''
#
OCAMLVERSION=''
#
OTOOL64=''
#
OTOOL=''
#
PACKAGE='ppl'
#
PACKAGE_BUGREPORT='ppl-devel@cs.unipr.it'
#
PACKAGE_NAME='the Parma Polyhedra Library'
#
PACKAGE_STRING='the Parma Polyhedra Library 1.2'
#
PACKAGE_TARNAME='ppl'
#
PACKAGE_URL=''
#
PACKAGE_VERSION='1.2'
#
PATH_SEPARATOR=':'
#
PERL='/usr/sbin/perl'
#
PPL_VERSION_BETA='0'
#
PPL_VERSION_MAJOR='1'
#
PPL_VERSION_MINOR='2'
#
PPL_VERSION_REVISION='0'
#
RANLIB='arm-linux-androideabi-ranlib'
#
SED='/usr/sbin/sed'
#
SET_MAKE=''
#
SHELL='/bin/sh'
#
SHREXT=''
#
SICSTUS_PROLOG_INCLUDE_OPTIONS=''
#
STRIP='arm-linux-androideabi-strip'
#
SUPPORTED_DOUBLE_FALSE=''
#
SUPPORTED_DOUBLE_TRUE='#'
#
SUPPORTED_FLOAT_FALSE=''
#
SUPPORTED_FLOAT_TRUE='#'
#
SUPPORTED_LONG_DOUBLE_FALSE=''
#
SUPPORTED_LONG_DOUBLE_TRUE='#'
#
SUPPORTED_SOME_FLOATING_POINT_TYPE_FALSE=''
#
SUPPORTED_SOME_FLOATING_POINT_TYPE_TRUE='#'
#
SWI_PROLOG=''
#
SWI_PROLOG_INCLUDE_OPTIONS=''
#
SWI_PROLOG_LD=''
#
SWI_PROLOG_LD_OPTIONS=''
#
TEXT_MD5SUM=''
#
THOROUGH_MAKE_CHECK_FALSE=''
#
THOROUGH_MAKE_CHECK_TRUE=''
#
USE_CHECKED_INTEGERS_FALSE=''
#
USE_CHECKED_INTEGERS_TRUE='#'
#
USE_GMP_INTEGERS_FALSE='#'
#
USE_GMP_INTEGERS_TRUE=''
#
USE_INT16_FALSE=''
#
USE_INT16_TRUE='#'
#
USE_INT32_FALSE=''
#
USE_INT32_TRUE='#'
#
USE_INT64_FALSE=''
#
USE_INT64_TRUE='#'
#
USE_INT8_FALSE=''
#
USE_INT8_TRUE='#'
#
USE_NATIVE_INTEGERS_FALSE=''
#
USE_NATIVE_INTEGERS_TRUE='#'
#
USE_PRECOMPILED_HEADERS_FALSE=''
#
USE_PRECOMPILED_HEADERS_TRUE='#'
#
VALGRIND=''
#
VALGRIND_TESTS_ENABLED_FALSE=''
#
VALGRIND_TESTS_ENABLED_TRUE=''
#
VERSION='1.2'
#
XSB_PROLOG_INCLUDE_OPTIONS=''
#
YAP_PROLOG=''
#
YAP_PROLOG_INCLUDE_OPTIONS=''
#
YAP_PROLOG_LD_OPTIONS=''
#
ac_ct_AR=''
#
ac_ct_CC=''
#
ac_ct_CXX=''
#
ac_ct_DUMPBIN=''
#
am__EXEEXT_FALSE=''
#
am__EXEEXT_TRUE=''
#
am__fastdepCC_FALSE='#'
#
am__fastdepCC_TRUE=''
#
am__fastdepCXX_FALSE='#'
#
am__fastdepCXX_TRUE=''
#
am__include='include'
#
am__isrc=''
#
am__leading_dot='.'
#
am__nodep='_no'
#
am__quote=''
#
am__tar='tar --format=ustar -chf - "$$tardir"'
#
am__untar='tar -xf -'
#
bindir='${exec_prefix}/bin'
#
build='x86_64-unknown-linux-gnu'
#
build_alias='x86_64-unknown-linux'
#
build_cpu='x86_64'
#
build_os='linux-gnu'
#
build_vendor='unknown'
#
ciao_prolog=''
#
coefficient_mnemonic='mpz'
#
datadir='${datarootdir}'
#
datarootdir='${prefix}/share'
#
debug_flag='-DNDEBUG=1'
#
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
#
dvidir='${docdir}'
#
exec_prefix='NONE'
#
extra_includes=''
#
extra_libraries=''
#
host='arm-unknown-linux-androideabi'
#
host_alias='arm-linux-androideabi'
#
host_cpu='arm'
#
host_os='linux-androideabi'
#
host_vendor='unknown'
#
htmldir='${docdir}'
#
includedir='${prefix}/include'
#
infodir='${datarootdir}/info'
#
install_sh='${SHELL} /tmp/ppl/src/ppl-1.2/install-sh'
#
libdir='${exec_prefix}/lib'
#
libexecdir='${exec_prefix}/libexec'
#
localedir='${datarootdir}/locale'
#
localstatedir='${prefix}/var'
#
mandir='${datarootdir}/man'
#
mkdir_p='$(MKDIR_P)'
#
mlgmp_dir=''
#
oldincludedir='/usr/include'
#
pdfdir='${docdir}'
#
prefix='/usr'
#
program_transform_name='s,x,x,'
#
psdir='${docdir}'
#
required_instantiations=''
#
required_instantiations_c_cxx_headers=''
#
required_instantiations_c_cxx_objects=''
#
required_instantiations_c_cxx_sources=''
#
required_instantiations_canonical_names=''
#
required_instantiations_java_classes=''
#
required_instantiations_java_cxx_headers=''
#
required_instantiations_java_cxx_headers_sources=''
#
required_instantiations_java_cxx_objects=''
#
required_instantiations_java_cxx_sources=''
#
required_instantiations_java_sources=''
#
required_instantiations_ocaml_cxx_headers=''
#
required_instantiations_ocaml_cxx_objects=''
#
required_instantiations_ocaml_cxx_sources=''
#
required_instantiations_prolog_cxx_headers=''
#
required_instantiations_prolog_cxx_objects=''
#
required_instantiations_prolog_cxx_sources=''
#
required_instantiations_prolog_generated_test_sources=''
#
sbindir='${exec_prefix}/sbin'
#
sharedstatedir='${prefix}/com'
#
sicstus_prolog=''
#
swi_prolog=''
#
swi_prolog_ld=''
#
sysconfdir='${prefix}/etc'
#
target_alias=''
#
uudecode=''
#
xsb_prolog=''
#
yap_prolog=''
#
#
## ----------- ##
#
## confdefs.h. ##
#
## ----------- ##
#
#
/* confdefs.h */
#
#define PACKAGE_NAME "the Parma Polyhedra Library"
#
#define PACKAGE_TARNAME "ppl"
#
#define PACKAGE_VERSION "1.2"
#
#define PACKAGE_STRING "the Parma Polyhedra Library 1.2"
#
#define PACKAGE_BUGREPORT "ppl-devel@cs.unipr.it"
#
#define PACKAGE_URL ""
#
#define PPL_CONFIGURE_OPTIONS " '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--enable-interfaces=c,cxx' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' 'CXX=arm-linux-androideabi-g++' 'CXXFLAGS='"
#
#define PPL_NDEBUG 1
#
#define PPL_FPMATH_MAY_USE_387 1
#
#define PPL_FPMATH_MAY_USE_SSE 1
#
#define PPL_COEFFICIENT_TYPE mpz_class
#
#define PPL_COEFFICIENT_BITS 0
#
#define PPL_GMP_INTEGERS 1
#
#define STDC_HEADERS 1
#
#define HAVE_SYS_TYPES_H 1
#
#define HAVE_SYS_STAT_H 1
#
#define HAVE_STDLIB_H 1
#
#define HAVE_STRING_H 1
#
#define HAVE_MEMORY_H 1
#
#define HAVE_STRINGS_H 1
#
#define HAVE_INTTYPES_H 1
#
#define HAVE_STDINT_H 1
#
#define HAVE_UNISTD_H 1
#
#define HAVE_TYPEOF 1
#
#define SIZEOF_CHAR 1
#
#define SIZEOF_SHORT 2
#
#define SIZEOF_INT 4
#
#define SIZEOF_LONG 4
#
#define SIZEOF_LONG_LONG 8
#
#define SIZEOF_SIZE_T 4
#
#define SIZEOF_FLOAT 4
#
#define SIZEOF_DOUBLE 8
#
#define SIZEOF_LONG_DOUBLE 8
#
#define SIZEOF_INTP 4
#
#define SIZEOF_FP 4
#
#define HAVE_FENV_H 1
#
#define PPL_CAN_CONTROL_FPU 0
#
#define PPL_CXX_PLAIN_CHAR_IS_SIGNED 0
#
#define PPL_CXX_PROVIDES_PROPER_LONG_DOUBLE 0
#
#define PPL_SUPPORTED_FLOAT 0
#
#define PPL_SUPPORTED_DOUBLE 0
#
#define PPL_SUPPORTED_LONG_DOUBLE 0
#
#define PPL_CXX_SUPPORTS_ZERO_LENGTH_ARRAYS 1
#
#define PPL_CXX_SUPPORTS_IEEE_INEXACT_FLAG 0
#
#define PPL_CXX_SUPPORTS_ATTRIBUTE_WEAK 1
#
#define HAVE_FENV_H 1
#
#define HAVE_GETOPT_H 1
#
#define HAVE_SIGNAL_H 1
#
#define HAVE_STRING_H 1
#
#define HAVE_STRINGS_H 1
#
#define HAVE_SYS_RESOURCE_H 1
#
#define HAVE_SYS_TIME_H 1
#
#define HAVE_SYS_TYPES_H 1
#
#define HAVE_UNISTD_H 1
#
#define HAVE_DECL_FFS 1
#
#define HAVE_DECL_GETENV 1
#
#define HAVE_DECL_STRTOF 1
#
#define HAVE_DECL_STRTOD 1
#
#define HAVE_DECL_STRTOLD 1
#
#define HAVE_DECL_STRTOLL 1
#
#define HAVE_DECL_STRTOULL 1
#
#define HAVE_DECL_FMA 1
#
#define HAVE_DECL_FMAF 1
#
#define HAVE_DECL_FMAL 1
#
#define HAVE_DECL_RINTF 1
#
#define HAVE_DECL_RINTL 1
#
#define HAVE_INT_FAST16_T 1
#
#define HAVE_INT_FAST32_T 1
#
#define HAVE_INT_FAST64_T 1
#
#define HAVE_UINT_FAST16_T 1
#
#define HAVE_UINT_FAST32_T 1
#
#define HAVE_UINT_FAST64_T 1
#
#define HAVE_UINTPTR_T 1
#
#define HAVE_DLFCN_H 1
#
#define LT_OBJDIR ".libs/"
#
#
configure: exit 1