Am Mittwoch, 6. April 2016 00:40:51 UTC+2 schrieb François:
>
> One day we'll have to version or crush those build logs instead of 
> appending to them incrementally. The correct section says 
>
> configure: CHECKS for libraries 
> checking for SHA1_Init in -lcrypto... yes 
> checking for curl_global_init in -lcurl... no 
> checking for XML_ParserCreate in -lexpat... no 
> checking for iconv in -lc... yes 
>
> so ssl is there but curl is not detected, still want config.log. 
>
> I hope the attached file is helpful.

Probably the line 
  checking for curl_global_init in -lcurl... no
from the config log is relevant.

Best regards,
Simon 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Sage configure 7.2.beta2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

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

hostname = king-C70-B
uname -m = x86_64
uname -r = 4.2.0-34-generic
uname -s = Linux
uname -v = #39-Ubuntu SMP Thu Mar 10 22:13:01 UTC 2016

/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/king/bin
PATH: /opt/OpenPrinting-Gutenprint/sbin
PATH: /opt/OpenPrinting-Gutenprint/bin
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


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

configure:2298: checking for a BSD-compatible install
configure:2366: result: /usr/bin/install -c
configure:2377: checking whether build environment is sane
configure:2432: result: yes
configure:2583: checking for a thread-safe mkdir -p
configure:2622: result: /bin/mkdir -p
configure:2629: checking for gawk
configure:2645: found /usr/bin/gawk
configure:2656: result: gawk
configure:2667: checking whether make -j3 sets $(MAKE)
configure:2689: result: yes
configure:2718: checking whether make -j3 supports nested variables
configure:2735: result: yes
configure:2864: checking whether to enable maintainer-specific portions of 
Makefiles
configure:2873: result: yes
configure:2938: checking for root user
configure:2947: result: no
configure:2958: checking build system type
configure:2972: result: x86_64-unknown-linux-gnu
configure:2992: checking host system type
configure:3005: result: x86_64-unknown-linux-gnu
configure:3119: checking for ar
configure:3135: found /usr/bin/ar
configure:3147: result: yes
configure:3168: checking for m4
configure:3184: found /usr/bin/m4
configure:3196: result: yes
configure:3217: checking for ranlib
configure:3233: found /usr/bin/ranlib
configure:3245: result: yes
configure:3266: checking for strip
configure:3282: found /usr/bin/strip
configure:3294: result: yes
configure:3314: checking for GNU or BSD tar
configure:3362: result: /bin/tar
configure:3429: checking for latex
configure:3445: found /usr/bin/latex
configure:3457: result: yes
configure:3481: checking for perl
configure:3499: found /usr/bin/perl
configure:3511: result: /usr/bin/perl
configure:3519: checking for Perl version 5.8.0 or later
configure:3530: result: yes
configure:3633: checking for gcc
configure:3649: found /usr/bin/gcc
configure:3660: result: gcc
configure:3889: checking for C compiler version
configure:3898: gcc --version >&5
gcc (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010
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:3909: $? = 0
configure:3898: 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.2.1-22ubuntu2' 
--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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
configure:3909: $? = 0
configure:3898: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3909: $? = 1
configure:3898: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3909: $? = 1
configure:3929: checking whether the C compiler works
configure:3951: gcc    conftest.c  >&5
configure:3955: $? = 0
configure:4003: result: yes
configure:4006: checking for C compiler default output file name
configure:4008: result: a.out
configure:4014: checking for suffix of executables
configure:4021: gcc -o conftest    conftest.c  >&5
configure:4025: $? = 0
configure:4047: result: 
configure:4069: checking whether we are cross compiling
configure:4077: gcc -o conftest    conftest.c  >&5
configure:4081: $? = 0
configure:4088: ./conftest
configure:4092: $? = 0
configure:4107: result: no
configure:4112: checking for suffix of object files
configure:4134: gcc -c   conftest.c >&5
configure:4138: $? = 0
configure:4159: result: o
configure:4163: checking whether we are using the GNU C compiler
configure:4182: gcc -c   conftest.c >&5
configure:4182: $? = 0
configure:4191: result: yes
configure:4200: checking whether gcc accepts -g
configure:4220: gcc -c -g  conftest.c >&5
configure:4220: $? = 0
configure:4261: result: yes
configure:4278: checking for gcc option to accept ISO C89
configure:4341: gcc  -c -g -O2  conftest.c >&5
configure:4341: $? = 0
configure:4354: result: none needed
configure:4379: checking whether gcc understands -c and -o together
configure:4401: gcc -c conftest.c -o conftest2.o
configure:4404: $? = 0
configure:4401: gcc -c conftest.c -o conftest2.o
configure:4404: $? = 0
configure:4416: result: yes
configure:4444: checking for style of include used by make -j3
configure:4472: result: GNU
configure:4498: checking dependency style of gcc
configure:4609: result: none
configure:4629: checking how to run the C preprocessor
configure:4660: gcc -E  conftest.c
configure:4660: $? = 0
configure:4674: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4674: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "7.2.beta2"
| #define PACKAGE_STRING "Sage 7.2.beta2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "7.2.beta2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4699: result: gcc -E
configure:4719: gcc -E  conftest.c
configure:4719: $? = 0
configure:4733: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4733: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "7.2.beta2"
| #define PACKAGE_STRING "Sage 7.2.beta2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "7.2.beta2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4826: checking for g++
configure:4842: found /usr/bin/g++
configure:4853: result: g++
configure:4880: checking for C++ compiler version
configure:4889: g++ --version >&5
g++ (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010
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:4900: $? = 0
configure:4889: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
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.2.1-22ubuntu2' 
--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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
configure:4900: $? = 0
configure:4889: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4900: $? = 1
configure:4889: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4900: $? = 1
configure:4904: checking whether we are using the GNU C++ compiler
configure:4923: g++ -c   conftest.cpp >&5
configure:4923: $? = 0
configure:4932: result: yes
configure:4941: checking whether g++ accepts -g
configure:4961: g++ -c -g  conftest.cpp >&5
configure:4961: $? = 0
configure:5002: result: yes
configure:5027: checking dependency style of g++
configure:5138: result: none
configure:5212: checking for gfortran
configure:5228: found /usr/bin/gfortran
configure:5239: result: gfortran
configure:5265: checking for Fortran compiler version
configure:5274: gfortran --version >&5
GNU Fortran (Ubuntu 5.2.1-22ubuntu2) 5.2.1 20151010
Copyright (C) 2015 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:5285: $? = 0
configure:5274: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
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.2.1-22ubuntu2' 
--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.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) 
configure:5285: $? = 0
configure:5274: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:5285: $? = 1
configure:5274: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'
gfortran: fatal error: no input files
compilation terminated.
configure:5285: $? = 1
configure:5294: checking whether we are using the GNU Fortran compiler
configure:5307: gfortran -c   conftest.F >&5
configure:5307: $? = 0
configure:5316: result: yes
configure:5322: checking whether gfortran accepts -g
configure:5333: gfortran -c -g  conftest.f >&5
configure:5333: $? = 0
configure:5341: result: yes
configure:5393: checking how to run the C++ preprocessor
configure:5420: g++ -E  conftest.cpp
configure:5420: $? = 0
configure:5434: g++ -E  conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5434: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "7.2.beta2"
| #define PACKAGE_STRING "Sage 7.2.beta2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "7.2.beta2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5459: result: g++ -E
configure:5479: g++ -E  conftest.cpp
configure:5479: $? = 0
configure:5493: g++ -E  conftest.cpp
conftest.cpp:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "7.2.beta2"
| #define PACKAGE_STRING "Sage 7.2.beta2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "7.2.beta2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5522: checking for grep that handles long lines and -e
configure:5580: result: /bin/grep
configure:5585: checking for egrep
configure:5647: result: /bin/grep -E
configure:5652: checking for ANSI C header files
configure:5672: g++ -c -g -O2  conftest.cpp >&5
configure:5672: $? = 0
configure:5745: g++ -o conftest -g -O2   conftest.cpp  >&5
configure:5745: $? = 0
configure:5745: ./conftest
configure:5745: $? = 0
configure:5756: result: yes
configure:5769: checking for sys/types.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for sys/stat.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for stdlib.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for string.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for memory.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for strings.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for inttypes.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for stdint.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5769: checking for unistd.h
configure:5769: g++ -c -g -O2  conftest.cpp >&5
configure:5769: $? = 0
configure:5769: result: yes
configure:5781: checking complex.h usability
configure:5781: g++ -c -g -O2  conftest.cpp >&5
configure:5781: $? = 0
configure:5781: result: yes
configure:5781: checking complex.h presence
configure:5781: g++ -E  conftest.cpp
configure:5781: $? = 0
configure:5781: result: yes
configure:5781: checking for complex.h
configure:5781: result: yes
configure:5811: checking whether g++ supports C++11 features by default
configure:5871: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp:25:21: error: expected identifier before 'sizeof'
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
                     ^
conftest.cpp:25:21: error: expected ',' or '...' before 'sizeof'
conftest.cpp:25:63: error: ISO C++ forbids declaration of 'static_assert' with 
no type [-fpermissive]
       static_assert(sizeof(int) <= sizeof(T), "not big enough");
                                                               ^
conftest.cpp:32:20: warning: override controls (override/final) only available 
with -std=c++11 or -std=gnu++11
     virtual void f() override {}
                    ^
conftest.cpp:35:29: error: '>>' should be '> >' within a nested template 
argument list
     typedef check<check<bool>> right_angle_brackets;
                             ^
conftest.cpp:38:13: error: expected constructor, destructor, or type conversion 
before '(' token
     decltype(a) b;
             ^
conftest.cpp:42:15: error: expected unqualified-id before '&&' token
     check_type&& cr = static_cast<check_type&&>(c);
               ^
conftest.cpp:44:10: error: 'd' does not name a type
     auto d = a;
          ^
conftest.cpp:45:10: error: 'l' does not name a type
     auto l = [](){};
          ^
conftest.cpp: In constructor 'use_l::use_l()':
conftest.cpp:47:32: error: 'l' was not declared in this scope
     struct use_l { use_l() { l(); } };
                                ^
conftest.cpp: At global scope:
conftest.cpp:55:9: error: expected unqualified-id before 'using'
         using member = typename T::member_type;
         ^
conftest.cpp:61:19: error: variable or field 'func' declared void
         void func(member<T>*) {}
                   ^
conftest.cpp:61:19: error: 'member' was not declared in this scope
conftest.cpp:61:27: error: expected primary-expression before '>' token
         void func(member<T>*) {}
                           ^
conftest.cpp:61:29: error: expected primary-expression before ')' token
         void func(member<T>*) {}
                             ^
conftest.cpp:71:27: warning: c++11 attributes only available with -std=c++11 or 
-std=gnu++11
     void noret [[noreturn]] () { throw 0; }
                           ^
configure:5871: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Sage"
| #define PACKAGE_TARNAME "sage"
| #define PACKAGE_VERSION "7.2.beta2"
| #define PACKAGE_STRING "Sage 7.2.beta2"
| #define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
| #define PACKAGE_URL ""
| #define PACKAGE "sage"
| #define VERSION "7.2.beta2"
| #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.  */
| 
|   template <typename T>
|     struct check
|     {
|       static_assert(sizeof(int) <= sizeof(T), "not big enough");
|     };
| 
|     struct Base {
|     virtual void f() {}
|     };
|     struct Child : public Base {
|     virtual void f() override {}
|     };
| 
|     typedef check<check<bool>> right_angle_brackets;
| 
|     int a;
|     decltype(a) b;
| 
|     typedef check<int> check_type;
|     check_type c;
|     check_type&& cr = static_cast<check_type&&>(c);
| 
|     auto d = a;
|     auto l = [](){};
|     // Prevent Clang error: unused variable 'l' [-Werror,-Wunused-variable]
|     struct use_l { use_l() { l(); } };
| 
|     // http://stackoverflow.com/questions/13728184/template-aliases-and-sfinae
|     // Clang 3.1 fails with headers of libstd++ 4.8.3 when using 
std::function because of this
|     namespace test_template_alias_sfinae {
|         struct foo {};
| 
|         template<typename T>
|         using member = typename T::member_type;
| 
|         template<typename T>
|         void func(...) {}
| 
|         template<typename T>
|         void func(member<T>*) {}
| 
|         void test();
| 
|         void test() {
|             func<foo>(0);
|         }
|     }
| 
|     // Check for C++11 attribute support
|     void noret [[noreturn]] () { throw 0; }
| 
configure:5878: result: no
configure:5887: checking whether g++ supports C++11 features with -std=gnu++11
configure:5949: g++ -c -g -O2 -std=gnu++11  conftest.cpp >&5
configure:5949: $? = 0
configure:5958: result: yes
configure:6110: checking for gcc option to accept ISO C99
configure:6259: gcc  -c -g -O2  conftest.c >&5
configure:6259: $? = 0
configure:6272: result: none needed
configure:6332: checking for Fortran flag needed to accept free-form source
configure:6351: gfortran -c -g -O2  conftest.f >&5
conftest.f:2:3:

   program freeform
   1
Error: Non-numeric character in statement label at (1)
conftest.f:2:3:

   program freeform
   1
Error: Unclassifiable statement at (1)
conftest.f:4:26:

        print *, 'Hello ', &
                          1
Error: Expected expression in PRINT statement at (1)
conftest.f:5:11:

           'world.'
           1
Error: Invalid character in name at (1)
configure:6351: $? = 1
configure: failed program was:
| 
|   program freeform
|        ! FIXME: how to best confuse non-freeform compilers?
|        print *, 'Hello ', &
|           'world.'
|        end
configure:6351: gfortran -c -g -O2 -ffree-form  conftest.f >&5
configure:6351: $? = 0
configure:6360: result: -ffree-form
configure:6452: checking if gcc accepts -dumpversion option
configure:6477: cat conftest.c 1>&5
int main()
{
        return 0;
}
configure:6480: $? = 0
configure:6484: gcc  -dumpversion -c conftest.c 1>&5
5.2.1
configure:6487: $? = 0
configure:6490: result: yes
configure:6517: checking gcc version
configure:6531: result: 5.2.1
configure:6545: checking if g++ accepts -dumpversion option
configure:6570: cat conftest.c 1>&5
int main()
{
        return 0;
}
configure:6573: $? = 0
configure:6577: gcc  -dumpversion -c conftest.c 1>&5
5.2.1
configure:6580: $? = 0
configure:6583: result: yes
configure:6610: checking g++ version
configure:6624: result: 5.2.1
configure:6786: checking for sqrt in -lm
configure:6811: g++ -o conftest -g -O2 -std=gnu++11   conftest.cpp -lm   >&5
configure:6811: $? = 0
configure:6820: result: yes
configure:6948: checking package versions
configure:6950: result: 
configure:7026: result:     4ti2-1.6.7
configure:7026: result:     arb-2.8.1.p0
configure:7026: result:     atlas-3.10.2.p2
configure:7026: result:     autotools-20141105
configure:7026: result:     backports_abc-0.4
configure:7026: result:     backports_ssl_match_hostname-3.5.0.1
configure:7026: result:     benzene-20130630
configure:7026: result:     bliss-0.73
configure:7026: result:     boost_cropped-1.58.0
configure:7026: result:     brial-0.8.4.3
configure:7026: result:     buckygen-1.0
configure:7026: result:     bzip2-1.0.6-20150304
configure:7026: result:     cbc-2.9.4
configure:7026: result:     ccache-3.2.2
configure:7026: result:     cddlib-094g.p0
configure:7026: result:     cephes-2.8.p1
configure:7026: result:     certifi-2016.2.28
configure:7026: result:     cliquer-1.21.p3
configure:7026: result:     cmake-3.2.3
configure:7026: result:     combinatorial_designs-20140630
configure:7026: result:     compilerwrapper-1.2
configure:7026: result:     configure-156
configure:7026: result:     conway_polynomials-0.4.p0
configure:7026: result:     coxeter3-1.1
configure:7026: result:     cryptominisat-2.9.6
configure:7026: result:     csdp-6.2
configure:7026: result:     cvxopt-1.1.8.p1
configure:7026: result:     cycler-0.10.0
configure:7026: result:     cysignals-1.1.0
configure:7026: result:     cython-0.23.5
configure:7026: result:     d3js-3.4.8
configure:7026: result:     database_cremona_ellcurve-20160211
configure:7026: result:     database_gap-4.8.3
configure:7026: result:     database_jones_numfield-4
configure:7026: result:     database_odlyzko_zeta-20061209
configure:7026: result:     database_pari-20140908
configure:7026: result:     database_stein_watkins-20110713
configure:7026: result:     database_stein_watkins_mini-20070827
configure:7026: result:     database_symbolic_data-20070206
configure:7026: result:     dateutil-2.2
configure:7026: result:     decorator-4.0.6
configure:7026: result:     docutils-0.12
configure:7026: result:     dot2tex-2.9.0.p0
configure:7026: result:     ecl-15.3.7.p1
configure:7026: result:     eclib-20150827
configure:7026: result:     ecm-6.4.4
configure:7026: result:     elliptic_curves-0.8
configure:7026: result:     fflas_ffpack-1.6.0.p2
configure:7026: result:     flint-2.5.2.p0
configure:7026: result:     flintqs-1.0
configure:7026: result:     freetype-2.6
configure:7026: result:     fricas-1.2.4
configure:7026: result:     functools32-3.2.3-2
configure:7026: result:     gambit-14.1.0
configure:7026: result:     gap-4.8.3
configure:7026: result:     gap_packages-4.8.3
configure:7026: result:     gc-7.2f.p0
configure:7030: result:     gcc-4.9.3.p1 not installed (configure check)
configure:7026: result:     gdb-7.8
configure:7026: result:     gf2x-1.1.p1
configure:7026: result:     gfan-0.5.p0
configure:7026: result:     giac-1.2.0.19
configure:7026: result:     giacpy-0.5.1
configure:7026: result:     git-2.6.2
configure:7026: result:     git_trac-20150522
configure:7026: result:     givaro-3.7.1
configure:7026: result:     glpk-4.55.p1
configure:7026: result:     gmp-5.1.3
configure:7026: result:     gp2c-0.0.9pl5
configure:7026: result:     graphs-20151224
configure:7026: result:     gsl-2.1
configure:7026: result:     iconv-1.14
configure:7026: result:     igraph-0.7.1
configure:7026: result:     iml-1.0.4p1.p1
configure:7026: result:     ipykernel-4.3.1
configure:7026: result:     ipython-4.1.2
configure:7026: result:     ipython_genutils-0.1.0
configure:7026: result:     ipywidgets-4.1.1
configure:7026: result:     jinja2-2.8
configure:7026: result:     jmol-14.2.11_2015.01.20
configure:7026: result:     jsonschema-2.5.1
configure:7026: result:     jupyter_client-4.2.2
configure:7026: result:     jupyter_core-4.1.0
configure:7026: result:     latte_int-1.7.3
configure:7026: result:     lcalc-1.23.p14
configure:7026: result:     libfplll-20160107
configure:7026: result:     libgap-4.8.3
configure:7026: result:     libgd-2.1.1.1.p0
configure:7026: result:     libogg-1.3.1
configure:7026: result:     libpng-1.2.51.p0
configure:7026: result:     libtheora-1.1.1
configure:7026: result:     lidia-2.3.0+latte-patches-2014-10-04
configure:7026: result:     lie-2.2.2
configure:7026: result:     linbox-1.3.2.p1
configure:7026: result:     lrcalc-1.2.p0
configure:7026: result:     lrslib-051
configure:7026: result:     m4ri-20140914
configure:7026: result:     m4rie-20150908
configure:7026: result:     markupsafe-0.23
configure:7026: result:     mathjax-2.5
configure:7026: result:     matplotlib-1.5.1
configure:7026: result:     maxima-5.35.1.p2
configure:7026: result:     mcqd-1.0
configure:7026: result:     meataxe-2.5.0.7c0bcf9
configure:7026: result:     mistune-0.7.2
configure:7026: result:     modular_decomposition-20100607
configure:7026: result:     mpc-1.0.3.p0
configure:7026: result:     mpfi-1.5.1
configure:7026: result:     mpfr-3.1.4
configure:7026: result:     mpir-2.7.2
configure:7026: result:     mpmath-0.19
configure:7026: result:     nauty-26r1
configure:7026: result:     nbconvert-4.1.0
configure:7026: result:     nbformat-4.0.1
configure:7026: result:     ncurses-5.9.20131221
configure:7026: result:     networkx-1.11
configure:7026: result:     normaliz-3.1.0
configure:7026: result:     nose-1.3.3
configure:7026: result:     notebook-4.1.0
configure:7026: result:     ntl-9.6.2.p1
configure:7026: result:     numpy-1.10.4.p1
configure:7026: result:     openblas-0.2.15
configure:7026: result:     openssl-1.0.2g
configure:7026: result:     ore_algebra-0.2
configure:7026: result:     palp-2.1.p1
configure:7026: result:     pari-2.8-2341-g61b65cc.p0
configure:7026: result:     pari_galdata-20080411
configure:7026: result:     pari_jupyter-1.1.0
configure:7026: result:     pari_seadata_small-20090618
configure:7026: result:     patch-2.7.5
configure:7026: result:     patchbot-2.5.3
configure:7026: result:     pathpy-7.1
configure:7026: result:     pexpect-4.0.1.p1
configure:7026: result:     pickleshare-0.6
configure:7026: result:     pillow-3.1.1
configure:7026: result:     pip-8.1.1
configure:7026: result:     pkgconf-0.9.7
configure:7026: result:     pkgconfig-1.1.0
configure:7026: result:     planarity-2.2.0
configure:7026: result:     plantri-4.5
configure:7026: result:     polytopes_db-20120220
configure:7026: result:     ppl-1.1
configure:7026: result:     ptyprocess-0.5.1
configure:7026: result:     pycrypto-2.6.1.p0
configure:7026: result:     pygments-2.1.3
configure:7026: result:     pynac-0.6.4
configure:7026: result:     pyparsing-2.1.1
configure:7026: result:     python2-2.7.10.p1
configure:7026: result:     python3-3.4.3
configure:7026: result:     python_igraph-0.7.0
configure:7026: result:     pyzmq-15.2.0
configure:7026: result:     qepcad-B.1.69.p0
configure:7026: result:     r-3.2.3.p1
configure:7026: result:     ratpoints-2.1.3.p3
configure:7026: result:     readline-6.3.008
configure:7026: result:     rpy2-2.7.8
configure:7026: result:     rubiks-20070912.p18
configure:7026: result:     rw-0.7
configure:7026: result:     saclib-2.2.6
configure:7026: result:     sage_mode-0.14
configure:7026: result:     sagenb-0.11.7
configure:7026: result:     sagetex-2.3.4
configure:7026: result:     scipy-0.17.0.p1
configure:7026: result:     scons-1.2.0
configure:7026: result:     setuptools-20.3.1
configure:7026: result:     setuptools_scm-1.10.1
configure:7026: result:     simplegeneric-0.8.1
configure:7026: result:     singledispatch-3.4.0.3
configure:7026: result:     singular-3.1.7p1.p0
configure:7026: result:     six-1.10.0
configure:7026: result:     sphinx-1.2.2.p0
configure:7026: result:     sqlite-3.8.4.3
configure:7026: result:     symmetrica-2.0.p9
configure:7026: result:     sympow-1.018.1.p11
configure:7026: result:     sympy-1.0.p0
configure:7026: result:     tachyon-0.98.9.p5
configure:7026: result:     tdlib-0.3.1
configure:7026: result:     termcap-1.3.1.p3
configure:7026: result:     threejs-r70
configure:7026: result:     tides-2.0
configure:7026: result:     topcom-0.17.4.p0
configure:7026: result:     tornado-4.3
configure:7026: result:     traitlets-4.2.1
configure:7026: result:     valgrind-3.10.0
configure:7026: result:     vcversioner-2.14.0.0
configure:7026: result:     zeromq-4.0.5
configure:7026: result:     zlib-1.2.8.p0
configure:7026: result:     zn_poly-0.9.p11
configure:7047: checking multiprecision library
configure:7064: result: MPIR
configure:7369: checking that generated files are newer than configure
configure:7375: result: done
configure:7406: creating ./config.status

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

This file was extended by Sage config.status 7.2.beta2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on king-C70-B

config.status:808: creating build/make/Makefile-auto
config.status:980: executing depfiles commands
config.status:980: executing mkdirs commands
config.status:1089: creating directory /home/king/Sage/git/sage/logs/pkgs
config.status:1089: creating directory /home/king/Sage/git/sage/local
config.status:1089: creating directory /home/king/Sage/git/sage/local/bin
config.status:1089: creating directory /home/king/Sage/git/sage/local/etc
config.status:1089: creating directory /home/king/Sage/git/sage/local/include
config.status:1089: creating directory /home/king/Sage/git/sage/local/lib
config.status:1089: creating directory /home/king/Sage/git/sage/local/share
config.status:1089: creating directory 
/home/king/Sage/git/sage/local/var/lib/sage/installed

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_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_fc_compiler_gnu=yes
ac_cv_fc_freeform=-ffree-form
ac_cv_header_complex_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-unknown-linux-gnu
ac_cv_lib_m_sqrt=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_TAR=/bin/tar
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_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_FC=gfortran
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_found_ar=yes
ac_cv_prog_found_latex=yes
ac_cv_prog_found_m4=yes
ac_cv_prog_found_ranlib=yes
ac_cv_prog_found_strip=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=none
am_cv_CXX_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_cxx_compile_cxx11=no
ax_cv_cxx_compile_cxx11__std_gnupp11=yes
ax_cv_gcc_version=5.2.1
ax_cv_gxx_version=5.2.1
ax_cv_prog_perl_version=yes

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

ACLOCAL='${SHELL} /home/king/Sage/git/sage/config/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AUTOCONF='${SHELL} /home/king/Sage/git/sage/config/missing autoconf'
AUTOHEADER='${SHELL} /home/king/Sage/git/sage/config/missing autoheader'
AUTOMAKE='${SHELL} /home/king/Sage/git/sage/config/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=none'
CXXFLAGS='-g -O2 -std=gnu++11'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"Sage\" -DPACKAGE_TARNAME=\"sage\" 
-DPACKAGE_VERSION=\"7.2.beta2\" -DPACKAGE_STRING=\"Sage\ 7.2.beta2\" 
-DPACKAGE_BUGREPORT=\"sage-devel@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"sage\" -DVERSION=\"7.2.beta2\" -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_CXX11=1 -DHAVE_LIBM=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FC='gfortran'
FCFLAGS='-g -O2 -ffree-form'
GCC_VERSION='5.2.1'
GREP='/bin/grep'
GXX_VERSION='5.2.1'
HAVE_CXX11='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /home/king/Sage/git/sage/config/missing makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='sage'
PACKAGE_BUGREPORT='sage-devel@googlegroups.com'
PACKAGE_NAME='Sage'
PACKAGE_STRING='Sage 7.2.beta2'
PACKAGE_TARNAME='sage'
PACKAGE_URL=''
PACKAGE_VERSION='7.2.beta2'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
SET_MAKE=''
SHELL='/bin/bash'
STRIP=''
VERSION='7.2.beta2'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_FC='gfortran'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
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='${prefix}'
found_ar='yes'
found_latex='yes'
found_m4='yes'
found_ranlib='yes'
found_strip='yes'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/king/Sage/git/sage/config/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 "Sage"
#define PACKAGE_TARNAME "sage"
#define PACKAGE_VERSION "7.2.beta2"
#define PACKAGE_STRING "Sage 7.2.beta2"
#define PACKAGE_BUGREPORT "sage-devel@googlegroups.com"
#define PACKAGE_URL ""
#define PACKAGE "sage"
#define VERSION "7.2.beta2"
#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_CXX11 1
#define HAVE_LIBM 1

configure: exit 0

Reply via email to