CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ANU p-Quotient Program configure 3.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-gaproot=../..

## --------- ##
## Platform. ##
## --------- ##

hostname = project-acf3855b-c4e1-46dc-b895-ec496577848b
uname -m = x86_64
uname -r = 4.13.0-1006-gcp
uname -s = Linux
uname -v = #9-Ubuntu SMP Mon Jan 8 21:13:15 UTC 2018

/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: /home/user/bin
PATH: /home/user/.local/bin
PATH: /home/user/.local/bin
PATH: /home/user/.local/bin
PATH: /home/user/bin
PATH: /ext/bin
PATH: /cocalc/bin
PATH: /cocalc/src/smc-project/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/lib/postgresql/9.6/bin
PATH: /ext/data/homer/bin
PATH: /ext/data/weblogo


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2275: checking for a BSD-compatible install
configure:2343: result: /usr/bin/install -c
configure:2354: checking whether build environment is sane
configure:2409: result: yes
configure:2560: checking for a thread-safe mkdir -p
configure:2599: result: /bin/mkdir -p
configure:2606: checking for gawk
configure:2622: found /usr/bin/gawk
configure:2633: result: gawk
configure:2644: checking whether make sets $(MAKE)
configure:2666: result: yes
configure:2695: checking whether make supports nested variables
configure:2712: result: yes
configure:2849: checking whether make supports nested variables
configure:2866: result: yes
configure:2889: checking for gawk
configure:2916: result: gawk
configure:2975: checking for gcc
configure:2991: found /usr/bin/gcc
configure:3002: result: gcc
configure:3231: checking for C compiler version
configure:3240: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.5) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3251: $? = 0
configure:3240: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --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-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) 
configure:3251: $? = 0
configure:3240: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3251: $? = 1
configure:3240: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3251: $? = 1
configure:3271: checking whether the C compiler works
configure:3293: gcc    conftest.c  >&5
configure:3297: $? = 0
configure:3345: result: yes
configure:3348: checking for C compiler default output file name
configure:3350: result: a.out
configure:3356: checking for suffix of executables
configure:3363: gcc -o conftest    conftest.c  >&5
configure:3367: $? = 0
configure:3389: result: 
configure:3411: checking whether we are cross compiling
configure:3419: gcc -o conftest    conftest.c  >&5
configure:3423: $? = 0
configure:3430: ./conftest
configure:3434: $? = 0
configure:3449: result: no
configure:3454: checking for suffix of object files
configure:3476: gcc -c   conftest.c >&5
configure:3480: $? = 0
configure:3501: result: o
configure:3505: checking whether we are using the GNU C compiler
configure:3524: gcc -c   conftest.c >&5
configure:3524: $? = 0
configure:3533: result: yes
configure:3542: checking whether gcc accepts -g
configure:3562: gcc -c -g  conftest.c >&5
configure:3562: $? = 0
configure:3603: result: yes
configure:3620: checking for gcc option to accept ISO C89
configure:3683: gcc  -c -g -O2  conftest.c >&5
configure:3683: $? = 0
configure:3696: result: none needed
configure:3721: checking whether gcc understands -c and -o together
configure:3743: gcc -c conftest.c -o conftest2.o
configure:3746: $? = 0
configure:3743: gcc -c conftest.c -o conftest2.o
configure:3746: $? = 0
configure:3758: result: yes
configure:3786: checking for style of include used by make
configure:3814: result: GNU
configure:3840: checking dependency style of gcc
configure:3951: result: gcc3
configure:3966: checking whether make sets $(MAKE)
configure:3988: result: yes
configure:3998: checking for a sed that does not truncate output
configure:4062: result: /bin/sed
configure:4074: checking how to run the C preprocessor
configure:4105: gcc -E  conftest.c
configure:4105: $? = 0
configure:4119: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4119: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4144: result: gcc -E
configure:4164: gcc -E  conftest.c
configure:4164: $? = 0
configure:4178: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4178: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4207: checking for grep that handles long lines and -e
configure:4265: result: /bin/grep
configure:4270: checking for egrep
configure:4332: result: /bin/grep -E
configure:4337: checking for ANSI C header files
configure:4357: gcc -c -g -O2  conftest.c >&5
configure:4357: $? = 0
configure:4430: gcc -o conftest -g -O2   conftest.c  >&5
configure:4430: $? = 0
configure:4430: ./conftest
configure:4430: $? = 0
configure:4441: result: yes
configure:4454: checking for sys/types.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for sys/stat.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for stdlib.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for string.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for memory.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for strings.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for inttypes.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for stdint.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4454: checking for unistd.h
configure:4454: gcc -c -g -O2  conftest.c >&5
configure:4454: $? = 0
configure:4454: result: yes
configure:4469: checking for stdlib.h
configure:4469: result: yes
configure:4469: checking for string.h
configure:4469: result: yes
configure:4469: checking sys/time.h usability
configure:4469: gcc -c -g -O2  conftest.c >&5
configure:4469: $? = 0
configure:4469: result: yes
configure:4469: checking sys/time.h presence
configure:4469: gcc -E  conftest.c
configure:4469: $? = 0
configure:4469: result: yes
configure:4469: checking for sys/time.h
configure:4469: result: yes
configure:4495: checking for CONFIGNAME
configure:4500: result: none
configure:4511: checking for GAP root directory
configure:4537: result: /home/user/gap4r8
configure:4562: checking for GAP architecture
configure:4576: result: x86_64-pc-linux-gnu-gcc-default64
configure:4601: checking for GAP include files
configure:4604: result: /home/user/gap4r8/src/compiled.h
configure:4611: checking for GAP config.h
configure:4614: result: /home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/config.h
configure:4647: checking for GAP's gmp.h location
configure:4651: result: /home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include/gmp.h
configure:4743: checking gmp.h usability
configure:4743: gcc -c -g -O2 -m32  -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include conftest.c >&5
configure:4743: $? = 0
configure:4743: result: yes
configure:4743: checking gmp.h presence
configure:4743: gcc -E  -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include conftest.c
configure:4743: $? = 0
configure:4743: result: yes
configure:4743: checking for gmp.h
configure:4743: result: yes
configure:4749: checking whether linking against GMP works
configure:4762: gcc -o conftest -g -O2 -m32  -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include  -m32 conftest.c  /home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/lib/libgmp.a >&5
/usr/bin/ld: i386:x86-64 architecture of input file `/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/lib/libgmp.a(lt22-init.o)' is incompatible with i386 output
/usr/bin/ld: i386:x86-64 architecture of input file `/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/lib/libgmp.a(memory.o)' is incompatible with i386 output
collect2: error: ld returned 1 exit status
configure:4762: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| /* end confdefs.h.  */
| #include <gmp.h>
| int
| main ()
| {
| __gmpz_init(0);
|   ;
|   return 0;
| }
configure:4767: result: no
configure:4794: checking for stdlib.h
configure:4794: result: yes
configure:4804: checking for GNU libc compatible malloc
configure:4828: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:4828: $? = 0
configure:4828: ./conftest
configure:4828: $? = 0
configure:4838: result: yes
configure:4861: checking for stdlib.h
configure:4861: result: yes
configure:4871: checking for GNU libc compatible realloc
configure:4895: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:4895: $? = 0
configure:4895: ./conftest
configure:4895: $? = 0
configure:4905: result: yes
configure:4926: checking for pid_t
configure:4926: gcc -c -g -O2 -m32  conftest.c >&5
configure:4926: $? = 0
configure:4926: gcc -c -g -O2 -m32  conftest.c >&5
conftest.c: In function 'main':
conftest.c:64:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:4926: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:4926: result: yes
configure:4939: checking vfork.h usability
configure:4939: gcc -c -g -O2 -m32  conftest.c >&5
conftest.c:61:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:4939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:4939: result: no
configure:4939: checking vfork.h presence
configure:4939: gcc -E  conftest.c
conftest.c:28:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:4939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:4939: result: no
configure:4939: checking for vfork.h
configure:4939: result: no
configure:4952: checking for fork
configure:4952: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
conftest.c:51:6: warning: conflicting types for built-in function 'fork'
 char fork ();
      ^
configure:4952: $? = 0
configure:4952: result: yes
configure:4952: checking for vfork
configure:4952: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:4952: $? = 0
configure:4952: result: yes
configure:4962: checking for working fork
configure:4984: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:4984: $? = 0
configure:4984: ./conftest
configure:4984: $? = 0
configure:4994: result: yes
configure:5015: checking for working vfork
configure:5125: result: yes
configure:5150: checking for sys/wait.h that is POSIX.1 compatible
configure:5176: gcc -c -g -O2 -m32  conftest.c >&5
configure:5176: $? = 0
configure:5183: result: yes
configure:5194: checking for gethostname
configure:5194: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:5194: $? = 0
configure:5194: result: yes
configure:5194: checking for waitpid
configure:5194: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:5194: $? = 0
configure:5194: result: yes
configure:5194: checking for wait4
configure:5194: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
configure:5194: $? = 0
configure:5194: result: yes
configure:5194: checking for strftime
configure:5194: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
conftest.c:59:6: warning: conflicting types for built-in function 'strftime'
 char strftime ();
      ^
configure:5194: $? = 0
configure:5194: result: yes
configure:5204: checking for library containing log10
configure:5235: gcc -o conftest -g -O2 -m32   -m32 conftest.c  >&5
conftest.c:44:6: warning: conflicting types for built-in function 'log10'
 char log10 ();
      ^
/tmp/ccL6kXWi.o: In function `main':
/home/user/gap4r8/pkg/anupq-3.2/conftest.c:48: undefined reference to `log10'
collect2: error: ld returned 1 exit status
configure:5235: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "ANU p-Quotient Program"
| #define PACKAGE_TARNAME "anupq"
| #define PACKAGE_VERSION "3.2"
| #define PACKAGE_STRING "ANU p-Quotient Program 3.2"
| #define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
| #define PACKAGE_URL "http://gap-packages.github.io/anupq/"
| #define PACKAGE "anupq"
| #define VERSION "3.2"
| #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_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_WAIT4 1
| #define HAVE_STRFTIME 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char log10 ();
| int
| main ()
| {
| return log10 ();
|   ;
|   return 0;
| }
configure:5235: gcc -o conftest -g -O2 -m32   -m32 conftest.c -lm   >&5
conftest.c:44:6: warning: conflicting types for built-in function 'log10'
 char log10 ();
      ^
configure:5235: $? = 0
configure:5252: result: -lm
configure:5384: checking that generated files are newer than configure
configure:5390: result: done
configure:5413: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by ANU p-Quotient Program config.status 3.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on project-acf3855b-c4e1-46dc-b895-ec496577848b

config.status:879: creating Makefile
config.status:879: creating testPq
config.status:879: creating include/config.h
config.status:1108: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
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_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_gethostname=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_strftime=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_wait4=yes
ac_cv_func_waitpid=yes
ac_cv_header_gmp_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_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_log10=-lm
ac_cv_type_pid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/user/gap4r8/pkg/anupq-3.2/cnf/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/user/gap4r8/pkg/anupq-3.2/cnf/missing autoconf'
AUTOHEADER='${SHELL} /home/user/gap4r8/pkg/anupq-3.2/cnf/missing autoheader'
AUTOMAKE='${SHELL} /home/user/gap4r8/pkg/anupq-3.2/cnf/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -m32'
CONFIGNAME=''
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GAPARCH='x86_64-pc-linux-gnu-gcc-default64'
GAPROOT='/home/user/gap4r8'
GAP_CPPFLAGS='-I/home/user/gap4r8 -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64 -I/home/user/gap4r8/bin/x86_64-pc-linux-gnu-gcc-default64/extern/gmp/include'
GAP_EXEC='gap'
GMP_CPPFLAGS=''
GMP_LIBS=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -m32'
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/user/gap4r8/pkg/anupq-3.2/cnf/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='anupq'
PACKAGE_BUGREPORT='https://github.com/gap-packages/anupq/issues'
PACKAGE_NAME='ANU p-Quotient Program'
PACKAGE_STRING='ANU p-Quotient Program 3.2'
PACKAGE_TARNAME='anupq'
PACKAGE_URL='http://gap-packages.github.io/anupq/'
PACKAGE_VERSION='3.2'
PATH_SEPARATOR=':'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='3.2'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} 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/user/gap4r8/pkg/anupq-3.2/cnf/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(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 "ANU p-Quotient Program"
#define PACKAGE_TARNAME "anupq"
#define PACKAGE_VERSION "3.2"
#define PACKAGE_STRING "ANU p-Quotient Program 3.2"
#define PACKAGE_BUGREPORT "https://github.com/gap-packages/anupq/issues"
#define PACKAGE_URL "http://gap-packages.github.io/anupq/"
#define PACKAGE "anupq"
#define VERSION "3.2"
#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_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_GETHOSTNAME 1
#define HAVE_WAITPID 1
#define HAVE_WAIT4 1
#define HAVE_STRFTIME 1

configure: exit 0