The build took 00h 02m 23s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
287,031 |
ansic |
42,562 |
sh |
22,728 |
cpp |
12,352 |
fortran |
9,713 |
perl |
6,355 |
ada |
4,958 |
asm |
2,297 |
tcl |
1,839 |
makefile |
1,120 |
objc |
994 |
lisp |
501 |
cs |
464 |
ruby |
382 |
sed |
282 |
yacc |
151 |
python |
22 |
awk |
393,751 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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: gap 4.8.3-2 (Tue Apr 4 19:30:34 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
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 how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -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 size of void *... 4
checking ABI bit size... 32
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking target system type... arm-unknown-linux-androideabi
checking for arm-linux-androideabi-gcc... (cached) arm-linux-androideabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether arm-linux-androideabi-gcc accepts -g... (cached) yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... (cached) none needed
checking whether make sets $(MAKE)... yes
checking GAP config name... default32
configure: creating ./config.status
config.status: creating Makefile-default32
config.status: creating sysinfo.gap-default32
config.status: creating bin/gap-default32.sh
mkdir -p bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32
cnf/mkversionheader.sh bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h
cp cnf/configure.out bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/configure
+ TMP=bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h.tmp
+ DST=bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h
+ GAP_BUILD_VERSION='4.8.3, 19-Mar-2016, build'
+ command -v git
+ test -d .git
++ date '+%Y-%m-%d %H:%M:%S (%Z)'
+ GAP_BUILD_DATE='2017-04-04 19:30:36 (UTC)'
+ cat
+ cmp -s bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h.tmp bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h
+ cp bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h.tmp bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h
+ rm bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/gap_version.h.tmp
mkdir -p bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/extern
( cd bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32 ; \
CC='arm-linux-androideabi-gcc' \
ABI='32' \
ABI_CFLAGS='' \
GMP_LIBS='-lgmp' \
GMP_CFLAGS='' \
CONFIGNAME='default32' \
MAKE_GMP='' \
USE_GMP='yes' \
GAPARCH='arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32' \
./configure --target=arm-unknown-linux-androideabi '--build=x86_64-unknown-linux' '--host=arm-linux-androideabi' '--prefix=/usr' '--with-gmp=system' 'build_alias=x86_64-unknown-linux' 'host_alias=arm-linux-androideabi' 'CC=arm-linux-androideabi-gcc' 'CFLAGS=' 'LDFLAGS=' 'CPPFLAGS=' )
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 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 grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -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 size of void *... 4
checking for nm... nm
checking whether symbols begin with an underscore... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-androideabi
checking unaligned access... configure: error: in `/tmp/gap/src/gap4r8/bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32':
configure: error: cannot run test program while cross compiling
See `config.log' for more details
make: *** [Makefile:107: bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/config.status] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/gap/src/gap4r8/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 configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --with-gmp=system
## --------- ##
## Platform. ##
## --------- ##
hostname = 9706268e701d
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:2139: checking for arm-linux-androideabi-gcc
configure:2166: result: arm-linux-androideabi-gcc
configure:2435: checking for C compiler version
configure:2444: 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:2455: $? = 0
configure:2444: 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:2455: $? = 0
configure:2444: 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:2455: $? = 1
configure:2444: 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:2455: $? = 1
configure:2475: checking whether the C compiler works
configure:2497: arm-linux-androideabi-gcc conftest.c >&5
configure:2501: $? = 0
configure:2549: result: yes
configure:2552: checking for C compiler default output file name
configure:2554: result: a.out
configure:2560: checking for suffix of executables
configure:2567: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:2571: $? = 0
configure:2593: result:
configure:2615: checking whether we are cross compiling
configure:2653: result: yes
configure:2658: checking for suffix of object files
configure:2680: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2684: $? = 0
configure:2705: result: o
configure:2709: checking whether we are using the GNU C compiler
configure:2728: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2728: $? = 0
configure:2737: result: yes
configure:2746: checking whether arm-linux-androideabi-gcc accepts -g
configure:2766: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:2766: $? = 0
configure:2807: result: yes
configure:2824: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:2887: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2887: $? = 0
configure:2900: result: none needed
configure:2926: checking how to run the C preprocessor
configure:2957: arm-linux-androideabi-gcc -E conftest.c
configure:2957: $? = 0
configure:2971: arm-linux-androideabi-gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:2971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:2996: result: arm-linux-androideabi-gcc -E
configure:3016: arm-linux-androideabi-gcc -E conftest.c
configure:3016: $? = 0
configure:3030: arm-linux-androideabi-gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3030: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:3059: checking for grep that handles long lines and -e
configure:3117: result: /usr/sbin/grep
configure:3122: checking for egrep
configure:3184: result: /usr/sbin/grep -E
configure:3189: checking for ANSI C header files
configure:3209: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3209: $? = 0
configure:3293: result: yes
configure:3306: checking for sys/types.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for sys/stat.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for stdlib.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for string.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for memory.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for strings.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for inttypes.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for stdint.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3306: checking for unistd.h
configure:3306: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3306: $? = 0
configure:3306: result: yes
configure:3322: checking size of void *
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3327: $? = 0
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
^
configure:3327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #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 (void *))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
^
configure:3327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #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 (void *))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:55:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
^
configure:3327: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #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 (void *))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3327: $? = 0
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3327: $? = 0
configure:3327: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3327: $? = 0
configure:3341: result: 4
configure:3354: checking ABI bit size
configure:3381: result: 32
configure:3422: checking build system type
configure:3436: result: x86_64-unknown-linux-gnu
configure:3456: checking host system type
configure:3469: result: arm-unknown-linux-androideabi
configure:3489: checking target system type
configure:3502: result: arm-unknown-linux-androideabi
configure:3536: checking for arm-linux-androideabi-gcc
configure:3563: result: arm-linux-androideabi-gcc
configure:3832: checking for C compiler version
configure:3841: 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:3852: $? = 0
configure:3841: 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:3852: $? = 0
configure:3841: 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:3852: $? = 1
configure:3841: 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:3852: $? = 1
configure:3856: checking whether we are using the GNU C compiler
configure:3884: result: yes
configure:3893: checking whether arm-linux-androideabi-gcc accepts -g
configure:3954: result: yes
configure:3971: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:4047: result: none needed
configure:4069: checking whether make sets $(MAKE)
configure:4091: result: yes
configure:4114: checking GAP config name
configure:4119: result: default32
configure:4409: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 9706268e701d
config.status:758: creating Makefile-default32
config.status:758: creating sysinfo.gap-default32
config.status:758: creating bin/gap-default32.sh
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_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_CONFIGNAME_set=
ac_cv_env_CONFIGNAME_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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=arm-unknown-linux-androideabi
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_void_p=4
ac_cv_target=arm-unknown-linux-androideabi
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI='32'
ABI_CFLAGS=''
BASECC='arm-linux-androideabi-gcc'
CC='arm-linux-androideabi-gcc'
CFLAGS=''
CONFIGNAME='default32'
COPTS=''
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_VOID_P=4'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GAPARCH='arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32'
GMP_CFLAGS=''
GMP_LIBS='-lgmp'
GMP_VER=''
GREP='/usr/sbin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKE_GMP=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
USE_GMP='yes'
ac_ct_CC=''
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'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gapdir='/tmp/gap/src/gap4r8'
gp_configure_options=' '\''--build=x86_64-unknown-linux'\'' '\''--host=arm-linux-androideabi'\'' '\''--prefix=/usr'\'' '\''--with-gmp=system'\'' '\''build_alias=x86_64-unknown-linux'\'' '\''host_alias=arm-linux-androideabi'\'' '\''CC=arm-linux-androideabi-gcc'\'' '\''CFLAGS='\'' '\''LDFLAGS='\'' '\''CPPFLAGS='\'''
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'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
m4_PRESENT=''
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='arm-unknown-linux-androideabi'
target_alias=''
target_cpu='arm'
target_os='linux-androideabi'
target_vendor='unknown'
wincygbin=''
wingapdir=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define SIZEOF_VOID_P 4
configure: exit 0
CMD: config logfiles '/tmp/gap/src/gap4r8/bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32/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 GAP configure 4.8.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --target=arm-unknown-linux-androideabi --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr --with-gmp=system build_alias=x86_64-unknown-linux host_alias=arm-linux-androideabi CC=arm-linux-androideabi-gcc CFLAGS= LDFLAGS= CPPFLAGS=
## --------- ##
## Platform. ##
## --------- ##
hostname = 9706268e701d
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:2540: checking for arm-linux-androideabi-gcc
configure:2567: result: arm-linux-androideabi-gcc
configure:2836: checking for C compiler version
configure:2845: 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:2856: $? = 0
configure:2845: 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:2856: $? = 0
configure:2845: 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:2856: $? = 1
configure:2845: 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:2856: $? = 1
configure:2876: checking whether the C compiler works
configure:2898: arm-linux-androideabi-gcc conftest.c >&5
configure:2902: $? = 0
configure:2950: result: yes
configure:2953: checking for C compiler default output file name
configure:2955: result: a.out
configure:2961: checking for suffix of executables
configure:2968: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:2972: $? = 0
configure:2994: result:
configure:3016: checking whether we are cross compiling
configure:3054: result: yes
configure:3059: checking for suffix of object files
configure:3081: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3085: $? = 0
configure:3106: result: o
configure:3110: checking whether we are using the GNU C compiler
configure:3129: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3129: $? = 0
configure:3138: result: yes
configure:3147: checking whether arm-linux-androideabi-gcc accepts -g
configure:3167: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:3167: $? = 0
configure:3208: result: yes
configure:3225: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:3288: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3288: $? = 0
configure:3301: result: none needed
configure:3322: checking for an ANSI C-conforming const
configure:3388: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3388: $? = 0
configure:3395: result: yes
configure:3403: checking for inline
configure:3419: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3419: $? = 0
configure:3427: result: inline
configure:3450: checking how to run the C preprocessor
configure:3481: arm-linux-androideabi-gcc -E conftest.c
configure:3481: $? = 0
configure:3495: arm-linux-androideabi-gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3495: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| /* end confdefs.h. */
| #include
configure:3520: result: arm-linux-androideabi-gcc -E
configure:3540: arm-linux-androideabi-gcc -E conftest.c
configure:3540: $? = 0
configure:3554: arm-linux-androideabi-gcc -E conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:3554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| /* end confdefs.h. */
| #include
configure:3583: checking for grep that handles long lines and -e
configure:3641: result: /usr/sbin/grep
configure:3646: checking for egrep
configure:3708: result: /usr/sbin/grep -E
configure:3713: checking for ANSI C header files
configure:3733: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3733: $? = 0
configure:3817: result: yes
configure:3830: checking for sys/types.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for sys/stat.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for stdlib.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for string.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for memory.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for strings.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for inttypes.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for stdint.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3830: checking for unistd.h
configure:3830: arm-linux-androideabi-gcc -c conftest.c >&5
configure:3830: $? = 0
configure:3830: result: yes
configure:3842: checking whether byte ordering is bigendian
configure:3857: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c:20:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:20:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^
conftest.c:20:15: error: unknown type name 'universal'
configure:3857: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| #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:3902: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:26:8: error: unknown type name 'bogus'
bogus endian macros
^
conftest.c:26:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
bogus endian macros
^
configure:3902: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| #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:3946: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:25:8: error: unknown type name 'bogus'
bogus endian macros
^
conftest.c:25:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros'
bogus endian macros
^
configure:3946: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| #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:4002: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4002: $? = 0
configure:4048: result: no
configure:4066: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4066: $? = 0
configure:4066: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4066: $? = 0
configure:4089: checking size of void *
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4094: $? = 0
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
^
configure:4094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| #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_ARITHRIGHTSHIFT 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 (void *))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
^
configure:4094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| #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_ARITHRIGHTSHIFT 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 (void *))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:12: error: size of array 'test_array' is negative
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
^
configure:4094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GAP"
| #define PACKAGE_TARNAME "gap"
| #define PACKAGE_VERSION "4.8.3"
| #define PACKAGE_STRING "GAP 4.8.3"
| #define PACKAGE_BUGREPORT "support@gap-system.org"
| #define PACKAGE_URL "http://www.gap-system.org/"
| #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_ARITHRIGHTSHIFT 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 (void *))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4094: $? = 0
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4094: $? = 0
configure:4094: arm-linux-androideabi-gcc -c conftest.c >&5
configure:4094: $? = 0
configure:4108: result: 4
configure:4122: checking for nm
configure:4138: found /usr/sbin/nm
configure:4149: result: nm
configure:4160: checking whether symbols begin with an underscore
configure:4179: result: no
configure:4194: checking build system type
configure:4208: result: x86_64-unknown-linux-gnu
configure:4228: checking host system type
configure:4241: result: arm-unknown-linux-androideabi
configure:4268: checking unaligned access
configure:4296: error: in `/tmp/gap/src/gap4r8/bin/arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32':
configure:4298: error: cannot run test program while cross compiling
See `config.log' for more details
## ---------------- ##
## 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_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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=set
ac_cv_env_target_alias_value=arm-unknown-linux-androideabi
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=arm-unknown-linux-androideabi
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_NM=nm
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_sizeof_void_p=4
gp_cv_c_underscore_symbols=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI='32'
ABI_CFLAGS=''
CC='arm-linux-androideabi-gcc'
CDYNLINKER=''
CDYNLINKING=''
CDYNOPTIONS=''
CFLAGS=''
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
C_DYNLIBS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GAPARCH='arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32'
GMP_CFLAGS=''
GMP_LIBS='-lgmp'
GREP='/usr/sbin/grep'
ITANIUMOBJ=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
NM='nm'
OBJEXT='o'
PACKAGE_BUGREPORT='support@gap-system.org'
PACKAGE_NAME='GAP'
PACKAGE_STRING='GAP 4.8.3'
PACKAGE_TARNAME='gap'
PACKAGE_URL='http://www.gap-system.org/'
PACKAGE_VERSION='4.8.3'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC=''
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'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gapbin=''
gp_configure_options=''
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'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='arm-unknown-linux-androideabi'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GAP"
#define PACKAGE_TARNAME "gap"
#define PACKAGE_VERSION "4.8.3"
#define PACKAGE_STRING "GAP 4.8.3"
#define PACKAGE_BUGREPORT "support@gap-system.org"
#define PACKAGE_URL "http://www.gap-system.org/"
#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_ARITHRIGHTSHIFT 1
#define SIZEOF_VOID_P 4
#define SYS_ARCH "arm-unknown-linux-androideabi-arm-linux-androideabi-gcc-default32"
configure: exit 1
CMD: config logfiles '/tmp/gap/src/gap4r8/pkg/qaos-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 configure, which was
generated by GNU Autoconf 2.61a.312-b524b. Invocation command line was
$ ./configure --with-gaproot=../..
## --------- ##
## Platform. ##
## --------- ##
hostname = loewenheim.morphism.de
uname -m = x86_64
uname -r = 4.5-DEVELOPMENT
uname -s = DragonFly
uname -v = DragonFly v4.5.0.101.g1acffe-DEVELOPMENT #13: Fri Dec 4 21:16:52 GMT 2015 makx@brauer.morphism.de:/usr/obj/usr/src/sys/X86_64_GENERIC
/usr/bin/uname -p = x86_64
/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/pkg/sbin
PATH: /usr/pkg/bin
PATH: /home/makx/bin
PATH: /usr/local/bin
PATH: /home/makx/.cabal/bin
PATH: /usr/local/bin
PATH: /home/makx/.cabal/bin
PATH: /usr/local/bin
PATH: /home/makx/.cabal/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1877: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.61a.312-b524b. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on loewenheim.morphism.de
config.status:625: creating PackageInfo.g
configure:2817: WARNING: Unrecognized options: --with-gaproot
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
## ----------------- ##
## Output variables. ##
## ----------------- ##
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG='qaos'
SHELL='/bin/sh'
VERSION='.'
VERSION_DATE=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
configure: exit 0
CMD: config logfiles '/tmp/gap/src/gap4r8/pkg/fr-2.3.3/cnf/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 configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --with-gaproot=/usr/local/src/gap
## --------- ##
## Platform. ##
## --------- ##
hostname = Laurents-MacBook-Pro.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 123 tasks, 620 threads, 8 processors
Load average: 2.00, Mach factor: 5.98
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /Users/laurent/.../bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /opt/X11/bin
PATH: /usr/texbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2255: checking build system type
configure:2269: result: x86_64-apple-darwin12.2.0
configure:2289: checking host system type
configure:2302: result: x86_64-apple-darwin12.2.0
configure:2343: checking how to print strings
configure:2370: result: printf
configure:2439: checking for gcc
configure:2455: found /usr/bin/gcc
configure:2466: result: gcc
configure:2695: checking for C compiler version
configure:2704: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 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:2715: $? = 0
configure:2704: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:2715: $? = 0
configure:2704: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:2715: $? = 1
configure:2704: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:2715: $? = 1
configure:2735: checking whether the C compiler works
configure:2757: gcc conftest.c >&5
configure:2761: $? = 0
configure:2809: result: yes
configure:2812: checking for C compiler default output file name
configure:2814: result: a.out
configure:2820: checking for suffix of executables
configure:2827: gcc -o conftest conftest.c >&5
configure:2831: $? = 0
configure:2853: result:
configure:2875: checking whether we are cross compiling
configure:2883: gcc -o conftest conftest.c >&5
configure:2887: $? = 0
configure:2894: ./conftest
configure:2898: $? = 0
configure:2913: result: no
configure:2918: checking for suffix of object files
configure:2940: gcc -c conftest.c >&5
configure:2944: $? = 0
configure:2965: result: o
configure:2969: checking whether we are using the GNU C compiler
configure:2988: gcc -c conftest.c >&5
configure:2988: $? = 0
configure:2997: result: yes
configure:3006: checking whether gcc accepts -g
configure:3026: gcc -c -g conftest.c >&5
configure:3026: $? = 0
configure:3067: result: yes
configure:3084: checking for gcc option to accept ISO C89
configure:3147: gcc -c -g -O2 conftest.c >&5
configure:3147: $? = 0
configure:3160: result: none needed
configure:3180: checking for a sed that does not truncate output
configure:3244: result: /usr/local/bin/gsed
configure:3262: checking for grep that handles long lines and -e
configure:3320: result: /usr/bin/grep
configure:3325: checking for egrep
configure:3387: result: /usr/bin/grep -E
configure:3392: checking for fgrep
configure:3454: result: /usr/bin/grep -F
configure:3489: checking for ld used by gcc
configure:3556: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
configure:3563: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
configure:3578: result: no
configure:3590: checking for BSD- or MS-compatible name lister (nm)
configure:3639: result: /usr/bin/nm
configure:3769: checking the name lister (/usr/bin/nm) interface
configure:3776: gcc -c -g -O2 conftest.c >&5
configure:3779: /usr/bin/nm "conftest.o"
configure:3782: output
0000000000000188 S _some_variable
configure:3789: result: BSD nm
configure:3792: checking whether ln -s works
configure:3796: result: yes
configure:3804: checking the maximum length of command line arguments
configure:3934: result: 196608
configure:3951: checking whether the shell understands some XSI constructs
configure:3961: result: yes
configure:3965: checking whether the shell understands "+="
configure:3971: result: yes
configure:4006: checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format
configure:4046: result: func_convert_file_noop
configure:4053: checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format
configure:4073: result: func_convert_file_noop
configure:4080: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
configure:4087: result: -r
configure:4161: checking for objdump
configure:4191: result: no
configure:4217: checking how to recognize dependent libraries
configure:4419: result: pass_all
configure:4504: checking for dlltool
configure:4534: result: no
configure:4561: checking how to associate runtime and link libraries
configure:4588: result: printf %s\n
configure:4649: checking for ar
configure:4665: found /usr/bin/ar
configure:4676: result: ar
configure:4713: checking for archiver @FILE support
configure:4730: gcc -c -g -O2 conftest.c >&5
configure:4730: $? = 0
configure:4733: ar cru libconftest.a @conftest.lst >&5
ar: @conftest.lst: No such file or directory
configure:4736: $? = 1
configure:4756: result: no
configure:4814: checking for strip
configure:4830: found /usr/bin/strip
configure:4841: result: strip
configure:4913: checking for ranlib
configure:4929: found /usr/bin/ranlib
configure:4940: result: ranlib
configure:5017: checking for gawk
configure:5047: result: no
configure:5017: checking for mawk
configure:5047: result: no
configure:5017: checking for nawk
configure:5047: result: no
configure:5017: checking for awk
configure:5033: found /usr/bin/awk
configure:5044: result: awk
configure:5084: checking command to parse /usr/bin/nm output from gcc object
configure:5204: gcc -c -g -O2 conftest.c >&5
configure:5207: $? = 0
configure:5211: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:5214: $? = 0
cannot find nm_test_var in conftest.nm
configure:5204: gcc -c -g -O2 conftest.c >&5
configure:5207: $? = 0
configure:5211: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:5214: $? = 0
configure:5280: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:5283: $? = 0
configure:5321: result: ok
configure:5358: checking for sysroot
configure:5388: result: no
configure:5644: checking for mt
configure:5674: result: no
configure:5694: checking if : is a manifest tool
configure:5700: : '-?'
configure:5708: result: no
configure:5764: checking for dsymutil
configure:5780: found /usr/bin/dsymutil
configure:5791: result: dsymutil
configure:5856: checking for nmedit
configure:5872: found /usr/bin/nmedit
configure:5883: result: nmedit
configure:5948: checking for lipo
configure:5964: found /usr/bin/lipo
configure:5975: result: lipo
configure:6040: checking for otool
configure:6056: found /usr/bin/otool
configure:6067: result: otool
configure:6132: checking for otool64
configure:6162: result: no
configure:6207: checking for -single_module linker flag
gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
configure:6240: result: yes
configure:6243: checking for -exported_symbols_list linker flag
configure:6263: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6263: $? = 0
configure:6273: result: yes
configure:6276: checking for -force_load linker flag
gcc -g -O2 -c -o conftest.o conftest.c
ar cru libconftest.a conftest.o
ranlib libconftest.a
gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
configure:6308: result: yes
configure:6350: checking how to run the C preprocessor
configure:6381: gcc -E conftest.c
configure:6381: $? = 0
configure:6395: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:6395: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:6420: result: gcc -E
configure:6440: gcc -E conftest.c
configure:6440: $? = 0
configure:6454: gcc -E conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:6454: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include
configure:6483: checking for ANSI C header files
configure:6503: gcc -c -g -O2 conftest.c >&5
configure:6503: $? = 0
configure:6576: gcc -o conftest -g -O2 conftest.c >&5
configure:6576: $? = 0
configure:6576: ./conftest
configure:6576: $? = 0
configure:6587: result: yes
configure:6600: checking for sys/types.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for sys/stat.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for stdlib.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for string.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for memory.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for strings.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for inttypes.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for stdint.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6600: checking for unistd.h
configure:6600: gcc -c -g -O2 conftest.c >&5
configure:6600: $? = 0
configure:6600: result: yes
configure:6614: checking for dlfcn.h
configure:6614: gcc -c -g -O2 conftest.c >&5
configure:6614: $? = 0
configure:6614: result: yes
configure:7116: checking for objdir
configure:7131: result: .libs
configure:7402: checking if gcc supports -fno-rtti -fno-exceptions
configure:7420: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7424: $? = 0
configure:7437: result: no
configure:7764: checking for gcc option to produce PIC
configure:7771: result: -fno-common -DPIC
configure:7779: checking if gcc PIC flag -fno-common -DPIC works
configure:7797: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
configure:7801: $? = 0
configure:7814: result: yes
configure:7843: checking if gcc static flag -static works
configure:7871: result: no
configure:7886: checking if gcc supports -c -o file.o
configure:7907: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:7911: $? = 0
configure:7933: result: yes
configure:7941: checking if gcc supports -c -o file.o
configure:7988: result: yes
configure:8021: checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
configure:9174: result: yes
configure:9414: checking dynamic linker characteristics
configure:10147: result: darwin12.2.0 dyld
configure:10254: checking how to hardcode library paths into programs
configure:10279: result: immediate
configure:10324: checking for dlopen in -ldl
configure:10349: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:10349: $? = 0
configure:10358: result: yes
configure:10573: checking whether a program can dlopen itself
configure:10653: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:10656: $? = 0
configure:10674: result: yes
configure:10679: checking whether a statically linked program can dlopen itself
configure:10759: gcc -o conftest -g -O2 -DHAVE_DLFCN_H conftest.c -ldl >&5
configure:10762: $? = 0
configure:10780: result: yes
configure:10819: checking whether stripping libraries is possible
configure:10833: result: yes
configure:10859: checking if libtool supports shared libraries
configure:10861: result: yes
configure:10864: checking whether to build shared libraries
configure:10885: result: yes
configure:10888: checking whether to build static libraries
configure:10892: result: no
configure:10981: checking for gcc
configure:11008: result: gcc
configure:11237: checking for C compiler version
configure:11246: gcc --version >&5
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
Copyright (C) 2007 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:11257: $? = 0
configure:11246: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.11~67/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:11257: $? = 0
configure:11246: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:11257: $? = 1
configure:11246: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:11257: $? = 1
configure:11261: checking whether we are using the GNU C compiler
configure:11289: result: yes
configure:11298: checking whether gcc accepts -g
configure:11359: result: yes
configure:11376: checking for gcc option to accept ISO C89
configure:11452: result: none needed
configure:11473: checking for C compiler vendor
configure:11497: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:27: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:27: error: (Each undeclared identifier is reported only once
conftest.c:27: error: for each function it appears in.)
configure:11497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:11497: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:27: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:27: error: (Each undeclared identifier is reported only once
conftest.c:27: error: for each function it appears in.)
configure:11497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:11497: gcc -c -g -O2 conftest.c >&5
conftest.c: In function 'main':
conftest.c:27: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:27: error: (Each undeclared identifier is reported only once
conftest.c:27: error: for each function it appears in.)
configure:11497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
| thisisanerror;
| #endif
|
| ;
| return 0;
| }
configure:11497: gcc -c -g -O2 conftest.c >&5
configure:11497: $? = 0
configure:11504: result: gnu
configure:12332: checking for ANSI C header files
configure:12436: result: yes
configure:12447: checking float.h usability
configure:12447: gcc -c -g -O2 conftest.c >&5
configure:12447: $? = 0
configure:12447: result: yes
configure:12447: checking float.h presence
configure:12447: gcc -E conftest.c
configure:12447: $? = 0
configure:12447: result: yes
configure:12447: checking for float.h
configure:12447: result: yes
configure:12447: checking for stdlib.h
configure:12447: result: yes
configure:12459: checking for an ANSI C-conforming const
configure:12525: gcc -c -g -O2 conftest.c >&5
configure:12525: $? = 0
configure:12532: result: yes
configure:12540: checking for inline
configure:12556: gcc -c -g -O2 conftest.c >&5
configure:12556: $? = 0
configure:12564: result: inline
configure:12598: checking for CONFIGNAME
configure:12604: result: none
configure:12616: checking for GAP root directory
configure:12642: result: /usr/local/src/gap
configure:12667: checking for GAP architecture
configure:12681: result: x86_64-apple-darwin12.2.0-gcc-default64
configure:12704: WARNING: The guessed target -gcc-default64 is not the gap target x86_64-apple-darwin12.2.0-gcc-default64. Cross your fingers
configure:12713: checking for GAP include files
configure:12716: result: /usr/local/src/gap/src/compiled.h
configure:12723: checking for GAP config.h
configure:12726: result: /usr/local/src/gap/bin/x86_64-apple-darwin12.2.0-gcc-default64/config.h
configure:12759: checking for GAP's gmp.h location
configure:12770: result: /usr/local/include/gmp.h
configure:12872: checking gsl/gsl_vector.h usability
configure:12872: gcc -c -g -O2 conftest.c >&5
configure:12872: $? = 0
configure:12872: result: yes
configure:12872: checking gsl/gsl_vector.h presence
configure:12872: gcc -E conftest.c
configure:12872: $? = 0
configure:12872: result: yes
configure:12872: checking for gsl/gsl_vector.h
configure:12872: result: yes
configure:12880: checking for gsl_multiroot_fsolver_set in -lgsl
configure:12905: gcc -o conftest -g -O2 conftest.c -lgsl -lgslcblas >&5
configure:12905: $? = 0
configure:12914: result: yes
configure:12927: checking for cblas_ctrmv in -lgslcblas
configure:12952: gcc -o conftest -g -O2 conftest.c -lgslcblas -lgsl >&5
configure:12952: $? = 0
configure:12961: result: yes
configure:12989: checking for dot
configure:13007: found /usr/local/bin/dot
configure:13019: result: /usr/local/bin/dot
configure:13038: checking for display
configure:13056: found /usr/local/bin/display
configure:13068: result: /usr/local/bin/display
configure:13084: checking for appletviewer
configure:13102: found /usr/bin/appletviewer
configure:13114: result: /usr/bin/appletviewer
configure:13133: checking for javac
configure:13149: found /usr/bin/javac
configure:13160: result: javac
configure:13354: creating bin//config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ bin//config.status
on Laurents-MacBook-Pro.local
config.status:976: creating
config.status:1118: error: could not create
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin12.2.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CONFIGNAME_set=
ac_cv_env_CONFIGNAME_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_gsl_gsl_vector_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin12.2.0
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_gsl_gsl_multiroot_fsolver_set=yes
ac_cv_lib_gslcblas_cblas_ctrmv=yes
ac_cv_objext=o
ac_cv_path_APPLETVIEWER=/usr/bin/appletviewer
ac_cv_path_DISP=/usr/local/bin/display
ac_cv_path_DOT=/usr/local/bin/dot
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/bin/gsed
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_JAVAC=javac
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_LIPO=lipo
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_OTOOL=otool
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ax_cv_c_compiler_vendor=gnu
lt_cv_apple_cc_single_mod=yes
lt_cv_ar_at_file=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_force_load=yes
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
lt_cv_path_NM=/usr/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fno-common -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_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/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\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/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
## ----------------- ##
## Output variables. ##
## ----------------- ##
APPLETVIEWER='/usr/bin/appletviewer'
AR='ar'
AS='as'
AWK='awk'
CC='gcc'
CFLAGS='-g -O2'
CONFIGNAME=''
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_FLOAT_H=1 -DHAVE_STDLIB_H=1 -DSYS_IS_CYGWIN32=0 -DSYS_IS_DARWIN=1 -DHAVE_LIBGSL=1 -DHAVE_LIBGSLCBLAS=1'
DISP='/usr/local/bin/display'
DLLTOOL='false'
DOT='/usr/local/bin/dot'
DSYMUTIL='dsymutil'
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GAPARCH='x86_64-apple-darwin12.2.0-gcc-default64'
GAPROOT='/usr/local/src/gap'
GAP_CPPFLAGS='-I/usr/local/src/gap -I/usr/local/src/gap/bin/x86_64-apple-darwin12.2.0-gcc-default64 -I/usr/local/include'
GMP_ROOT='/usr/local'
GREP='/usr/bin/grep'
JAVABUILD='java/javaplot.class java/javaview.jar'
JAVAC='javac'
LD='/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lgslcblas -lgsl -lgsl -lgslcblas'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_TARGET=''
LIPO='lipo'
LN_S='ln -s'
LTLIBOBJS=''
MANIFEST_TOOL=':'
NM='/usr/bin/nm'
NMEDIT='nmedit'
OBJDUMP='false'
OBJEXT='o'
OTOOL64=':'
OTOOL='otool'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PRTDIAG=''
RANLIB='ranlib'
SED='/usr/local/bin/gsed'
SHELL='/bin/sh'
STRIP='strip'
SYS_IS_CYGWIN_FALSE=''
SYS_IS_CYGWIN_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-apple-darwin12.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/laurent/math/GAP/fr/cnf'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' hurwitz'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define HAVE_FLOAT_H 1
#define HAVE_STDLIB_H 1
#define SYS_IS_CYGWIN32 0
#define SYS_IS_DARWIN 1
#define HAVE_LIBGSL 1
#define HAVE_LIBGSLCBLAS 1
configure: exit 1
CMD: config logfiles '/tmp/gap/src/gap4r8/pkg/simpcomp/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 Simpcomp Bistellar configure 1.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = jonathan-VirtualBox
uname -m = i686
uname -r = 3.13.0-53-generic
uname -s = Linux
uname -v = #89-Ubuntu SMP Wed May 20 10:34:28 UTC 2015
/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: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: ~/apps
PATH: /media/data/apps
PATH: ~/apps/gap4r4/bin
PATH: ~/apps/git
PATH: ~/apps/regina
PATH: ~/gap4r5/bin
PATH: ~/gap4r7/bin
PATH: ~/apps/nauty25
PATH: ~/apps/LEDA
PATH: /usr/lib/go/bin
PATH: /home/jonathan/go/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1801: checking for a BSD-compatible install
configure:1869: result: /usr/bin/install -c
configure:1880: checking whether build environment is sane
configure:1917: result: yes
configure:1942: checking for a thread-safe mkdir -p
configure:1981: result: /bin/mkdir -p
configure:1994: checking for gawk
configure:2024: result: no
configure:1994: checking for mawk
configure:2010: found /usr/bin/mawk
configure:2021: result: mawk
configure:2032: checking whether make sets $(MAKE)
configure:2054: result: yes
configure:2286: checking for g++
configure:2302: found /usr/bin/g++
configure:2313: result: g++
configure:2340: checking for C++ compiler version
configure:2349: g++ --version >&5
g++ (Ubuntu 4.8.2-19ubuntu1) 4.8.2
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:2360: $? = 0
configure:2349: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.2-19ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)
configure:2360: $? = 0
configure:2349: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:2360: $? = 4
configure:2349: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:2360: $? = 4
configure:2380: checking whether the C++ compiler works
configure:2402: g++ conftest.cpp >&5
configure:2406: $? = 0
configure:2454: result: yes
configure:2457: checking for C++ compiler default output file name
configure:2459: result: a.out
configure:2465: checking for suffix of executables
configure:2472: g++ -o conftest conftest.cpp >&5
configure:2476: $? = 0
configure:2498: result:
configure:2520: checking whether we are cross compiling
configure:2528: g++ -o conftest conftest.cpp >&5
configure:2532: $? = 0
configure:2539: ./conftest
configure:2543: $? = 0
configure:2558: result: no
configure:2563: checking for suffix of object files
configure:2585: g++ -c conftest.cpp >&5
configure:2589: $? = 0
configure:2610: result: o
configure:2614: checking whether we are using the GNU C++ compiler
configure:2633: g++ -c conftest.cpp >&5
configure:2633: $? = 0
configure:2642: result: yes
configure:2651: checking whether g++ accepts -g
configure:2671: g++ -c -g conftest.cpp >&5
configure:2671: $? = 0
configure:2712: result: yes
configure:2746: checking for style of include used by make
configure:2774: result: GNU
configure:2799: checking dependency style of g++
configure:2890: result: gcc3
configure:3065: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Simpcomp Bistellar config.status 1.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on jonathan-VirtualBox
config.status:777: creating Makefile
config.status:949: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CXX_dependencies_compiler_type=gcc3
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jonathan/simpcomp/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jonathan/simpcomp/missing --run tar'
AUTOCONF='${SHELL} /home/jonathan/simpcomp/missing --run autoconf'
AUTOHEADER='${SHELL} /home/jonathan/simpcomp/missing --run autoheader'
AUTOMAKE='${SHELL} /home/jonathan/simpcomp/missing --run automake-1.10'
AWK='mawk'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"Simpcomp\ Bistellar\" -DPACKAGE_TARNAME=\"simpcomp-bistellar\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Simpcomp\ Bistellar\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/jonathan/simpcomp/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='simpcomp-bistellar'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='Simpcomp Bistellar'
PACKAGE_STRING='Simpcomp Bistellar 1.0'
PACKAGE_TARNAME='simpcomp-bistellar'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='1.0'
ac_ct_CXX='g++'
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/jonathan/simpcomp/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Simpcomp Bistellar"
#define PACKAGE_TARNAME "simpcomp-bistellar"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "Simpcomp Bistellar 1.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0