This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by APFEL configure 3.0.6, which was generated by GNU Autoconf 2.71. Invocation command line was $ ./configure --prefix=/usr/local PYTHON=/usr/bin/python3 ## --------- ## ## Platform. ## ## --------- ## hostname = 7067b4eae8cb uname -m = x86_64 uname -r = 4.9.0-16-amd64 uname -s = Linux uname -v = #1 SMP Debian 4.9.272-2 (2021-07-19) /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /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/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:2848: looking for aux files: ltmain.sh compile config.guess config.sub missing install-sh configure:2861: trying ./config/ configure:2890: ./config/ltmain.sh found configure:2890: ./config/compile found configure:2890: ./config/config.guess found configure:2890: ./config/config.sub found configure:2890: ./config/missing found configure:2872: ./config/install-sh found configure:3021: checking for a BSD-compatible install configure:3094: result: /usr/bin/install -c configure:3105: checking whether build environment is sane configure:3160: result: yes configure:3319: checking for a race-free mkdir -p configure:3363: result: /usr/bin/mkdir -p configure:3370: checking for gawk configure:3391: found /usr/bin/gawk configure:3402: result: gawk configure:3413: checking whether make sets $(MAKE) configure:3436: result: yes configure:3466: checking whether make supports nested variables configure:3484: result: yes configure:3632: checking whether make supports nested variables configure:3650: result: yes configure:3662: checking whether to enable maintainer-specific portions of Makefiles configure:3672: result: no configure:3759: checking for g++ configure:3780: found /usr/bin/g++ configure:3791: result: g++ configure:3818: checking for C++ compiler version configure:3827: g++ --version >&5 g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) 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:3838: $? = 0 configure:3827: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:3838: $? = 0 configure:3827: g++ -V >&5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:3838: $? = 4 configure:3827: g++ -qversion >&5 g++: error: unrecognized command line option '-qversion' g++: fatal error: no input files compilation terminated. configure:3838: $? = 4 configure:3858: checking whether the C++ compiler works configure:3880: g++ conftest.cpp >&5 configure:3884: $? = 0 configure:3934: result: yes configure:3937: checking for C++ compiler default output file name configure:3939: result: a.out configure:3945: checking for suffix of executables configure:3952: g++ -o conftest conftest.cpp >&5 configure:3956: $? = 0 configure:3979: result: configure:4001: checking whether we are cross compiling configure:4009: g++ -o conftest conftest.cpp >&5 configure:4013: $? = 0 configure:4020: ./conftest configure:4024: $? = 0 configure:4039: result: no configure:4044: checking for suffix of object files configure:4067: g++ -c conftest.cpp >&5 configure:4071: $? = 0 configure:4093: result: o configure:4097: checking whether the compiler supports GNU C++ configure:4117: g++ -c conftest.cpp >&5 configure:4117: $? = 0 configure:4127: result: yes configure:4138: checking whether g++ accepts -g configure:4159: g++ -c -g conftest.cpp >&5 configure:4159: $? = 0 configure:4203: result: yes configure:4223: checking for g++ option to enable C++11 features configure:4238: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:58:3: error: #error "Compiler does not advertise C++11 conformance" # error "Compiler does not advertise C++11 conformance" ^ conftest.cpp:63:3: error: 'constexpr' does not name a type constexpr int get_val() { return 20; } ^ conftest.cpp:63:3: note: C++11 'constexpr' only available with -std=c++11 or -std=gnu++11 conftest.cpp: In constructor 'cxx11test::delegate::delegate()': conftest.cpp:75:30: warning: delegating constructors only available with -std=c++11 or -std=gnu++11 [enabled by default] delegate(): delegate(2354) {} ^ conftest.cpp: At global scope: conftest.cpp:86:24: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default] virtual int getval() override final { return this->n * 2; } ^ conftest.cpp:86:26: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11 [enabled by default] virtual int getval() override final { return this->n * 2; } ^ conftest.cpp:93:16: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] nocopy() = default; ^ conftest.cpp:94:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] nocopy(const nocopy&) = delete; ^ conftest.cpp:95:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11 [enabled by default] nocopy & operator=(const nocopy&) = delete; ^ conftest.cpp:107:46: error: ISO C++ forbids declaration of 'sum' with no type [-fpermissive] template auto sum(V first) -> V ^ conftest.cpp:107:46: error: top-level declaration of 'sum' specifies 'auto' conftest.cpp:107:46: error: trailing return type only available with -std=c++11 or -std=gnu++11 conftest.cpp:111:33: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default] template auto sum(V first, Args... rest) -> V ^ conftest.cpp:111:69: warning: variadic templates only available with -std=c++11 or -std=gnu++11 [enabled by default] template auto sum(V first, Args... rest) -> V ^ conftest.cpp:111:78: error: ISO C++ forbids declaration of 'sum' with no type [-fpermissive] template auto sum(V first, Args... rest) -> V ^ conftest.cpp:111:78: error: top-level declaration of 'sum' specifies 'auto' conftest.cpp:111:78: error: trailing return type only available with -std=c++11 or -std=gnu++11 conftest.cpp: In function 'int main(int, char**)': conftest.cpp:135:8: error: 'a1' does not name a type auto a1 = 6538; ^ conftest.cpp:136:8: error: 'a2' does not name a type auto a2 = 48573953.4; ^ conftest.cpp:137:8: error: 'a3' does not name a type auto a3 = "String literal"; ^ conftest.cpp:140:13: error: 'i' does not name a type for (auto i = a3; *i; ++i) { total += *i; } ^ conftest.cpp:140:21: error: expected ';' before '*' token for (auto i = a3; *i; ++i) { total += *i; } ^ conftest.cpp:140:22: error: 'i' was not declared in this scope for (auto i = a3; *i; ++i) { total += *i; } ^ conftest.cpp:142:12: error: 'a2' was not declared in this scope decltype(a2) a4 = 34895.034; ^ conftest.cpp:142:14: error: 'decltype' was not declared in this scope decltype(a2) a4 = 34895.034; ^ conftest.cpp:142:16: error: expected ';' before 'a4' decltype(a2) a4 = 34895.034; ^ conftest.cpp:146:12: error: 'get_val' is not a member of 'cxx11test' short sa[cxx11test::get_val()] = { 0 }; ^ conftest.cpp:156:14: error: ISO C++ forbids declaration of 'x' with no type [-fpermissive] for (auto &x : array) { x += 23; } ^ conftest.cpp:156:18: error: range-based 'for' loops are not allowed in C++98 mode for (auto &x : array) { x += 23; } ^ conftest.cpp:161:41: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] assert (eval ([](int x) { return x*2; }, 21) == 42); ^ conftest.cpp:161:46: error: no matching function for call to 'eval(main(int, char**)::__lambda0, int)' assert (eval ([](int x) { return x*2; }, 21) == 42); ^ conftest.cpp:161:46: note: candidate is: conftest.cpp:101:44: note: template Ret cxx11test::eval(Fn, Ret) template Ret eval(Fn f, Ret v) ^ conftest.cpp:101:44: note: template argument deduction/substitution failed: conftest.cpp: In substitution of 'template Ret cxx11test::eval(Fn, Ret) [with Ret = int; Fn = main(int, char**)::__lambda0]': conftest.cpp:161:46: required from here conftest.cpp:161:46: error: template argument for 'template Ret cxx11test::eval(Fn, Ret)' uses local type 'main(int, char**)::__lambda0' assert (eval ([](int x) { return x*2; }, 21) == 42); ^ conftest.cpp:161:46: error: trying to instantiate 'template Ret cxx11test::eval(Fn, Ret)' conftest.cpp:163:48: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); ^ conftest.cpp:163:54: error: no matching function for call to 'eval(main(int, char**)::__lambda1, double)' assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); ^ conftest.cpp:163:54: note: candidate is: conftest.cpp:101:44: note: template Ret cxx11test::eval(Fn, Ret) template Ret eval(Fn f, Ret v) ^ conftest.cpp:101:44: note: template argument deduction/substitution failed: conftest.cpp: In substitution of 'template Ret cxx11test::eval(Fn, Ret) [with Ret = double; Fn = main(int, char**)::__lambda1]': conftest.cpp:163:54: required from here conftest.cpp:163:54: error: template argument for 'template Ret cxx11test::eval(Fn, Ret)' uses local type 'main(int, char**)::__lambda1' assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); ^ conftest.cpp:163:54: error: trying to instantiate 'template Ret cxx11test::eval(Fn, Ret)' conftest.cpp:165:56: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); ^ conftest.cpp:165:62: error: no matching function for call to 'eval(main(int, char**)::__lambda2, double)' assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); ^ conftest.cpp:165:62: note: candidate is: conftest.cpp:101:44: note: template Ret cxx11test::eval(Fn, Ret) template Ret eval(Fn f, Ret v) ^ conftest.cpp:101:44: note: template argument deduction/substitution failed: conftest.cpp: In substitution of 'template Ret cxx11test::eval(Fn, Ret) [with Ret = double; Fn = main(int, char**)::__lambda2]': conftest.cpp:165:62: required from here conftest.cpp:165:62: error: template argument for 'template Ret cxx11test::eval(Fn, Ret)' uses local type 'main(int, char**)::__lambda2' assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); ^ conftest.cpp:165:62: error: trying to instantiate 'template Ret cxx11test::eval(Fn, Ret)' conftest.cpp:170:20: error: 'cxx11test::sum' has not been declared using cxx11test::sum; ^ conftest.cpp:171:8: error: 'a' does not name a type auto a = sum(1); ^ conftest.cpp:172:8: error: 'b' does not name a type auto b = sum(1, 2); ^ conftest.cpp:173:8: error: 'c' does not name a type auto c = sum(1.0, 2.0, 3.0); ^ conftest.cpp:187:13: error: 'nullptr' was not declared in this scope char *c = nullptr; ^ conftest.cpp:191:36: error: '>>' should be '> >' within a nested template argument list test_template<::test_template> v(test_template(12)); ^ conftest.cpp:191:16: error: '<::' cannot begin a template-argument list [-fpermissive] test_template<::test_template> v(test_template(12)); ^ conftest.cpp:191:16: note: '<:' is an alternate spelling for '['. Insert whitespace between '<' and '::' conftest.cpp:191:16: note: (if you use '-fpermissive' or '-std=c++11', or '-std=gnu++11' G++ will accept your code) conftest.cpp:195:22: error: 'u8' was not declared in this scope char const *utf8 = u8"UTF-8 string \u2500"; ^ conftest.cpp:196:3: error: 'char16_t' was not declared in this scope char16_t const *utf16 = u"UTF-8 string \u2500"; ^ conftest.cpp:196:12: error: expected ';' before 'const' char16_t const *utf16 = u"UTF-8 string \u2500"; ^ conftest.cpp:197:3: error: 'char32_t' was not declared in this scope char32_t const *utf32 = U"UTF-32 string \u2500"; ^ conftest.cpp:197:12: error: expected ';' before 'const' char32_t const *utf32 = U"UTF-32 string \u2500"; ^ configure:4238: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "APFEL" | #define PACKAGE_TARNAME "apfel" | #define PACKAGE_VERSION "3.0.6" | #define PACKAGE_STRING "APFEL 3.0.6" | #define PACKAGE_BUGREPORT "valerio.bertone@cern.ch,stefano.carrazza@cern.ch" | #define PACKAGE_URL "" | #define PACKAGE "apfel" | #define VERSION "3.0.6" | #define APFEL_VERSION "3.0.6" | /* end confdefs.h. */ | | // Does the compiler advertise C++98 conformance? | #if !defined __cplusplus || __cplusplus < 199711L | # error "Compiler does not advertise C++98 conformance" | #endif | | // These inclusions are to reject old compilers that | // lack the unsuffixed header files. | #include | #include | | // and are *not* freestanding headers in C++98. | extern void assert (int); | namespace std { | extern int strcmp (const char *, const char *); | } | | // Namespaces, exceptions, and templates were all added after "C++ 2.0". | using std::exception; | using std::strcmp; | | namespace { | | void test_exception_syntax() | { | try { | throw "test"; | } catch (const char *s) { | // Extra parentheses suppress a warning when building autoconf itself, | // due to lint rules shared with more typical C programs. | assert (!(strcmp) (s, "test")); | } | } | | template struct test_template | { | T const val; | explicit test_template(T t) : val(t) {} | template T add(U u) { return static_cast(u) + val; } | }; | | } // anonymous namespace | | | // Does the compiler advertise C++ 2011 conformance? | #if !defined __cplusplus || __cplusplus < 201103L | # error "Compiler does not advertise C++11 conformance" | #endif | | namespace cxx11test | { | constexpr int get_val() { return 20; } | | struct testinit | { | int i; | double d; | }; | | class delegate | { | public: | delegate(int n) : n(n) {} | delegate(): delegate(2354) {} | | virtual int getval() { return this->n; }; | protected: | int n; | }; | | class overridden : public delegate | { | public: | overridden(int n): delegate(n) {} | virtual int getval() override final { return this->n * 2; } | }; | | class nocopy | { | public: | nocopy(int i): i(i) {} | nocopy() = default; | nocopy(const nocopy&) = delete; | nocopy & operator=(const nocopy&) = delete; | private: | int i; | }; | | // for testing lambda expressions | template Ret eval(Fn f, Ret v) | { | return f(v); | } | | // for testing variadic templates and trailing return types | template auto sum(V first) -> V | { | return first; | } | template auto sum(V first, Args... rest) -> V | { | return first + sum(rest...); | } | } | | | int | main (int argc, char **argv) | { | int ok = 0; | | assert (argc); | assert (! argv[0]); | { | test_exception_syntax (); | test_template tt (2.0); | assert (tt.add (4) == 6.0); | assert (true && !false); | } | | | { | // Test auto and decltype | auto a1 = 6538; | auto a2 = 48573953.4; | auto a3 = "String literal"; | | int total = 0; | for (auto i = a3; *i; ++i) { total += *i; } | | decltype(a2) a4 = 34895.034; | } | { | // Test constexpr | short sa[cxx11test::get_val()] = { 0 }; | } | { | // Test initializer lists | cxx11test::testinit il = { 4323, 435234.23544 }; | } | { | // Test range-based for | int array[] = {9, 7, 13, 15, 4, 18, 12, 10, 5, 3, | 14, 19, 17, 8, 6, 20, 16, 2, 11, 1}; | for (auto &x : array) { x += 23; } | } | { | // Test lambda expressions | using cxx11test::eval; | assert (eval ([](int x) { return x*2; }, 21) == 42); | double d = 2.0; | assert (eval ([&](double x) { return d += x; }, 3.0) == 5.0); | assert (d == 5.0); | assert (eval ([=](double x) mutable { return d += x; }, 4.0) == 9.0); | assert (d == 5.0); | } | { | // Test use of variadic templates | using cxx11test::sum; | auto a = sum(1); | auto b = sum(1, 2); | auto c = sum(1.0, 2.0, 3.0); | } | { | // Test constructor delegation | cxx11test::delegate d1; | cxx11test::delegate d2(); | cxx11test::delegate d3(45); | } | { | // Test override and final | cxx11test::overridden o1(55464); | } | { | // Test nullptr | char *c = nullptr; | } | { | // Test template brackets | test_template<::test_template> v(test_template(12)); | } | { | // Unicode literals | char const *utf8 = u8"UTF-8 string \u2500"; | char16_t const *utf16 = u"UTF-8 string \u2500"; | char32_t const *utf32 = U"UTF-32 string \u2500"; | } | | return ok; | } | configure:4256: result: none needed configure:4323: checking whether make supports the include directive configure:4338: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4341: $? = 0 configure:4360: result: yes (GNU style) configure:4386: checking dependency style of g++ configure:4498: result: gcc3 configure:4590: checking for gfortran configure:4611: found /usr/bin/gfortran configure:4622: result: gfortran configure:4648: checking for Fortran compiler version configure:4657: gfortran --version >&5 GNU Fortran (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) 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:4668: $? = 0 configure:4657: gfortran -v >&5 Using built-in specs. COLLECT_GCC=gfortran COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:4668: $? = 0 configure:4657: gfortran -V >&5 gfortran: error: unrecognized command line option '-V' gfortran: fatal error: no input files compilation terminated. configure:4668: $? = 4 configure:4657: gfortran -qversion >&5 gfortran: error: unrecognized command line option '-qversion' gfortran: fatal error: no input files compilation terminated. configure:4668: $? = 4 configure:4677: checking whether the compiler supports GNU Fortran configure:4691: gfortran -c -g -O3 -Wunused -cpp conftest.F >&5 configure:4691: $? = 0 configure:4701: result: yes configure:4709: checking whether gfortran accepts -g configure:4721: gfortran -c -g conftest.f >&5 configure:4721: $? = 0 configure:4730: result: yes configure:4765: checking build system type configure:4780: result: x86_64-unknown-linux-gnu configure:4800: checking host system type configure:4814: result: x86_64-unknown-linux-gnu configure:4839: checking how to get verbose linking output from gfortran configure:4850: gfortran -c -g -O3 -Wunused -cpp conftest.f >&5 configure:4850: $? = 0 configure:4869: gfortran -o conftest -g -O3 -Wunused -cpp -v conftest.f Using built-in specs. Target: x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/f951 conftest.f -ffixed-form -cpp=/tmp/ccK9yG1Q.f90 -quiet -v conftest.f -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O3 -Wunused -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-redhat-linux/4.8.5/finclude -o /tmp/ccfu8Zmw.s GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include-fixed" ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../x86_64-redhat-linux/include" #include "..." search starts here: #include <...> search starts here: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/finclude /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include /usr/local/include /usr/include End of search list. GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 as -v --64 -o /tmp/cc824BKb.o /tmp/ccfu8Zmw.s GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 Reading specs from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/libgfortran.spec rename spec lib to liborig /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. /tmp/cc824BKb.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o configure:4952: result: -v configure:4954: checking for Fortran libraries of gfortran configure:4978: gfortran -o conftest -g -O3 -Wunused -cpp -v conftest.f Using built-in specs. Target: x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/f951 conftest.f -ffixed-form -cpp=/tmp/cc3tDu8U.f90 -quiet -v conftest.f -quiet -dumpbase conftest.f -mtune=generic -march=x86-64 -auxbase conftest -g -O3 -Wunused -version -fintrinsic-modules-path /usr/lib/gcc/x86_64-redhat-linux/4.8.5/finclude -o /tmp/cchLMuEA.s GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/include-fixed" ignoring nonexistent directory "/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../x86_64-redhat-linux/include" #include "..." search starts here: #include <...> search starts here: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/finclude /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include /usr/local/include /usr/include End of search list. GNU Fortran (GCC) version 4.8.5 20150623 (Red Hat 4.8.5-44) (x86_64-redhat-linux) compiled by GNU C version 4.8.5 20150623 (Red Hat 4.8.5-44), GMP version 6.0.0, MPFR version 3.1.1, MPC version 1.0.1 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 as -v --64 -o /tmp/ccHtePcg.o /tmp/cchLMuEA.s GNU assembler version 2.25.1 (x86_64-redhat-linux) using BFD version version 2.25.1-31.base.el7 Reading specs from /usr/lib/gcc/x86_64-redhat-linux/4.8.5/libgfortran.spec rename spec lib to liborig /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. /tmp/ccHtePcg.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o configure:5194: result: -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath configure:5267: checking for gcc configure:5288: found /usr/bin/gcc configure:5299: result: gcc configure:5652: checking for C compiler version configure:5661: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) 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:5672: $? = 0 configure:5661: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) configure:5672: $? = 0 configure:5661: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:5672: $? = 4 configure:5661: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:5672: $? = 4 configure:5661: gcc -version >&5 gcc: error: unrecognized command line option '-version' gcc: fatal error: no input files compilation terminated. configure:5672: $? = 4 configure:5676: checking whether the compiler supports GNU C configure:5704: gcc -c conftest.c >&5 configure:5704: $? = 0 configure:5714: result: yes configure:5725: checking whether gcc accepts -g configure:5754: gcc -c -g conftest.c >&5 configure:5754: $? = 0 configure:5814: result: yes configure:5834: checking for gcc option to enable C11 features configure:5849: gcc -c -g -O2 conftest.c >&5 conftest.c:64:3: error: #error "Compiler does not advertise C99 conformance" # error "Compiler does not advertise C99 conformance" ^ conftest.c:119:29: error: expected ';', ',' or ')' before 'text' test_restrict (ccp restrict text) ^ conftest.c:168:3: error: #error "Compiler does not advertise C11 conformance" # error "Compiler does not advertise C11 conformance" ^ conftest.c:199:12: error: 'syntax' undeclared here (not in a function) #define u8 syntax error! ^ conftest.c:200:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c:199:19: error: expected ',' or ';' before 'error' #define u8 syntax error! ^ conftest.c:200:29: note: in expansion of macro 'u8' char const utf8_literal[] = u8"happens to be ASCII" "another string"; ^ conftest.c: In function 'main': conftest.c:233:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' char *restrict newvar = "Another string"; ^ conftest.c:233:18: error: 'newvar' undeclared (first use in this function) conftest.c:233:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:243:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; i < ia->datasize; ++i) ^ conftest.c:243:3: note: use option -std=c99 or -std=gnu99 to compile your code configure:5849: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "APFEL" | #define PACKAGE_TARNAME "apfel" | #define PACKAGE_VERSION "3.0.6" | #define PACKAGE_STRING "APFEL 3.0.6" | #define PACKAGE_BUGREPORT "valerio.bertone@cern.ch,stefano.carrazza@cern.ch" | #define PACKAGE_URL "" | #define PACKAGE "apfel" | #define VERSION "3.0.6" | #define APFEL_VERSION "3.0.6" | /* end confdefs.h. */ | | /* Does the compiler advertise C89 conformance? | Do not test the value of __STDC__, because some compilers set it to 0 | while being otherwise adequately conformant. */ | #if !defined __STDC__ | # error "Compiler does not advertise C89 conformance" | #endif | | #include | #include | struct stat; | /* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ | struct buf { int x; }; | struct buf * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has | function prototypes and stuff, but not \xHH hex character constants. | These do not provoke an error unfortunately, instead are silently treated | as an "x". The following induces an error, until -std is added to get | proper ANSI mode. Curiously \x00 != x always comes out true, for an | array size at least. It is necessary to write \x00 == 0 to get something | that is true only with -std. */ | int osf4_cc_array ['\x00' == 0 ? 1 : -1]; | | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters | inside strings and character constants. */ | #define FOO(x) 'x' | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1]; | | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), | int, int); | | // Does the compiler advertise C99 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L | # error "Compiler does not advertise C99 conformance" | #endif | | #include | extern int puts (const char *); | extern int printf (const char *, ...); | extern int dprintf (int, const char *, ...); | extern void *malloc (size_t); | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | // dprintf is used instead of fprintf to avoid needing to declare | // FILE and stderr. | #define debug(...) dprintf (2, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | #error "your preprocessor is broken" | #endif | #if BIG_OK | #else | #error "your preprocessor is broken" | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static bool | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str = ""; | int number = 0; | float fnumber = 0; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | | return *str && number && fnumber; | } | | | // Does the compiler advertise C11 conformance? | #if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L | # error "Compiler does not advertise C11 conformance" | #endif | | // Check _Alignas. | char _Alignas (double) aligned_as_double; | char _Alignas (0) no_special_alignment; | extern char aligned_as_int; | char _Alignas (0) _Alignas (int) aligned_as_int; | | // Check _Alignof. | enum | { | int_alignment = _Alignof (int), | int_array_alignment = _Alignof (int[100]), | char_alignment = _Alignof (char) | }; | _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); | | // Check _Noreturn. | int _Noreturn does_not_return (void) { for (;;) continue; } | | // Check _Static_assert. | struct test_static_assert | { | int x; | _Static_assert (sizeof (int) <= sizeof (long int), | "_Static_assert does not work in struct"); | long int y; | }; | | // Check UTF-8 literals. | #define u8 syntax error! | char const utf8_literal[] = u8"happens to be ASCII" "another string"; | | // Check duplicate typedefs. | typedef long *long_ptr; | typedef long int *long_ptr; | typedef long_ptr long_ptr; | | // Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. | struct anonymous | { | union { | struct { int i; int j; }; | struct { int k; long int l; } w; | }; | int m; | } v1; | | | int | main (int argc, char **argv) | { | int ok = 0; | | ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); | | | // Check bool. | _Bool success = false; | success |= (argc != 0); | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | success &= test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[0] = argv[0][0]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | | _Static_assert ((offsetof (struct anonymous, i) | == offsetof (struct anonymous, w.k)), | "Anonymous union alignment botch"); | v1.i = 2; | v1.w.k = 5; | ok |= v1.i != 5; | | return ok; | } | configure:5849: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:5849: $? = 0 configure:5870: result: -std=gnu11 configure:5983: checking whether gcc -std=gnu11 understands -c and -o together configure:6014: gcc -std=gnu11 -c conftest.c -o conftest2.o configure:6017: $? = 0 configure:6014: gcc -std=gnu11 -c conftest.c -o conftest2.o configure:6017: $? = 0 configure:6029: result: yes configure:6048: checking dependency style of gcc -std=gnu11 configure:6160: result: gcc3 configure:6181: checking for dummy main to link with Fortran libraries configure:6216: gcc -std=gnu11 -o conftest -g -O2 conftest.c -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5 configure:6216: $? = 0 configure:6263: result: none configure:6295: checking for Fortran name-mangling scheme configure:6309: gfortran -c -g -O3 -Wunused -cpp conftest.f >&5 configure:6309: $? = 0 configure:6348: gcc -std=gnu11 -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5 /tmp/ccxcmgKf.o: In function `main': /apfel-3.0.6/conftest.c:28: undefined reference to `foobar' collect2: error: ld returned 1 exit status configure:6348: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "APFEL" | #define PACKAGE_TARNAME "apfel" | #define PACKAGE_VERSION "3.0.6" | #define PACKAGE_STRING "APFEL 3.0.6" | #define PACKAGE_BUGREPORT "valerio.bertone@cern.ch,stefano.carrazza@cern.ch" | #define PACKAGE_URL "" | #define PACKAGE "apfel" | #define VERSION "3.0.6" | #define APFEL_VERSION "3.0.6" | /* 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. */ | char foobar (); | #ifdef FC_DUMMY_MAIN | #ifndef FC_DUMMY_MAIN_EQ_F77 | # ifdef __cplusplus | extern "C" | # endif | int FC_DUMMY_MAIN() { return 1; } | #endif | #endif | int | main (void) | { | return foobar (); | ; | return 0; | } configure:6348: gcc -std=gnu11 -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5 configure:6348: $? = 0 configure:6404: gcc -std=gnu11 -o conftest -g -O2 conftest.c cfortran_test.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath >&5 configure:6404: $? = 0 configure:6447: result: lower case, underscore, no extra underscore configure:6542: checking for /proc/self/maps configure:6556: result: yes configure:6563: checking whether everything is installed to the same prefix configure:6580: result: no configure:6583: checking whether binary relocation support should be enabled configure:6602: result: no configure:6756: checking how to print strings configure:6783: result: printf configure:6804: checking for a sed that does not truncate output configure:6874: result: /usr/bin/sed configure:6892: checking for grep that handles long lines and -e configure:6956: result: /usr/bin/grep configure:6961: checking for egrep configure:7029: result: /usr/bin/grep -E configure:7034: checking for fgrep configure:7102: result: /usr/bin/grep -F configure:7138: checking for ld used by gcc -std=gnu11 configure:7206: result: /usr/bin/ld configure:7213: checking if the linker (/usr/bin/ld) is GNU ld configure:7229: result: yes configure:7241: checking for BSD- or MS-compatible name lister (nm) configure:7296: result: /usr/bin/nm -B configure:7436: checking the name lister (/usr/bin/nm -B) interface configure:7444: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:7447: /usr/bin/nm -B "conftest.o" configure:7450: output 0000000000000000 B some_variable configure:7457: result: BSD nm configure:7460: checking whether ln -s works configure:7464: result: yes configure:7472: checking the maximum length of command line arguments configure:7604: result: 1572864 configure:7652: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:7693: result: func_convert_file_noop configure:7700: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:7721: result: func_convert_file_noop configure:7728: checking for /usr/bin/ld option to reload object files configure:7736: result: -r configure:7815: checking for objdump configure:7836: found /usr/bin/objdump configure:7847: result: objdump configure:7879: checking how to recognize dependent libraries configure:8080: result: pass_all configure:8170: checking for dlltool configure:8205: result: no configure:8235: checking how to associate runtime and link libraries configure:8263: result: printf %s\n configure:8328: checking for ar configure:8349: found /usr/bin/ar configure:8360: result: ar configure:8397: checking for archiver @FILE support configure:8423: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:8423: $? = 0 configure:8427: ar cru libconftest.a @conftest.lst >&5 configure:8430: $? = 0 configure:8435: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:8438: $? = 1 configure:8450: result: @ configure:8513: checking for strip configure:8534: found /usr/bin/strip configure:8545: result: strip configure:8622: checking for ranlib configure:8643: found /usr/bin/ranlib configure:8654: result: ranlib configure:8756: checking command to parse /usr/bin/nm -B output from gcc -std=gnu11 object configure:8910: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:8913: $? = 0 configure:8917: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:8920: $? = 0 configure:8986: gcc -std=gnu11 -o conftest -g -O2 conftest.c conftstm.o >&5 configure:8989: $? = 0 configure:9027: result: ok configure:9074: checking for sysroot configure:9105: result: no configure:9112: checking for a working dd configure:9156: result: /usr/bin/dd configure:9160: checking how to truncate binary pipes configure:9176: result: /usr/bin/dd bs=4096 count=1 configure:9313: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:9316: $? = 0 configure:9521: checking for mt configure:9556: result: no configure:9576: checking if : is a manifest tool configure:9583: : '-?' configure:9591: result: no configure:10329: checking for stdio.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for stdlib.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for string.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for inttypes.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for stdint.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for strings.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for sys/stat.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for sys/types.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10329: checking for unistd.h configure:10329: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10329: $? = 0 configure:10329: result: yes configure:10354: checking for dlfcn.h configure:10354: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:10354: $? = 0 configure:10354: result: yes configure:10624: checking for objdir configure:10640: result: .libs configure:10904: checking if gcc -std=gnu11 supports -fno-rtti -fno-exceptions configure:10923: gcc -std=gnu11 -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 [enabled by default] configure:10927: $? = 0 configure:10940: result: no configure:11298: checking for gcc -std=gnu11 option to produce PIC configure:11306: result: -fPIC -DPIC configure:11314: checking if gcc -std=gnu11 PIC flag -fPIC -DPIC works configure:11333: gcc -std=gnu11 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:11337: $? = 0 configure:11350: result: yes configure:11379: checking if gcc -std=gnu11 static flag -static works configure:11408: result: yes configure:11423: checking if gcc -std=gnu11 supports -c -o file.o configure:11445: gcc -std=gnu11 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:11449: $? = 0 configure:11471: result: yes configure:11479: checking if gcc -std=gnu11 supports -c -o file.o configure:11527: result: yes configure:11560: checking whether the gcc -std=gnu11 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:12842: result: yes configure:12879: checking whether -lc should be explicitly linked in configure:12888: gcc -std=gnu11 -c -g -O2 conftest.c >&5 configure:12891: $? = 0 configure:12906: gcc -std=gnu11 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 configure:12909: $? = 0 configure:12923: result: no configure:13083: checking dynamic linker characteristics configure:13673: gcc -std=gnu11 -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:13673: $? = 0 configure:13912: result: GNU/Linux ld.so configure:14034: checking how to hardcode library paths into programs configure:14059: result: immediate configure:14651: checking whether stripping libraries is possible configure:14656: result: yes configure:14691: checking if libtool supports shared libraries configure:14693: result: yes configure:14696: checking whether to build shared libraries configure:14721: result: yes configure:14724: checking whether to build static libraries configure:14728: result: yes configure:14751: checking how to run the C++ preprocessor configure:14773: g++ -E conftest.cpp configure:14773: $? = 0 configure:14788: g++ -E conftest.cpp conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:14788: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "APFEL" | #define PACKAGE_TARNAME "apfel" | #define PACKAGE_VERSION "3.0.6" | #define PACKAGE_STRING "APFEL 3.0.6" | #define PACKAGE_BUGREPORT "valerio.bertone@cern.ch,stefano.carrazza@cern.ch" | #define PACKAGE_URL "" | #define PACKAGE "apfel" | #define VERSION "3.0.6" | #define APFEL_VERSION "3.0.6" | #define FC_FUNC(name,NAME) name ## _ | #define FC_FUNC_(name,NAME) name ## _ | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:14815: result: g++ -E configure:14829: g++ -E conftest.cpp configure:14829: $? = 0 configure:14844: g++ -E conftest.cpp conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:14844: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "APFEL" | #define PACKAGE_TARNAME "apfel" | #define PACKAGE_VERSION "3.0.6" | #define PACKAGE_STRING "APFEL 3.0.6" | #define PACKAGE_BUGREPORT "valerio.bertone@cern.ch,stefano.carrazza@cern.ch" | #define PACKAGE_URL "" | #define PACKAGE "apfel" | #define VERSION "3.0.6" | #define APFEL_VERSION "3.0.6" | #define FC_FUNC(name,NAME) name ## _ | #define FC_FUNC_(name,NAME) name ## _ | #define HAVE_STDIO_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_UNISTD_H 1 | #define STDC_HEADERS 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include configure:15009: checking for ld used by g++ configure:15077: result: /usr/bin/ld -m elf_x86_64 configure:15084: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:15100: result: yes configure:15155: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:16248: result: yes configure:16284: g++ -c -g -O2 conftest.cpp >&5 configure:16287: $? = 0 configure:16768: checking for g++ option to produce PIC configure:16776: result: -fPIC -DPIC configure:16784: checking if g++ PIC flag -fPIC -DPIC works configure:16803: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:16807: $? = 0 configure:16820: result: yes configure:16843: checking if g++ static flag -static works configure:16872: result: no configure:16884: checking if g++ supports -c -o file.o configure:16906: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:16910: $? = 0 configure:16932: result: yes configure:16937: checking if g++ supports -c -o file.o configure:16985: result: yes configure:17015: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:17055: result: yes configure:17197: checking dynamic linker characteristics configure:17953: result: GNU/Linux ld.so configure:18018: checking how to hardcode library paths into programs configure:18043: result: immediate configure:18189: checking if libtool supports shared libraries configure:18191: result: yes configure:18194: checking whether to build shared libraries configure:18218: result: yes configure:18221: checking whether to build static libraries configure:18225: result: yes configure:18259: gfortran -c -g -O3 -Wunused -cpp conftest.f >&5 configure:18262: $? = 0 configure:18722: checking for gfortran option to produce PIC configure:18730: result: -fPIC configure:18738: checking if gfortran PIC flag -fPIC works configure:18757: gfortran -c -g -O3 -Wunused -cpp -fPIC conftest.f >&5 configure:18761: $? = 0 configure:18774: result: yes configure:18797: checking if gfortran static flag -static works configure:18826: result: no configure:18838: checking if gfortran supports -c -o file.o configure:18860: gfortran -c -g -O3 -Wunused -cpp -o out/conftest2.o conftest.f >&5 configure:18864: $? = 0 configure:18886: result: yes configure:18891: checking if gfortran supports -c -o file.o configure:18939: result: yes configure:18969: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:20184: result: yes configure:20326: checking dynamic linker characteristics configure:21068: result: GNU/Linux ld.so configure:21133: checking how to hardcode library paths into programs configure:21158: result: immediate configure:21247: checking for lhapdf-config configure:21270: found /usr/local/bin/lhapdf-config configure:21282: result: /usr/local/bin/lhapdf-config configure:21342: checking for python configure:21377: result: /usr/bin/python3 configure:21403: checking for Python include path configure:21406: result: /usr/include/python3.6m configure:21491: All Python build checks successful: 'apfel' Python extension will be built configure:21508: checking if the g++ compiler accepts the -Wall flag configure:21531: result: yes configure:21677: checking that generated files are newer than configure configure:21683: result: done configure:21730: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by APFEL config.status 3.0.6, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on 7067b4eae8cb config.status:1239: creating Makefile config.status:1239: creating src/Makefile config.status:1239: creating include/Makefile config.status:1239: creating include/APFEL/Makefile config.status:1239: creating ccwrap/Makefile config.status:1239: creating lib/Makefile config.status:1239: creating examples/Makefile config.status:1239: creating pywrap/Makefile config.status:1239: creating pywrap/setup.py config.status:1239: creating doc/Makefile config.status:1239: creating bin/Makefile config.status:1239: creating bin/apfel-config config.status:1239: creating bin/apfel config.status:1239: creating config/config.h config.status:1239: creating include/APFEL/FortranWrappers.h config.status:1468: executing depfiles commands config.status:1545: cd src && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1550: $? = 0 config.status:1545: cd ccwrap && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1550: $? = 0 config.status:1545: cd examples && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles config.status:1550: $? = 0 config.status:1468: executing libtool commands ## ---------------- ## ## 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_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_LT_SYS_LIBRARY_PATH_set= ac_cv_env_LT_SYS_LIBRARY_PATH_value= ac_cv_env_PYTHON_set=set ac_cv_env_PYTHON_value=/usr/bin/python3 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_dummy_main=none ac_cv_fc_libs=' -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath' ac_cv_fc_mangling='lower case, underscore, no extra underscore' ac_cv_file__proc_self_maps=yes ac_cv_fortran_dummy_main=none ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_stdint_h=yes ac_cv_header_stdio_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_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_objext=o 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_LHAPDFCONFIG=/usr/local/bin/lhapdf-config ac_cv_path_PYTHON=/usr/bin/python3 ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/usr/bin/dd ac_cv_path_mkdir=/usr/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_FC=gfortran ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c11=-std=gnu11 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu11 ac_cv_prog_cxx_11=no ac_cv_prog_cxx_g=yes ac_cv_prog_cxx_stdcxx= ac_cv_prog_fc_g=yes ac_cv_prog_fc_v=-v ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes br_cv_binreloc=no br_cv_valid_prefixes=no lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_FC=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_FC=-fPIC lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_pic_works_FC=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_compiler_static_works_FC=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=1572864 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} '\''/apfel-3.0.6/config/missing'\'' aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_CPPFLAGS=' -I$(top_srcdir)/include -I$(top_builddir)/include -DDATA_PATH=${datarootdir} -DAPFEL_VERSION=3.0.6 ' AM_CXXFLAGS=' -Wall -std=c++11 ' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_FFLAGS='' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} '\''/apfel-3.0.6/config/missing'\'' autoconf' AUTOHEADER='${SHELL} '\''/apfel-3.0.6/config/missing'\'' autoheader' AUTOMAKE='${SHELL} '\''/apfel-3.0.6/config/missing'\'' automake-1.16' AWK='gawk' BINRELOC_CFLAGS='' BINRELOC_LIBS='' CC='gcc -std=gnu11' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPPFLAGS='' CSCOPE='cscope' CTAGS='ctags' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_LHAPDF_FALSE='#' ENABLE_LHAPDF_TRUE='' ENABLE_PYWRAP_FALSE='#' ENABLE_PYWRAP_TRUE='' ETAGS='etags' EXEEXT='' F77='gfortran' FC='gfortran' FCFLAGS='-g -O3 -Wunused -cpp' FCLIBS=' -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lgfortran -lm -lquadmath' FFLAGS=' -g -O3 -Wunused -cpp' FGREP='/usr/bin/grep -F' GREP='/usr/bin/grep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LHAPDFCONFIG='/usr/local/bin/lhapdf-config' LHAPDF_CPPFLAGS='-O3 -I/usr/local/include' LHAPDF_LDFLAGS='-L/usr/local/lib -lLHAPDF' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} '\''/apfel-3.0.6/config/missing'\'' makeinfo' MANIFEST_TOOL=':' MKDIR_P='/usr/bin/mkdir -p' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='apfel' PACKAGE_BUGREPORT='valerio.bertone@cern.ch,stefano.carrazza@cern.ch' PACKAGE_NAME='APFEL' PACKAGE_STRING='APFEL 3.0.6' PACKAGE_TARNAME='apfel' PACKAGE_URL='' PACKAGE_VERSION='3.0.6' PATH_SEPARATOR=':' PYTHON='/usr/bin/python3' PYTHON_USE_FALSE='#' PYTHON_USE_TRUE='' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' SWIG='' VERSION='3.0.6' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' 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}' 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} /apfel-3.0.6/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}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "APFEL" #define PACKAGE_TARNAME "apfel" #define PACKAGE_VERSION "3.0.6" #define PACKAGE_STRING "APFEL 3.0.6" #define PACKAGE_BUGREPORT "valerio.bertone@cern.ch,stefano.carrazza@cern.ch" #define PACKAGE_URL "" #define PACKAGE "apfel" #define VERSION "3.0.6" #define APFEL_VERSION "3.0.6" #define FC_FUNC(name,NAME) name ## _ #define FC_FUNC_(name,NAME) name ## _ #define HAVE_STDIO_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_STRINGS_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define STDC_HEADERS 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 0