[Rivet] No analyses if libdir is lib64

Christian Roehr christian.roehr at kit.edu
Tue Apr 23 16:41:33 BST 2013


Hi David,

Thanks for your quick response. I attached the config.log . I did not
run autoconf, I just used the configure shipped with the release tar
ball.

Christian

On Tue, Apr 23, 2013 at 05:36:04PM +0200, David Grellscheid wrote:
> Hi Christian,
> 
> can you send config.log, please? Also, did you rerun autoconf or is that
> the configure script from the tarball you're using?
> 
>   David
> 
> On 23/04/13 16:26, David Grellscheid wrote:
> > Thanks, Christian for the detailed analysis, I'll take a look.
> > 
> >   David
> > 
> > On 23/04/13 16:19, Christian Roehr wrote:
> >> Hi Rivet,
> >>
> >> On our 64-bit openSUSE 12.2 machines Rivet 1.8.3 doesn't work properly.
> >>
> >> The reason is that the default library site in openSUSE is called lib64
> >> instead of lib. This is recognized by the configure script. (See e.g.
> >> http://alturl.com/4rbe2 ) 
> >>
> >> So, with "./configure --prefix=/opt/Rivet/1.8.3" the installation folder
> >> looks like this:
> >>
> >> $ ls /opt/Rivet/1.8.3
> >> bin include lib64 share
> >>
> >> With this installation, "/opt/Rivet/1.8.3/bin/rivet --list-analyses" yields
> >> nothing. Now, those two possibilities solve the problem:
> >>
> >> 1) rivet --list-analyses --analysis-path=/opt/Rivet/1.8.3/lib64
> >>
> >> 2) Create a symlink:
> >> cd /opt/Rivet/1.8.3
> >> ln -s lib64 lib
> >>
> >> Since "rivet-config --libdir" returns the correct path,
> >> /opt/Rivet/1.8.3/lib64, I just wondered whether the "lib" path is
> >> somewhere hardcoded, where it could (should?) be replaced by what
> >> configure finds (and stores in the variable libdir).
> >>
> >> Thanks
> >>
> >> Christian
> >> _______________________________________________
> >> Rivet mailing list
> >> Rivet at projects.hepforge.org
> >> http://www.hepforge.org/lists/listinfo/rivet
> >>
> > _______________________________________________
> > Rivet mailing list
> > Rivet at projects.hepforge.org
> > http://www.hepforge.org/lists/listinfo/rivet
> > 
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by Rivet configure 1.8.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --prefix=/tmp/Rivet/1.8.3 --with-hepmc=/opt/HepMC/2.06.08 --with-fastjet=/opt/FastJet/3.0.3/ --enable-unvalidated --enable-preliminary

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

hostname = itppc30
uname -m = x86_64
uname -r = 3.4.33-2.24-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT Tue Feb 26 03:34:33 UTC 2013 (5f00a32)

/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: /opt/Rivet/1.8.3/bin
PATH: /users/tp/roehr/bin
PATH: /export/pc/bin
PATH: /itp/condor/sge/bin/lx24-amd64
PATH: /export/pc/bin
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /users/tp/roehr/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/nfs/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/nfs/bin


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

configure:2517: loading site script /usr/share/site/x86_64-unknown-linux-gnu
| #!/bin/sh
| # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
| 
| # If user did not specify libdir, guess the correct target:
| # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
| if test "$libdir" = '${exec_prefix}/lib' ; then
| 
| 	ac_config_site_64bit_host=NONE
| 
| 	case "$host" in
| 	"" )
| 		# User did not specify host target.
| 		# The native platform x86_64 is a bi-arch platform.
| 		# Try to detect cross-compilation to inferior architecture.
| 
| 		# We are trying to guess 32-bit target compilation. It's not as easy as
| 		# it sounds, as there is possible several intermediate combinations.
| 		ac_config_site_cross_to_32bit_host=NONE
| 
| 		# User defined -m32 in CFLAGS or CXXFLAGS:
| 		# (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
| 		case "$CFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 		case "$CXXFLAGS" in
| 		*-m32*)
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		# Running with linux32:
| 		# (Changes detected platform, but not the toolchain target.)
| 		case "`/bin/uname -i`" in
| 		x86_64 | ppc64 | s390x )
| 			;;
| 		* )
| 			ac_config_site_cross_to_32bit_host=YES
| 			;;
| 		esac
| 
| 		if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
| 			ac_config_site_64bit_host=YES
| 		fi
| 
| 		;;
| 	*x86_64* | *ppc64* | *s390x* )
| 		ac_config_site_64bit_host=YES
| 		;;
| 	esac
| 
| 	if test "x$ac_config_site_64bit_host" = xYES; then
| 		libdir='${exec_prefix}/lib64'
| 	fi
| fi
| 
| # If user did not specify libexecdir, set the correct target:
| # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
| 
| if test "$libexecdir" = '${exec_prefix}/libexec' ; then
| 	libexecdir='${exec_prefix}/lib'
| fi
| 
| # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
| if test "x$prefix" != xNONE; then
| 	ac_site_file1=$prefix/share/config.site
| 	ac_site_file2=$prefix/etc/config.site
| else
| 	ac_site_file1=$ac_default_prefix/share/config.site
| 	ac_site_file2=$ac_default_prefix/etc/config.site
| fi
| for ac_site_file in "$ac_site_file1" "$ac_site_file2"
| do
| 	test "x$ac_site_file" = xNONE && continue
| 	if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
| 		{ $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
| 		sed 's/^/| /' "$ac_site_file" >&5
| 		. "$ac_site_file" \
| 			|| { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
| $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
| as_fn_error $? "failed to load site script $ac_site_file
| See \`config.log' for more details" "$LINENO" 5; }
| 	fi
| done
configure:2664: checking for a BSD-compatible install
configure:2732: result: /usr/bin/install -c
configure:2743: checking whether build environment is sane
configure:2793: result: yes
configure:2934: checking for a thread-safe mkdir -p
configure:2973: result: /usr/bin/mkdir -p
configure:2986: checking for gawk
configure:3002: found /usr/bin/gawk
configure:3013: result: gawk
configure:3024: checking whether make sets $(MAKE)
configure:3046: result: yes
configure:3137: checking whether make supports nested variables
configure:3154: result: yes
configure:3246: checking for sw_vers
configure:3276: result: no
configure:3326: Calculating LCG platform tag from system properties
configure:3328: checking for OS type
configure:3354: result: Linux
configure:3358: checking for architecture type
configure:3361: result: x86_64
configure:3369: checking for g++
configure:3387: found /usr/bin/g++
configure:3399: result: /usr/bin/g++
configure:3409: checking for gcc/g++ version
configure:3416: result: gccLinux)Linux)
configure:3468: LCG platform tag is 'x86_64-Linux-gccLinux)Linux)-opt'
configure:3596: checking for C++ compiler version
configure:3605: /usr/bin/g++ --version >&5
g++ (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
Copyright (C) 2012 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:3616: $? = 0
configure:3605: /usr/bin/g++ -v >&5
Using built-in specs.
COLLECT_GCC=/usr/bin/g++
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.7.1 20120723 [gcc-4_7-branch revision 189773] (SUSE Linux) 
configure:3616: $? = 0
configure:3605: /usr/bin/g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3616: $? = 1
configure:3605: /usr/bin/g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3616: $? = 1
configure:3636: checking whether the C++ compiler works
configure:3658: /usr/bin/g++ -O2   conftest.cpp  >&5
configure:3662: $? = 0
configure:3710: result: yes
configure:3713: checking for C++ compiler default output file name
configure:3715: result: a.out
configure:3721: checking for suffix of executables
configure:3728: /usr/bin/g++ -o conftest -O2   conftest.cpp  >&5
configure:3732: $? = 0
configure:3754: result: 
configure:3776: checking whether we are cross compiling
configure:3784: /usr/bin/g++ -o conftest -O2   conftest.cpp  >&5
configure:3788: $? = 0
configure:3795: ./conftest
configure:3799: $? = 0
configure:3814: result: no
configure:3819: checking for suffix of object files
configure:3841: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:3845: $? = 0
configure:3866: result: o
configure:3870: checking whether we are using the GNU C++ compiler
configure:3889: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:3889: $? = 0
configure:3898: result: yes
configure:3907: checking whether /usr/bin/g++ accepts -g
configure:3927: /usr/bin/g++ -c -g  conftest.cpp >&5
configure:3927: $? = 0
configure:3968: result: yes
configure:4002: checking for style of include used by make
configure:4030: result: GNU
configure:4056: checking dependency style of /usr/bin/g++
configure:4167: result: gcc3
configure:4183: checking whether ln -s works
configure:4187: result: yes
configure:4258: checking build system type
configure:4272: result: x86_64-unknown-linux-gnu
configure:4292: checking host system type
configure:4305: result: x86_64-unknown-linux-gnu
configure:4346: checking how to print strings
configure:4373: result: printf
configure:4442: checking for gcc
configure:4458: found /usr/bin/gcc
configure:4469: result: gcc
configure:4698: checking for C compiler version
configure:4707: gcc --version >&5
gcc (SUSE Linux) 4.7.1 20120723 [gcc-4_7-branch revision 189773]
Copyright (C) 2012 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:4718: $? = 0
configure:4707: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.7/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.7 --enable-ssp --disable-libssp --disable-libitm --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --enable-linker-build-id --program-suffix=-4.7 --enable-linux-futex --without-system-libunwind --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.7.1 20120723 [gcc-4_7-branch revision 189773] (SUSE Linux) 
configure:4718: $? = 0
configure:4707: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4718: $? = 1
configure:4707: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4718: $? = 1
configure:4722: checking whether we are using the GNU C compiler
configure:4741: gcc -c   conftest.c >&5
configure:4741: $? = 0
configure:4750: result: yes
configure:4759: checking whether gcc accepts -g
configure:4779: gcc -c -g  conftest.c >&5
configure:4779: $? = 0
configure:4820: result: yes
configure:4837: checking for gcc option to accept ISO C89
configure:4900: gcc  -c -g -O2  conftest.c >&5
configure:4900: $? = 0
configure:4913: result: none needed
configure:4935: checking dependency style of gcc
configure:5046: result: gcc3
configure:5061: checking for a sed that does not truncate output
configure:5125: result: /usr/bin/sed
configure:5143: checking for grep that handles long lines and -e
configure:5201: result: /usr/bin/grep
configure:5206: checking for egrep
configure:5268: result: /usr/bin/grep -E
configure:5273: checking for fgrep
configure:5335: result: /usr/bin/grep -F
configure:5370: checking for ld used by gcc
configure:5437: result: /usr/x86_64-suse-linux/bin/ld
configure:5444: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
configure:5459: result: yes
configure:5471: checking for BSD- or MS-compatible name lister (nm)
configure:5520: result: /usr/bin/nm -B
configure:5650: checking the name lister (/usr/bin/nm -B) interface
configure:5657: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:5660: /usr/bin/nm -B "conftest.o"
configure:5663: output
0000000000000000 B some_variable
configure:5670: result: BSD nm
configure:5674: checking the maximum length of command line arguments
configure:5804: result: 1572864
configure:5821: checking whether the shell understands some XSI constructs
configure:5831: result: yes
configure:5835: checking whether the shell understands "+="
configure:5841: result: yes
configure:5876: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:5916: result: func_convert_file_noop
configure:5923: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:5943: result: func_convert_file_noop
configure:5950: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
configure:5957: result: -r
configure:6031: checking for objdump
configure:6047: found /usr/bin/objdump
configure:6058: result: objdump
configure:6090: checking how to recognize dependent libraries
configure:6292: result: pass_all
configure:6377: checking for dlltool
configure:6407: result: no
configure:6437: checking how to associate runtime and link libraries
configure:6464: result: printf %s\n
configure:6525: checking for ar
configure:6541: found /usr/bin/ar
configure:6552: result: ar
configure:6589: checking for archiver @FILE support
configure:6606: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:6606: $? = 0
configure:6609: ar cru libconftest.a @conftest.lst >&5
configure:6612: $? = 0
configure:6617: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6620: $? = 1
configure:6632: result: @
configure:6690: checking for strip
configure:6706: found /usr/bin/strip
configure:6717: result: strip
configure:6789: checking for ranlib
configure:6805: found /usr/bin/ranlib
configure:6816: result: ranlib
configure:6918: checking command to parse /usr/bin/nm -B output from gcc object
configure:7038: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:7041: $? = 0
configure:7045: /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:7048: $? = 0
configure:7114: /usr/bin/g++ -o conftest -O2   conftest.cpp conftstm.o >&5
configure:7117: $? = 0
configure:7155: result: ok
configure:7192: checking for sysroot
configure:7222: result: no
configure:7300: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:7303: $? = 0
configure:7479: checking for mt
configure:7495: found /usr/bin/mt
configure:7506: result: mt
configure:7529: checking if mt is a manifest tool
configure:7535: mt '-?'
configure:7543: result: no
configure:8185: checking how to run the C preprocessor
configure:8216: gcc -E  conftest.c
configure:8216: $? = 0
configure:8230: gcc -E  conftest.c
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8255: result: gcc -E
configure:8275: gcc -E  conftest.c
configure:8275: $? = 0
configure:8289: gcc -E  conftest.c
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8289: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8318: checking for ANSI C header files
configure:8338: gcc -c -g -O2  conftest.c >&5
configure:8338: $? = 0
configure:8411: gcc -o conftest -g -O2   conftest.c  >&5
configure:8411: $? = 0
configure:8411: ./conftest
configure:8411: $? = 0
configure:8422: result: yes
configure:8435: checking for sys/types.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for sys/stat.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for stdlib.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for string.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for memory.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for strings.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for inttypes.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for stdint.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8435: checking for unistd.h
configure:8435: gcc -c -g -O2  conftest.c >&5
configure:8435: $? = 0
configure:8435: result: yes
configure:8449: checking for dlfcn.h
configure:8449: gcc -c -g -O2  conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8633: checking for objdir
configure:8648: result: .libs
configure:8919: checking if gcc supports -fno-rtti -fno-exceptions
configure:8937: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8941: $? = 0
configure:8954: result: no
configure:9281: checking for gcc option to produce PIC
configure:9288: result: -fPIC -DPIC
configure:9296: checking if gcc PIC flag -fPIC -DPIC works
configure:9314: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:9318: $? = 0
configure:9331: result: yes
configure:9360: checking if gcc static flag -static works
configure:9388: result: no
configure:9403: checking if gcc supports -c -o file.o
configure:9424: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9428: $? = 0
configure:9450: result: yes
configure:9458: checking if gcc supports -c -o file.o
configure:9505: result: yes
configure:9538: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:10695: result: yes
configure:10732: checking whether -lc should be explicitly linked in
configure:10740: gcc -c -g -O2  conftest.c >&5
configure:10743: $? = 0
configure:10758: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10761: $? = 0
configure:10775: result: no
configure:10935: checking dynamic linker characteristics
configure:11446: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:11446: $? = 0
configure:11680: result: GNU/Linux ld.so
configure:11787: checking how to hardcode library paths into programs
configure:11812: result: immediate
configure:11906: checking for shl_load
configure:11906: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccsjA1mp.o: In function `main':
/tmp/build/Rivet-1.8.3/conftest.c:62: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:11906: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:11906: result: no
configure:11910: checking for shl_load in -ldld
configure:11935: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:11935: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:11944: result: no
configure:11949: checking for dlopen
configure:11949: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc9ZP27t.o: In function `main':
/tmp/build/Rivet-1.8.3/conftest.c:62: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:11949: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dlopen || defined __stub___dlopen
| choke me
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:11949: result: no
configure:11953: checking for dlopen in -ldl
configure:11978: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:11978: $? = 0
configure:11987: result: yes
configure:12106: checking whether a program can dlopen itself
configure:12186: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:12189: $? = 0
configure:12207: result: yes
configure:12212: checking whether a statically linked program can dlopen itself
configure:12292: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic  conftest.c -ldl  >&5
configure:12295: $? = 0
configure:12313: result: yes
configure:12352: checking whether stripping libraries is possible
configure:12357: result: yes
configure:12392: checking if libtool supports shared libraries
configure:12394: result: yes
configure:12397: checking whether to build shared libraries
configure:12418: result: yes
configure:12421: checking whether to build static libraries
configure:12425: result: no
configure:12448: checking how to run the C++ preprocessor
configure:12475: /usr/bin/g++ -E  conftest.cpp
configure:12475: $? = 0
configure:12489: /usr/bin/g++ -E  conftest.cpp
conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12489: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12514: result: /usr/bin/g++ -E
configure:12534: /usr/bin/g++ -E  conftest.cpp
configure:12534: $? = 0
configure:12548: /usr/bin/g++ -E  conftest.cpp
conftest.cpp:28:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Rivet"
| #define PACKAGE_TARNAME "Rivet"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "Rivet 1.8.3"
| #define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
| #define PACKAGE_URL ""
| #define PACKAGE "Rivet"
| #define VERSION "1.8.3"
| #define RIVET_VERSION "1.8.3"
| #define RIVET_NAME "Rivet"
| #define RIVET_STRING "Rivet 1.8.3"
| #define RIVET_TARNAME "Rivet"
| #define RIVET_BUGREPORT "rivet at projects.hepforge.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12717: checking for ld used by /usr/bin/g++
configure:12784: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
configure:12791: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
configure:12806: result: yes
configure:12861: checking whether the /usr/bin/g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:13866: result: yes
configure:13902: /usr/bin/g++ -c -O2  conftest.cpp >&5
configure:13905: $? = 0
configure:14425: checking for /usr/bin/g++ option to produce PIC
configure:14432: result: -fPIC -DPIC
configure:14440: checking if /usr/bin/g++ PIC flag -fPIC -DPIC works
configure:14458: /usr/bin/g++ -c -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14462: $? = 0
configure:14475: result: yes
configure:14498: checking if /usr/bin/g++ static flag -static works
configure:14526: result: no
configure:14538: checking if /usr/bin/g++ supports -c -o file.o
configure:14559: /usr/bin/g++ -c -O2  -o out/conftest2.o conftest.cpp >&5
configure:14563: $? = 0
configure:14585: result: yes
configure:14590: checking if /usr/bin/g++ supports -c -o file.o
configure:14637: result: yes
configure:14667: checking whether the /usr/bin/g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
configure:14706: result: yes
configure:14847: checking dynamic linker characteristics
configure:15526: result: GNU/Linux ld.so
configure:15579: checking how to hardcode library paths into programs
configure:15604: result: immediate
configure:15689: checking for gsl-config
configure:15707: found /usr/bin/gsl-config
configure:15719: result: /usr/bin/gsl-config
configure:15728: Using /usr/bin/gsl-config to find GSL flags
configure:15793: GSL include path is /usr/include
configure:15795: GSL CPPFLAGS is -I/usr/include
configure:15797: GSL CXXFLAGS is -I/usr/include
configure:15799: GSL LDFLAGS is -L/usr/lib64 -lgsl -lgslcblas -lm
configure:15961: Found gsl header directory at /usr/include
configure:16029: checking gsl/gsl_vector.h usability
configure:16029: /usr/bin/g++ -c -O2  -I/usr/include conftest.cpp >&5
configure:16029: $? = 0
configure:16029: result: yes
configure:16029: checking gsl/gsl_vector.h presence
configure:16029: /usr/bin/g++ -E  -I/usr/include conftest.cpp
configure:16029: $? = 0
configure:16029: result: yes
configure:16029: checking for gsl/gsl_vector.h
configure:16029: result: yes
configure:16147: Found Boost header directory at /usr/include
configure:16219: checking boost/foreach.hpp usability
configure:16219: /usr/bin/g++ -c -O2  -I/usr/include conftest.cpp >&5
configure:16219: $? = 0
configure:16219: result: yes
configure:16219: checking boost/foreach.hpp presence
configure:16219: /usr/bin/g++ -E  -I/usr/include conftest.cpp
configure:16219: $? = 0
configure:16219: result: yes
configure:16219: checking for boost/foreach.hpp
configure:16219: result: yes
configure:16227: checking boost/smart_ptr.hpp usability
configure:16227: /usr/bin/g++ -c -O2  -I/usr/include conftest.cpp >&5
configure:16227: $? = 0
configure:16227: result: yes
configure:16227: checking boost/smart_ptr.hpp presence
configure:16227: /usr/bin/g++ -E  -I/usr/include conftest.cpp
configure:16227: $? = 0
configure:16227: result: yes
configure:16227: checking for boost/smart_ptr.hpp
configure:16227: result: yes
configure:16235: checking boost/lexical_cast.hpp usability
configure:16235: /usr/bin/g++ -c -O2  -I/usr/include conftest.cpp >&5
configure:16235: $? = 0
configure:16235: result: yes
configure:16235: checking boost/lexical_cast.hpp presence
configure:16235: /usr/bin/g++ -E  -I/usr/include conftest.cpp
configure:16235: $? = 0
configure:16235: result: yes
configure:16235: checking for boost/lexical_cast.hpp
configure:16235: result: yes
configure:16243: checking boost/assign.hpp usability
configure:16243: /usr/bin/g++ -c -O2  -I/usr/include conftest.cpp >&5
configure:16243: $? = 0
configure:16243: result: yes
configure:16243: checking boost/assign.hpp presence
configure:16243: /usr/bin/g++ -E  -I/usr/include conftest.cpp
configure:16243: $? = 0
configure:16243: result: yes
configure:16243: checking for boost/assign.hpp
configure:16243: result: yes
configure:16251: checking boost/random.hpp usability
configure:16251: /usr/bin/g++ -c -O2  -I/usr/include conftest.cpp >&5
configure:16251: $? = 0
configure:16251: result: yes
configure:16251: checking boost/random.hpp presence
configure:16251: /usr/bin/g++ -E  -I/usr/include conftest.cpp
configure:16251: $? = 0
configure:16251: result: yes
configure:16251: checking for boost/random.hpp
configure:16251: result: yes
configure:16388: checking for uname
configure:16406: found /usr/bin/uname
configure:16419: result: /usr/bin/uname
configure:16517: Found HepMC library at /opt/HepMC/2.06.08/lib64/libHepMC.la
configure:16664: Found HepMC header directory at /opt/HepMC/2.06.08/include
configure:16792: HepMC version is 2.06.08 -> 26
configure:17053: Found fastjet library at /opt/FastJet/3.0.3/lib64/libfastjet.la
configure:17200: Found fastjet header directory at /opt/FastJet/3.0.3/include
configure:17299: checking for fastjet-config
configure:17318: found /opt/FastJet/3.0.3//bin/fastjet-config
configure:17330: result: /opt/FastJet/3.0.3//bin/fastjet-config
configure:17339: checking FastJet version using fastjet-config
configure:17342: result: 3.0.3
configure:17362: FastJet LIBADD = -Wl,-rpath,/opt/FastJet/3.0.3/lib64 -lm -L/opt/FastJet/3.0.3/lib64 -lfastjettools -lfastjet -lfastjetplugins -lsiscone_spherical -lsiscone -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath
configure:17369: checking fastjet/D0RunIIConePlugin.hh usability
configure:17369: /usr/bin/g++ -c -O2  -I/opt/FastJet/3.0.3/include conftest.cpp >&5
configure:17369: $? = 0
configure:17369: result: yes
configure:17369: checking fastjet/D0RunIIConePlugin.hh presence
configure:17369: /usr/bin/g++ -E  -I/opt/FastJet/3.0.3/include conftest.cpp
configure:17369: $? = 0
configure:17369: result: yes
configure:17369: checking for fastjet/D0RunIIConePlugin.hh
configure:17369: result: yes
configure:17377: checking fastjet/TrackJetPlugin.hh usability
configure:17377: /usr/bin/g++ -c -O2  -I/opt/FastJet/3.0.3/include conftest.cpp >&5
configure:17377: $? = 0
configure:17377: result: yes
configure:17377: checking fastjet/TrackJetPlugin.hh presence
configure:17377: /usr/bin/g++ -E  -I/opt/FastJet/3.0.3/include conftest.cpp
configure:17377: $? = 0
configure:17377: result: yes
configure:17377: checking for fastjet/TrackJetPlugin.hh
configure:17377: result: yes
configure:17399: checking for doxygen
configure:17417: found /usr/bin/doxygen
configure:17429: result: /usr/bin/doxygen
configure:17479: WARNING: Building unvalidated Rivet analyses, by request
configure:17504: Building preliminary Rivet analyses
configure:17529: Building obsolete Rivet analyses
configure:17548: checking for pdflatex
configure:17566: found /usr/bin/pdflatex
configure:17578: result: /usr/bin/pdflatex
configure:17619: checking for asciidoc
configure:17652: result: no
configure:17923: Found yaml-cpp library at /tmp/Rivet/1.8.3/lib64/libyaml-cpp.la
configure:18070: Found yaml-cpp header directory at /tmp/Rivet/1.8.3/include
configure:18195: checking for python
configure:18213: found /usr/bin/python
configure:18225: result: /usr/bin/python
configure:18253: checking whether /usr/bin/python version >= 2.4
configure:18286: result: yes
configure:18302: checking for Python include path
configure:18305: result: /usr/include/python2.7
configure:18325: checking for swig
configure:18343: found /usr/bin/swig
configure:18355: result: /usr/bin/swig
configure:18440: checking if /usr/bin/swig can make a Python function wrapper
configure:18444: result: yes
configure:18458: checking if the /usr/bin/g++ compiler accepts the -Wno-format flag
configure:18474: result: yes
configure:18478: adding -Wno-format to swig compilation test
configure:18492: checking if /usr/bin/swig is compatible with the /usr/bin/g++ compiler
configure:18498: result: yes
configure:18510: All Python build checks successful: 'rivet' Python extension will be built
configure:18537: checking if the /usr/bin/g++ compiler accepts the -pedantic flag
configure:18553: result: yes
configure:18576: checking if the /usr/bin/g++ compiler accepts the -ansi flag
configure:18592: result: yes
configure:18615: checking if the /usr/bin/g++ compiler accepts the -Wall flag
configure:18631: result: yes
configure:18654: checking if the /usr/bin/g++ compiler accepts the -Wno-long-long flag
configure:18670: result: yes
configure:18693: checking if the /usr/bin/g++ compiler accepts the -Wno-format flag
configure:18709: result: yes
configure:19230: creating ./config.status

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

This file was extended by Rivet config.status 1.8.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

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

on itppc30

config.status:1327: creating include/Makefile
config.status:1327: creating include/Rivet/Makefile
config.status:1327: creating src/Makefile
config.status:1327: creating src/Core/Makefile
config.status:1327: creating src/Tools/Makefile
config.status:1327: creating src/Tools/yaml-cpp/Makefile
config.status:1327: creating src/Projections/Makefile
config.status:1327: creating src/Analyses/Makefile
config.status:1327: creating test/Makefile
config.status:1327: creating pyext/Makefile
config.status:1327: creating pyext/rivet/Makefile
config.status:1327: creating pyext/setup.py
config.status:1327: creating data/Makefile
config.status:1327: creating data/refdata/Makefile
config.status:1327: creating data/anainfo/Makefile
config.status:1327: creating data/plotinfo/Makefile
config.status:1327: creating data/texmf/Makefile
config.status:1327: creating doc/Makefile
config.status:1327: creating doc/rivetversion.sty
config.status:1327: creating bin/Makefile
config.status:1327: creating bin/rivet-config
config.status:1327: creating bin/rivet-buildplugin
config.status:1327: creating Makefile
config.status:1327: creating Doxyfile
config.status:1327: creating rivetenv.sh
config.status:1327: creating rivetenv.csh
config.status:1327: creating include/Rivet/Config/DummyConfig.hh
config.status:1508: include/Rivet/Config/DummyConfig.hh is unchanged
config.status:1327: creating include/Rivet/Config/RivetConfig.hh
config.status:1508: include/Rivet/Config/RivetConfig.hh is unchanged
config.status:1327: creating include/Rivet/Config/BuildOptions.hh
config.status:1508: include/Rivet/Config/BuildOptions.hh is unchanged
config.status:1556: executing depfiles commands
config.status:1556: 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_BOOSTINCPATH_set=
ac_cv_env_BOOSTINCPATH_value=
ac_cv_env_BOOSTPATH_set=
ac_cv_env_BOOSTPATH_value=
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_FASTJETINCPATH_set=
ac_cv_env_FASTJETINCPATH_value=
ac_cv_env_FASTJETLIBNAME_set=
ac_cv_env_FASTJETLIBNAME_value=
ac_cv_env_FASTJETLIBPATH_set=
ac_cv_env_FASTJETLIBPATH_value=
ac_cv_env_FASTJETPATH_set=
ac_cv_env_FASTJETPATH_value=
ac_cv_env_GSLINCPATH_set=
ac_cv_env_GSLINCPATH_value=
ac_cv_env_GSLPATH_set=
ac_cv_env_GSLPATH_value=
ac_cv_env_HEPMCINCPATH_set=
ac_cv_env_HEPMCINCPATH_value=
ac_cv_env_HEPMCLIBNAME_set=
ac_cv_env_HEPMCLIBNAME_value=
ac_cv_env_HEPMCLIBPATH_set=
ac_cv_env_HEPMCLIBPATH_value=
ac_cv_env_HEPMCPATH_set=
ac_cv_env_HEPMCPATH_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PYTHON_set=
ac_cv_env_PYTHON_value=
ac_cv_env_YAML_CPPINCPATH_set=
ac_cv_env_YAML_CPPINCPATH_value=
ac_cv_env_YAML_CPPLIBNAME_set=
ac_cv_env_YAML_CPPLIBNAME_value=
ac_cv_env_YAML_CPPLIBPATH_set=
ac_cv_env_YAML_CPPLIBPATH_value=
ac_cv_env_YAML_CPPPATH_set=
ac_cv_env_YAML_CPPPATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_boost_assign_hpp=yes
ac_cv_header_boost_foreach_hpp=yes
ac_cv_header_boost_lexical_cast_hpp=yes
ac_cv_header_boost_random_hpp=yes
ac_cv_header_boost_smart_ptr_hpp=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fastjet_D0RunIIConePlugin_hh=yes
ac_cv_header_fastjet_TrackJetPlugin_hh=yes
ac_cv_header_gsl_gsl_vector_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_CXX=/usr/bin/g++
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_FJCONFIG=/opt/FastJet/3.0.3//bin/fastjet-config
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GSLCONFIG=/usr/bin/gsl-config
ac_cv_path_PDFLATEX=/usr/bin/pdflatex
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_SWIG=/usr/bin/swig
ac_cv_path_UNAME=/usr/bin/uname
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='/usr/bin/g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
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
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
lt_cv_path_LDCXX='/usr/x86_64-suse-linux/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_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_compiler_static_works_CXX=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=yes
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]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
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

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

ACLOCAL='${SHELL} /tmp/build/Rivet-1.8.3/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_CPPFLAGS='-I$(top_srcdir)/include -I$(top_builddir)/include $(GSL_CPPFLAGS) -I$(BOOSTINCPATH) $(BOOST_CPPFLAGS) -I$(HEPMCINCPATH) -I$(FASTJETINCPATH)'
AM_CXXFLAGS=' -pedantic -ansi -Wall -Wno-long-long -Wno-format'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
ASCIIDOC=''
AUTOCONF='${SHELL} /tmp/build/Rivet-1.8.3/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/build/Rivet-1.8.3/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/build/Rivet-1.8.3/missing --run automake-1.11'
AWK='gawk'
BOOSTCPPFLAGS='-I/usr/include'
BOOSTINCNAME='boost'
BOOSTINCPATH='/usr/include'
BOOSTINCPATH='/usr/include'
BOOSTPATH=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='/usr/bin/g++'
CXXCPP='/usr/bin/g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN='/usr/bin/doxygen'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMPTY=''
ENABLE_ANALYSES_FALSE='#'
ENABLE_ANALYSES_TRUE=''
ENABLE_OBSOLETE_FALSE='#'
ENABLE_OBSOLETE_TRUE=''
ENABLE_PDFMANUAL_FALSE='#'
ENABLE_PDFMANUAL_TRUE=''
ENABLE_PRELIMINARY_FALSE='#'
ENABLE_PRELIMINARY_TRUE=''
ENABLE_PYEXT_FALSE='#'
ENABLE_PYEXT_TRUE=''
ENABLE_UNVALIDATED_FALSE='#'
ENABLE_UNVALIDATED_TRUE=''
EXEEXT=''
FASTJETCONFIGLIBADD='-Wl,-rpath,/opt/FastJet/3.0.3/lib64 -lm -L/opt/FastJet/3.0.3/lib64 -lfastjettools -lfastjet -lfastjetplugins -lsiscone_spherical -lsiscone -L/usr/lib64/gcc/x86_64-suse-linux/4.7 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/4.7/../../.. -lgfortran -lm -lquadmath'
FASTJETCPPFLAGS='-I/opt/FastJet/3.0.3/include'
FASTJETINCNAME='fastjet'
FASTJETINCPATH='/opt/FastJet/3.0.3/include'
FASTJETINCPATH='/opt/FastJet/3.0.3/include'
FASTJETLDFLAGS='-L/opt/FastJet/3.0.3/lib64'
FASTJETLDLIBS='-lfastjet'
FASTJETLIB='/opt/FastJet/3.0.3/lib64/libfastjet.la'
FASTJETLIBNAME='fastjet'
FASTJETLIBNAME='fastjet'
FASTJETLIBPATH='/opt/FastJet/3.0.3/lib64'
FASTJETLIBPATH='/opt/FastJet/3.0.3/lib64'
FASTJETPATH='/opt/FastJet/3.0.3/'
FGREP='/usr/bin/grep -F'
FJCONFIG='/opt/FastJet/3.0.3//bin/fastjet-config'
GREP='/usr/bin/grep'
GSLCONFIG='/usr/bin/gsl-config'
GSLCPPFLAGS='-I/usr/include'
GSLINCNAME='gsl'
GSLINCPATH='/usr/include'
GSLINCPATH='/usr/include'
GSLINCPATH='/usr/include'
GSLPATH='/usr'
GSLPATH='/usr'
GSL_CPPFLAGS='-I/usr/include'
GSL_CXXFLAGS='-I/usr/include'
GSL_LDFLAGS='-L/usr/lib64 -lgsl -lgslcblas -lm'
HEPMCCPPFLAGS='-I/opt/HepMC/2.06.08/include'
HEPMCINCNAME='HepMC'
HEPMCINCPATH='/opt/HepMC/2.06.08/include'
HEPMCINCPATH='/opt/HepMC/2.06.08/include'
HEPMCLDFLAGS='-L/opt/HepMC/2.06.08/lib64'
HEPMCLDLIBS='-lHepMC'
HEPMCLIB='/opt/HepMC/2.06.08/lib64/libHepMC.la'
HEPMCLIBNAME='HepMC'
HEPMCLIBNAME='HepMC'
HEPMCLIBPATH='/opt/HepMC/2.06.08/lib64'
HEPMCLIBPATH='/opt/HepMC/2.06.08/lib64'
HEPMCPATH='/opt/HepMC/2.06.08'
HEPMC_VERSION='26'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LCG_TAG='x86_64-Linux-gccLinux)Linux)-opt'
LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBPATHVARNAME='LD_LIBRARY_PATH'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_OBJDIR=''
MAKEINFO='${SHELL} /tmp/build/Rivet-1.8.3/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='Rivet'
PACKAGE_BUGREPORT='rivet at projects.hepforge.org'
PACKAGE_NAME='Rivet'
PACKAGE_STRING='Rivet 1.8.3'
PACKAGE_TARNAME='Rivet'
PACKAGE_URL=''
PACKAGE_VERSION='1.8.3'
PATH_SEPARATOR=':'
PDFLATEX='/usr/bin/pdflatex'
PYTHON='/usr/bin/python'
PYTHON_USE_FALSE='#'
PYTHON_USE_TRUE=''
PYTHON_VERSION='2.7'
RANLIB='ranlib'
RIVET_PYTHONPATH='/tmp/Rivet/1.8.3/lib64/python2.7/site-packages'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG='/usr/bin/swig'
SWIG_LIB=''
SWVERS=''
UNAME='/usr/bin/uname'
VERSION='1.8.3'
VERSIONINFOFLAGS='-version-info 11:1:0'
WITHOUT_BOOSTINC_FALSE=''
WITHOUT_BOOSTINC_TRUE='#'
WITHOUT_FASTJETINC_FALSE=''
WITHOUT_FASTJETINC_TRUE='#'
WITHOUT_FASTJETLIB_FALSE=''
WITHOUT_FASTJETLIB_TRUE='#'
WITHOUT_FASTJET_FALSE=''
WITHOUT_FASTJET_TRUE='#'
WITHOUT_GSLINC_FALSE=''
WITHOUT_GSLINC_FALSE=''
WITHOUT_GSLINC_TRUE='#'
WITHOUT_GSLINC_TRUE='#'
WITHOUT_GSLLIB_FALSE=''
WITHOUT_GSLLIB_TRUE='#'
WITHOUT_GSL_FALSE=''
WITHOUT_GSL_TRUE='#'
WITHOUT_HEPMCINC_FALSE=''
WITHOUT_HEPMCINC_TRUE='#'
WITHOUT_HEPMCLIB_FALSE=''
WITHOUT_HEPMCLIB_TRUE='#'
WITHOUT_HEPMC_FALSE=''
WITHOUT_HEPMC_TRUE='#'
WITHOUT_YAML_CPPINC_FALSE=''
WITHOUT_YAML_CPPINC_TRUE='#'
WITHOUT_YAML_CPPLIB_FALSE=''
WITHOUT_YAML_CPPLIB_TRUE='#'
WITHOUT_YAML_CPP_FALSE=''
WITHOUT_YAML_CPP_TRUE='#'
WITH_ASCIIDOC_FALSE=''
WITH_ASCIIDOC_TRUE='#'
WITH_BOOSTINC_FALSE='#'
WITH_BOOSTINC_TRUE=''
WITH_DOXYGEN_FALSE='#'
WITH_DOXYGEN_TRUE=''
WITH_FASTJETINC_FALSE='#'
WITH_FASTJETINC_TRUE=''
WITH_FASTJETLIB_FALSE='#'
WITH_FASTJETLIB_TRUE=''
WITH_FASTJET_FALSE='#'
WITH_FASTJET_TRUE=''
WITH_GSLINC_FALSE='#'
WITH_GSLINC_FALSE='#'
WITH_GSLINC_TRUE=''
WITH_GSLINC_TRUE=''
WITH_GSLLIB_FALSE='#'
WITH_GSLLIB_TRUE=''
WITH_GSL_FALSE='#'
WITH_GSL_TRUE=''
WITH_HEPMCINC_FALSE='#'
WITH_HEPMCINC_TRUE=''
WITH_HEPMCLIB_FALSE='#'
WITH_HEPMCLIB_TRUE=''
WITH_HEPMC_FALSE='#'
WITH_HEPMC_TRUE=''
WITH_OSX_FALSE=''
WITH_OSX_TRUE='#'
WITH_PDFLATEX_FALSE='#'
WITH_PDFLATEX_TRUE=''
WITH_YAML_CPPINC_FALSE='#'
WITH_YAML_CPPINC_TRUE=''
WITH_YAML_CPPLIB_FALSE='#'
WITH_YAML_CPPLIB_TRUE=''
WITH_YAML_CPP_FALSE='#'
WITH_YAML_CPP_TRUE=''
YAML_CPPCPPFLAGS='-I/tmp/Rivet/1.8.3/include'
YAML_CPPINCNAME='yaml-cpp'
YAML_CPPINCPATH='/tmp/Rivet/1.8.3/include'
YAML_CPPINCPATH='/tmp/Rivet/1.8.3/include'
YAML_CPPLDFLAGS='-L/tmp/Rivet/1.8.3/lib64'
YAML_CPPLDLIBS='-lyaml-cpp'
YAML_CPPLIB='/tmp/Rivet/1.8.3/lib64/libyaml-cpp.la'
YAML_CPPLIBNAME='yaml-cpp'
YAML_CPPLIBNAME='yaml-cpp'
YAML_CPPLIBPATH='/tmp/Rivet/1.8.3/lib64'
YAML_CPPLIBPATH='/tmp/Rivet/1.8.3/lib64'
YAML_CPPPATH=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
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} /tmp/build/Rivet-1.8.3/install-sh'
libdir='${exec_prefix}/lib64'
libexecdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/tmp/Rivet/1.8.3'
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 "Rivet"
#define PACKAGE_TARNAME "Rivet"
#define PACKAGE_VERSION "1.8.3"
#define PACKAGE_STRING "Rivet 1.8.3"
#define PACKAGE_BUGREPORT "rivet at projects.hepforge.org"
#define PACKAGE_URL ""
#define PACKAGE "Rivet"
#define VERSION "1.8.3"
#define RIVET_VERSION "1.8.3"
#define RIVET_NAME "Rivet"
#define RIVET_STRING "Rivet 1.8.3"
#define RIVET_TARNAME "Rivet"
#define RIVET_BUGREPORT "rivet at projects.hepforge.org"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"

configure: exit 0


More information about the Rivet mailing list