This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by CLHEP configure 2.1.1.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install ## --------- ## ## Platform. ## ## --------- ## hostname = miceonrec02.micenet.rl.ac.uk uname -m = x86_64 uname -r = 2.6.32-504.12.2.el6.x86_64 uname -s = Linux uname -v = #1 SMP Wed Mar 11 11:14:39 CDT 2015 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/mice/Grid/MAUS-v3.1.2/third_party/build/root/bin PATH: /home/mice/Grid/MAUS-v3.1.2/third_party/install/bin PATH: /usr/lib64/qt-3.3/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /home/mice/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1318: checking build system type configure:1336: result: x86_64-unknown-linux-gnu configure:1344: checking host system type configure:1358: result: x86_64-unknown-linux-gnu configure:1366: checking target system type configure:1380: result: x86_64-unknown-linux-gnu configure:1409: checking for a BSD-compatible install configure:1464: result: /usr/bin/install -c configure:1475: checking whether build environment is sane configure:1518: result: yes configure:1583: checking for gawk configure:1599: found /bin/gawk configure:1609: result: gawk configure:1619: checking whether make sets $(MAKE) configure:1639: result: yes configure:1820: checking for a BSD-compatible install configure:1875: result: /usr/bin/install -c configure:1886: checking whether ln -s works configure:1890: result: yes configure:1938: checking for ranlib configure:1954: found /usr/bin/ranlib configure:1965: result: ranlib configure:2142: checking for cl configure:2171: result: no configure:2142: checking for g++ configure:2158: found /home/mice/Grid/MAUS-v3.1.2/third_party/install/bin/g++ configure:2168: result: g++ configure:2184: checking for C++ compiler version configure:2187: g++ --version &5 g++ (GCC) 4.9.3 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:2190: $? = 0 configure:2192: g++ -v &5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/home/mice/Grid/MAUS-v3.1.2/third_party/install/libexec/gcc/x86_64-unknown-linux-gnu/4.9.3/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../src/configure --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install/ --with-mpfr-include=/home/mice/Grid/MAUS-v3.1.2/third_party/install/include/ --with-mpfr-lib=/home/mice/Grid/MAUS-v3.1.2/third_party/install/lib/ --with-gmp-include=/home/mice/Grid/MAUS-v3.1.2/third_party/install/include/ --with-gmp-lib=/home/mice/Grid/MAUS-v3.1.2/third_party/install/lib/ --with-mpc-include=/home/mice/Grid/MAUS-v3.1.2/third_party/install/include/ --with-mpc-lib=/home/mice/Grid/MAUS-v3.1.2/third_party/install/lib/ --disable-multilib Thread model: posix gcc version 4.9.3 (GCC) configure:2195: $? = 0 configure:2197: g++ -V &5 g++: error: unrecognized command line option '-V' g++: fatal error: no input files compilation terminated. configure:2200: $? = 1 configure:2223: checking for C++ compiler default output file name configure:2226: g++ conftest.cc >&5 configure:2229: $? = 0 configure:2275: result: a.out configure:2280: checking whether the C++ compiler works configure:2286: ./a.out configure:2289: $? = 0 configure:2306: result: yes configure:2313: checking whether we are cross compiling configure:2315: result: no configure:2318: checking for suffix of executables configure:2320: g++ -o conftest conftest.cc >&5 configure:2323: $? = 0 configure:2348: result: configure:2354: checking for suffix of object files configure:2375: g++ -c conftest.cc >&5 configure:2378: $? = 0 configure:2400: result: o configure:2404: checking whether we are using the GNU C++ compiler configure:2428: g++ -c conftest.cc >&5 configure:2434: $? = 0 configure:2438: test -z || test ! -s conftest.err configure:2441: $? = 0 configure:2444: test -s conftest.o configure:2447: $? = 0 configure:2460: result: yes configure:2466: checking whether g++ accepts -g configure:2487: g++ -c -g conftest.cc >&5 configure:2493: $? = 0 configure:2497: test -z || test ! -s conftest.err configure:2500: $? = 0 configure:2503: test -s conftest.o configure:2506: $? = 0 configure:2517: result: yes configure:2559: g++ -c -g -O2 conftest.cc >&5 configure:2565: $? = 0 configure:2569: test -z || test ! -s conftest.err configure:2572: $? = 0 configure:2575: test -s conftest.o configure:2578: $? = 0 configure:2604: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:15:9: error: 'exit' was not declared in this scope exit (42); ^ configure:2610: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CLHEP" | #define PACKAGE_TARNAME "clhep" | #define PACKAGE_VERSION "2.1.1.0" | #define PACKAGE_STRING "CLHEP 2.1.1.0" | #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/ " | #define PACKAGE "clhep" | #define VERSION "2.1.1.0" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2559: g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:40: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int) throw (); using std::exit; ^ configure:2565: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CLHEP" | #define PACKAGE_TARNAME "clhep" | #define PACKAGE_VERSION "2.1.1.0" | #define PACKAGE_STRING "CLHEP 2.1.1.0" | #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/ " | #define PACKAGE "clhep" | #define VERSION "2.1.1.0" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2559: g++ -c -g -O2 conftest.cc >&5 conftest.cc:11:31: error: 'void std::exit(int)' should have been declared inside 'std' extern "C" void std::exit (int); using std::exit; ^ In file included from conftest.cc:12:0: /usr/include/stdlib.h:544:70: error: declaration of 'void std::exit(int) throw ()' has a different exception specifier extern void exit (int __status) __THROW __attribute__ ((__noreturn__)); ^ conftest.cc:11:17: error: from previous declaration 'void std::exit(int)' extern "C" void std::exit (int); using std::exit; ^ configure:2565: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CLHEP" | #define PACKAGE_TARNAME "clhep" | #define PACKAGE_VERSION "2.1.1.0" | #define PACKAGE_STRING "CLHEP 2.1.1.0" | #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/ " | #define PACKAGE "clhep" | #define VERSION "2.1.1.0" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2559: g++ -c -g -O2 conftest.cc >&5 configure:2565: $? = 0 configure:2569: test -z || test ! -s conftest.err configure:2572: $? = 0 configure:2575: test -s conftest.o configure:2578: $? = 0 configure:2604: g++ -c -g -O2 conftest.cc >&5 configure:2610: $? = 0 configure:2614: test -z || test ! -s conftest.err configure:2617: $? = 0 configure:2620: test -s conftest.o configure:2623: $? = 0 configure:2657: checking for style of include used by make configure:2685: result: GNU configure:2713: checking dependency style of g++ configure:2803: result: none configure:2836: checking how to run the C++ preprocessor configure:2867: g++ -E conftest.cc configure:2873: $? = 0 configure:2905: g++ -E conftest.cc conftest.cc:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:2911: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CLHEP" | #define PACKAGE_TARNAME "clhep" | #define PACKAGE_VERSION "2.1.1.0" | #define PACKAGE_STRING "CLHEP 2.1.1.0" | #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/ " | #define PACKAGE "clhep" | #define VERSION "2.1.1.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:2950: result: g++ -E configure:2974: g++ -E conftest.cc configure:2980: $? = 0 configure:3012: g++ -E conftest.cc conftest.cc:14:28: fatal error: ac_nonexistent.h: No such file or directory #include ^ compilation terminated. configure:3018: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "CLHEP" | #define PACKAGE_TARNAME "clhep" | #define PACKAGE_VERSION "2.1.1.0" | #define PACKAGE_STRING "CLHEP 2.1.1.0" | #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/ " | #define PACKAGE "clhep" | #define VERSION "2.1.1.0" | #ifdef __cplusplus | extern "C" void exit (int) throw (); | #endif | /* end confdefs.h. */ | #include configure:3301: checking for open in -lc -Wl,--as-needed configure:3331: g++ -o conftest -g -O2 conftest.cc -lc -Wl,--as-needed >&5 configure:3337: $? = 0 configure:3341: test -z || test ! -s conftest.err configure:3344: $? = 0 configure:3347: test -s conftest configure:3350: $? = 0 configure:3363: result: yes configure:3543: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by CLHEP config.status 2.1.1.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on miceonrec02.micenet.rl.ac.uk config.status:723: creating Makefile config.status:723: creating getObjectList config.status:723: creating makeSourceDist config.status:723: creating makeBinaryTar config.status:723: creating build-clheplib config.status:723: creating build-header config.status:723: creating clhep-config config.status:915: executing depfiles commands configure:4673: configuring in Units configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Utility configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Vector configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Evaluator configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in GenericFunctions configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Geometry configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Random configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Matrix configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in RandomObjects configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in RefCount configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Cast configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. configure:4673: configuring in Exceptions configure:4790: running /bin/sh './configure' --prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install '--prefix=/home/mice/Grid/MAUS-v3.1.2/third_party/install' --cache-file=/dev/null --srcdir=. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_cxx_compiler_gnu=yes 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_LDFLAGS_set= ac_cv_env_LDFLAGS_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_exeext= ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_lib_c__Wl=yes ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-unknown-linux-gnu ac_cv_target_alias=x86_64-unknown-linux-gnu am_cv_CXX_dependencies_compiler_type=none ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/missing --run tar' AM_CXXFLAGS='-O -ansi -pedantic -Wall -D_GNU_SOURCE' AM_LDFLAGS='' AR='ar' ARFLAGS='cru' AUTOCONF='${SHELL} /home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/missing --run autoconf' AUTOHEADER='${SHELL} /home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/missing --run autoheader' AUTOMAKE='${SHELL} /home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/missing --run automake-1.9' AWK='gawk' BUILD_SHARED_FALSE='#' BUILD_SHARED_TRUE='' BUILD_STATIC_FALSE='#' BUILD_STATIC_TRUE='' BUILD_VISUAL_FALSE='' BUILD_VISUAL_TRUE='#' COPY_P='cp -p' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=none' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DPACKAGE_NAME=\"CLHEP\" -DPACKAGE_TARNAME=\"clhep\" -DPACKAGE_VERSION=\"2.1.1.0\" -DPACKAGE_STRING=\"CLHEP\ 2.1.1.0\" -DPACKAGE_BUGREPORT=\"http://savannah.cern.ch/projects/clhep/\ \" -DPACKAGE=\"clhep\" -DVERSION=\"2.1.1.0\" ' DEPDIR='.deps' DIFF_Q='diff -q -b' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/missing --run makeinfo' MY_LD='-Wl,--rpath -Wl,' MY_SHEXTRA='-Wl,--as-needed' MY_SHFLAGS='-fPIC -DPIC' MY_SHLINK='-shared -Wl,--no-undefined' MY_SHNAME='-Wl,-soname,' OBJEXT='o' PACKAGE='clhep' PACKAGE_BUGREPORT='http://savannah.cern.ch/projects/clhep/ ' PACKAGE_NAME='CLHEP' PACKAGE_STRING='CLHEP 2.1.1.0' PACKAGE_TARNAME='clhep' PACKAGE_VERSION='2.1.1.0' PATH_SEPARATOR=':' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SHEXT='so' STRIP='' USE_GMAKE_FALSE='' USE_GMAKE_TRUE='#' VERSION='2.1.1.0' ac_ct_CXX='g++' ac_ct_RANLIB='ranlib' ac_ct_STRIP='' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} 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='${prefix}/share' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/mice/Grid/MAUS-v3.1.2/third_party/build/clhep-2.1.1.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' prefix='/home/mice/Grid/MAUS-v3.1.2/third_party/install' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' Units Utility Vector Evaluator GenericFunctions Geometry Random Matrix RandomObjects RefCount Cast Exceptions' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' use_exceptions='#undef ENABLE_ZOOM_EXCEPTIONS' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE "clhep" #define PACKAGE_BUGREPORT "http://savannah.cern.ch/projects/clhep/ " #define PACKAGE_NAME "CLHEP" #define PACKAGE_STRING "CLHEP 2.1.1.0" #define PACKAGE_TARNAME "clhep" #define PACKAGE_VERSION "2.1.1.0" #define VERSION "2.1.1.0" #endif #ifdef __cplusplus extern "C" void exit (int) throw (); configure: exit 0