sherpa is hosted by Hepforge, IPPP Durham
close Warning: Can't synchronize with repository "(default)" (/hepforge/svn/sherpa does not appear to be a Subversion repository.). Look in the Trac log for more information.

Ticket #120: config.log

File config.log, 57.7 KB (added by Generic User (don't modify these fields), 14 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by SHERPA MC configure 1.2.3, which was
5generated by GNU Autoconf 2.67.  Invocation command line was
6
7  $ ./configure --enable-analysis --enable-root=/home/keith/root_v5.26.00/root --enable-gzip --enable-hepmc2=/home/keith/MCtools/HepMC-2.06/x86_64-slc5-gcc41-opt --enable-multithread
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = hep
14uname -m = x86_64
15uname -r = 2.6.18-164.2.1.el5
16uname -s = Linux
17uname -v = #1 SMP Tue Sep 29 18:45:10 EDT 2009
18
19/usr/bin/uname -p = unknown
20/bin/uname -X     = unknown
21
22/bin/arch              = x86_64
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = unknown
26/bin/machine           = unknown
27/usr/bin/oslevel       = unknown
28/bin/universe          = unknown
29
30PATH: /home/keith/root_v5.26.00/root/bin
31PATH: /home/keith/MCtools/local/bin
32PATH: /usr/local/bin
33PATH: /bin
34PATH: /usr/bin
35PATH: /usr/X11R6/bin
36PATH: /sbin
37PATH: /usr/sbin
38PATH: /usr/local/sbin
39PATH: /home/keith/lib/bin
40PATH: /home/keith/fastjet-2.4.2/myInstall/bin
41
42
43## ----------- ##
44## Core tests. ##
45## ----------- ##
46
47configure:2860: checking for a BSD-compatible install
48configure:2928: result: /usr/bin/install -c
49configure:2939: checking whether build environment is sane
50configure:2989: result: yes
51configure:3130: checking for a thread-safe mkdir -p
52configure:3169: result: /bin/mkdir -p
53configure:3182: checking for gawk
54configure:3198: found /bin/gawk
55configure:3209: result: gawk
56configure:3220: checking whether make sets $(MAKE)
57configure:3242: result: yes
58configure:3317: checking how to create a ustar tar archive
59configure:3330: tar --version
60tar (GNU tar) 1.15.1
61configure:3333: $? = 0
62configure:3373: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
63configure:3376: $? = 0
64configure:3380: tar -xf - <conftest.tar
65configure:3383: $? = 0
66configure:3396: result: gnutar
67configure:3440: checking build system type
68configure:3454: result: x86_64-unknown-linux-gnu
69configure:3524: checking whether make sets $(MAKE)
70configure:3546: result: yes
71configure:3613: checking for g++
72configure:3629: found /usr/bin/g++
73configure:3640: result: g++
74configure:3667: checking for C++ compiler version
75configure:3676: g++ --version >&5
76g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
77Copyright (C) 2006 Free Software Foundation, Inc.
78This is free software; see the source for copying conditions.  There is NO
79warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
80
81configure:3687: $? = 0
82configure:3676: g++ -v >&5
83Using built-in specs.
84Target: x86_64-redhat-linux
85Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
86Thread model: posix
87gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
88configure:3687: $? = 0
89configure:3676: g++ -V >&5
90g++: '-V' option must have argument
91configure:3687: $? = 1
92configure:3676: g++ -qversion >&5
93g++: unrecognized option '-qversion'
94g++: no input files
95configure:3687: $? = 1
96configure:3707: checking whether the C++ compiler works
97configure:3729: g++    conftest.cpp  >&5
98configure:3733: $? = 0
99configure:3781: result: yes
100configure:3784: checking for C++ compiler default output file name
101configure:3786: result: a.out
102configure:3792: checking for suffix of executables
103configure:3799: g++ -o conftest    conftest.cpp  >&5
104configure:3803: $? = 0
105configure:3825: result:
106configure:3847: checking whether we are cross compiling
107configure:3855: g++ -o conftest    conftest.cpp  >&5
108configure:3859: $? = 0
109configure:3866: ./conftest
110configure:3870: $? = 0
111configure:3885: result: no
112configure:3890: checking for suffix of object files
113configure:3912: g++ -c   conftest.cpp >&5
114configure:3916: $? = 0
115configure:3937: result: o
116configure:3941: checking whether we are using the GNU C++ compiler
117configure:3960: g++ -c   conftest.cpp >&5
118configure:3960: $? = 0
119configure:3969: result: yes
120configure:3978: checking whether g++ accepts -g
121configure:3998: g++ -c -g  conftest.cpp >&5
122configure:3998: $? = 0
123configure:4039: result: yes
124configure:4073: checking for style of include used by make
125configure:4101: result: GNU
126configure:4126: checking dependency style of g++
127configure:4236: result: gcc3
128configure:4299: checking for gcc
129configure:4315: found /usr/bin/gcc
130configure:4326: result: gcc
131configure:4555: checking for C compiler version
132configure:4564: gcc --version >&5
133gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
134Copyright (C) 2006 Free Software Foundation, Inc.
135This is free software; see the source for copying conditions.  There is NO
136warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
137
138configure:4575: $? = 0
139configure:4564: gcc -v >&5
140Using built-in specs.
141Target: x86_64-redhat-linux
142Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
143Thread model: posix
144gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
145configure:4575: $? = 0
146configure:4564: gcc -V >&5
147gcc: '-V' option must have argument
148configure:4575: $? = 1
149configure:4564: gcc -qversion >&5
150gcc: unrecognized option '-qversion'
151gcc: no input files
152configure:4575: $? = 1
153configure:4579: checking whether we are using the GNU C compiler
154configure:4598: gcc -c   conftest.c >&5
155configure:4598: $? = 0
156configure:4607: result: yes
157configure:4616: checking whether gcc accepts -g
158configure:4636: gcc -c -g  conftest.c >&5
159configure:4636: $? = 0
160configure:4677: result: yes
161configure:4694: checking for gcc option to accept ISO C89
162configure:4758: gcc  -c -g -O2  conftest.c >&5
163configure:4758: $? = 0
164configure:4771: result: none needed
165configure:4793: checking dependency style of gcc
166configure:4903: result: gcc3
167configure:4972: checking for gfortran
168configure:4988: found /usr/bin/gfortran
169configure:4999: result: gfortran
170configure:5025: checking for Fortran compiler version
171configure:5034: gfortran --version >&5
172GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
173Copyright (C) 2007 Free Software Foundation, Inc.
174
175GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
176You may redistribute copies of GNU Fortran
177under the terms of the GNU General Public License.
178For more information about these matters, see the file named COPYING
179
180configure:5045: $? = 0
181configure:5034: gfortran -v >&5
182Using built-in specs.
183Target: x86_64-redhat-linux
184Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
185Thread model: posix
186gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
187configure:5045: $? = 0
188configure:5034: gfortran -V >&5
189gfortran: '-V' option must have argument
190configure:5045: $? = 1
191configure:5034: gfortran -qversion >&5
192gfortran: unrecognized option '-qversion'
193gfortran: no input files
194configure:5045: $? = 1
195configure:5054: checking whether we are using the GNU Fortran compiler
196configure:5067: gfortran -c   conftest.F >&5
197configure:5067: $? = 0
198configure:5076: result: yes
199configure:5082: checking whether gfortran accepts -g
200configure:5093: gfortran -c -g  conftest.f >&5
201configure:5093: $? = 0
202configure:5101: result: yes
203configure:5130: checking how to get verbose linking output from gfortran
204configure:5140: gfortran -c -g -O2  conftest.f >&5
205configure:5140: $? = 0
206configure:5158: gfortran -o conftest -g -O2 -v conftest.f
207Using built-in specs.
208Target: x86_64-redhat-linux
209Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
210Thread model: posix
211gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
212 /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -I /usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude -o /tmp/cc97lAZP.s
213GNU F95 version 4.1.2 20080704 (Red Hat 4.1.2-46) (x86_64-redhat-linux)
214        compiled by GNU C version 4.1.2 20080704 (Red Hat 4.1.2-46).
215GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
216 as -V -Qy -o /tmp/ccefHfju.o /tmp/cc97lAZP.s
217GNU assembler version 2.17.50.0.6-12.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-12.el5 20061020
218 /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/ccefHfju.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o
219configure:5223: result: -v
220configure:5225: checking for Fortran libraries of gfortran
221configure:5248: gfortran -o conftest -g -O2 -v conftest.f
222Using built-in specs.
223Target: x86_64-redhat-linux
224Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
225Thread model: posix
226gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
227 /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -I /usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude -o /tmp/ccH0h79W.s
228GNU F95 version 4.1.2 20080704 (Red Hat 4.1.2-46) (x86_64-redhat-linux)
229        compiled by GNU C version 4.1.2 20080704 (Red Hat 4.1.2-46).
230GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
231 as -V -Qy -o /tmp/cciHXcaJ.o /tmp/ccH0h79W.s
232GNU assembler version 2.17.50.0.6-12.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-12.el5 20061020
233 /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/cciHXcaJ.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o
234configure:5422: result:  -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm
235configure:5439: checking for dummy main to link with Fortran libraries
236configure:5473: gcc -o conftest -g -O2   conftest.c   -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm >&5
237configure:5473: $? = 0
238configure:5518: result: none
239configure:5551: checking for Fortran name-mangling scheme
240configure:5564: gfortran -c -g -O2  conftest.f >&5
241configure:5564: $? = 0
242configure:5605: gcc -o conftest -g -O2   conftest.c cfortran_test.o   -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm >&5
243/tmp/ccsxTIFd.o: In function `main':
244/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/conftest.c:33: undefined reference to `foobar'
245collect2: ld returned 1 exit status
246configure:5605: $? = 1
247configure: failed program was:
248| /* confdefs.h */
249| #define PACKAGE_NAME "SHERPA MC"
250| #define PACKAGE_TARNAME "SHERPA-MC"
251| #define PACKAGE_VERSION "1.2.3"
252| #define PACKAGE_STRING "SHERPA MC 1.2.3"
253| #define PACKAGE_BUGREPORT "support@sherpa-mc.de"
254| #define PACKAGE_URL ""
255| #define PACKAGE "SHERPA-MC"
256| #define VERSION "1.2.3"
257| #define ARCH_LINUX "1"
258| #define LIB_SUFFIX ".so"
259| #define LD_PATH_NAME "LD_LIBRARY_PATH"
260| /* end confdefs.h.  */
261|
262| /* Override any GCC internal prototype to avoid an error.
263|    Use char because int might match the return type of a GCC
264|    builtin and then its argument prototype would still apply.  */
265| #ifdef __cplusplus
266| extern "C"
267| #endif
268| char foobar ();
269| #ifdef FC_DUMMY_MAIN
270| #ifndef FC_DUMMY_MAIN_EQ_F77
271| #  ifdef __cplusplus
272|      extern "C"
273| #  endif
274|    int FC_DUMMY_MAIN() { return 1; }
275| #endif
276| #endif
277| int
278| main ()
279| {
280| return foobar ();
281|   ;
282|   return 0;
283| }
284configure:5605: gcc -o conftest -g -O2   conftest.c cfortran_test.o   -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm >&5
285configure:5605: $? = 0
286configure:5663: gcc -o conftest -g -O2   conftest.c cfortran_test.o   -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm >&5
287configure:5663: $? = 0
288configure:5705: result: lower case, underscore, no extra underscore
289configure:5805: checking host system type
290configure:5818: result: x86_64-unknown-linux-gnu
291configure:5838: checking for a sed that does not truncate output
292configure:5902: result: /bin/sed
293configure:5920: checking for grep that handles long lines and -e
294configure:5978: result: /bin/grep
295configure:5983: checking for egrep
296configure:6045: result: /bin/grep -E
297configure:6050: checking for fgrep
298configure:6112: result: /bin/grep -F
299configure:6147: checking for ld used by gcc
300configure:6214: result: /usr/bin/ld
301configure:6221: checking if the linker (/usr/bin/ld) is GNU ld
302configure:6236: result: yes
303configure:6248: checking for BSD- or MS-compatible name lister (nm)
304configure:6297: result: /usr/bin/nm -B
305configure:6415: checking the name lister (/usr/bin/nm -B) interface
306configure:6422: gcc -c -g -O2  conftest.c >&5
307configure:6425: /usr/bin/nm -B "conftest.o"
308configure:6428: output
3090000000000000000 B some_variable
310configure:6435: result: BSD nm
311configure:6438: checking whether ln -s works
312configure:6442: result: yes
313configure:6450: checking the maximum length of command line arguments
314configure:6570: result: 98304
315configure:6587: checking whether the shell understands some XSI constructs
316configure:6597: result: yes
317configure:6601: checking whether the shell understands "+="
318configure:6607: result: yes
319configure:6642: checking for /usr/bin/ld option to reload object files
320configure:6649: result: -r
321configure:6718: checking for objdump
322configure:6734: found /usr/bin/objdump
323configure:6745: result: objdump
324configure:6777: checking how to recognize dependent libraries
325configure:6973: result: pass_all
326configure:7033: checking for ar
327configure:7049: found /usr/bin/ar
328configure:7060: result: ar
329configure:7138: checking for strip
330configure:7154: found /usr/bin/strip
331configure:7165: result: strip
332configure:7237: checking for ranlib
333configure:7253: found /usr/bin/ranlib
334configure:7264: result: ranlib
335configure:7354: checking command to parse /usr/bin/nm -B output from gcc object
336configure:7472: gcc -c -g -O2  conftest.c >&5
337configure:7475: $? = 0
338configure:7479: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
339configure:7482: $? = 0
340configure:7536: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
341configure:7539: $? = 0
342configure:7577: result: ok
343configure:7672: gcc -c -g -O2  conftest.c >&5
344configure:7675: $? = 0
345configure:8401: checking how to run the C preprocessor
346configure:8432: gcc -E  conftest.c
347configure:8432: $? = 0
348configure:8446: gcc -E  conftest.c
349conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
350configure:8446: $? = 1
351configure: failed program was:
352| /* confdefs.h */
353| #define PACKAGE_NAME "SHERPA MC"
354| #define PACKAGE_TARNAME "SHERPA-MC"
355| #define PACKAGE_VERSION "1.2.3"
356| #define PACKAGE_STRING "SHERPA MC 1.2.3"
357| #define PACKAGE_BUGREPORT "support@sherpa-mc.de"
358| #define PACKAGE_URL ""
359| #define PACKAGE "SHERPA-MC"
360| #define VERSION "1.2.3"
361| #define ARCH_LINUX "1"
362| #define LIB_SUFFIX ".so"
363| #define LD_PATH_NAME "LD_LIBRARY_PATH"
364| #define FC_FUNC(name,NAME) name ## _
365| #define FC_FUNC_(name,NAME) name ## _
366| /* end confdefs.h.  */
367| #include <ac_nonexistent.h>
368configure:8471: result: gcc -E
369configure:8491: gcc -E  conftest.c
370configure:8491: $? = 0
371configure:8505: gcc -E  conftest.c
372conftest.c:16:28: error: ac_nonexistent.h: No such file or directory
373configure:8505: $? = 1
374configure: failed program was:
375| /* confdefs.h */
376| #define PACKAGE_NAME "SHERPA MC"
377| #define PACKAGE_TARNAME "SHERPA-MC"
378| #define PACKAGE_VERSION "1.2.3"
379| #define PACKAGE_STRING "SHERPA MC 1.2.3"
380| #define PACKAGE_BUGREPORT "support@sherpa-mc.de"
381| #define PACKAGE_URL ""
382| #define PACKAGE "SHERPA-MC"
383| #define VERSION "1.2.3"
384| #define ARCH_LINUX "1"
385| #define LIB_SUFFIX ".so"
386| #define LD_PATH_NAME "LD_LIBRARY_PATH"
387| #define FC_FUNC(name,NAME) name ## _
388| #define FC_FUNC_(name,NAME) name ## _
389| /* end confdefs.h.  */
390| #include <ac_nonexistent.h>
391configure:8534: checking for ANSI C header files
392configure:8562: gcc -c -g -O2  conftest.c >&5
393configure:8562: $? = 0
394configure:8635: gcc -o conftest -g -O2   conftest.c  >&5
395configure:8635: $? = 0
396configure:8635: ./conftest
397configure:8635: $? = 0
398configure:8646: result: yes
399configure:8659: checking for sys/types.h
400configure:8659: gcc -c -g -O2  conftest.c >&5
401configure:8659: $? = 0
402configure:8659: result: yes
403configure:8659: checking for sys/stat.h
404configure:8659: gcc -c -g -O2  conftest.c >&5
405configure:8659: $? = 0
406configure:8659: result: yes
407configure:8659: checking for stdlib.h
408configure:8659: gcc -c -g -O2  conftest.c >&5
409configure:8659: $? = 0
410configure:8659: result: yes
411configure:8659: checking for string.h
412configure:8659: gcc -c -g -O2  conftest.c >&5
413configure:8659: $? = 0
414configure:8659: result: yes
415configure:8659: checking for memory.h
416configure:8659: gcc -c -g -O2  conftest.c >&5
417configure:8659: $? = 0
418configure:8659: result: yes
419configure:8659: checking for strings.h
420configure:8659: gcc -c -g -O2  conftest.c >&5
421configure:8659: $? = 0
422configure:8659: result: yes
423configure:8659: checking for inttypes.h
424configure:8659: gcc -c -g -O2  conftest.c >&5
425configure:8659: $? = 0
426configure:8659: result: yes
427configure:8659: checking for stdint.h
428configure:8659: gcc -c -g -O2  conftest.c >&5
429configure:8659: $? = 0
430configure:8659: result: yes
431configure:8659: checking for unistd.h
432configure:8659: gcc -c -g -O2  conftest.c >&5
433configure:8659: $? = 0
434configure:8659: result: yes
435configure:8673: checking for dlfcn.h
436configure:8673: gcc -c -g -O2  conftest.c >&5
437configure:8673: $? = 0
438configure:8673: result: yes
439configure:8798: checking for C++ compiler version
440configure:8807: g++ --version >&5
441g++ (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
442Copyright (C) 2006 Free Software Foundation, Inc.
443This is free software; see the source for copying conditions.  There is NO
444warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
445
446configure:8818: $? = 0
447configure:8807: g++ -v >&5
448Using built-in specs.
449Target: x86_64-redhat-linux
450Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
451Thread model: posix
452gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
453configure:8818: $? = 0
454configure:8807: g++ -V >&5
455g++: '-V' option must have argument
456configure:8818: $? = 1
457configure:8807: g++ -qversion >&5
458g++: unrecognized option '-qversion'
459g++: no input files
460configure:8818: $? = 1
461configure:8822: checking whether we are using the GNU C++ compiler
462configure:8858: result: yes
463configure:8867: checking whether g++ accepts -g
464configure:8952: result: yes
465configure:8977: checking dependency style of g++
466configure:9087: result: gcc3
467configure:9110: checking how to run the C++ preprocessor
468configure:9137: g++ -E  conftest.cpp
469configure:9137: $? = 0
470configure:9151: g++ -E  conftest.cpp
471conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
472configure:9151: $? = 1
473configure: failed program was:
474| /* confdefs.h */
475| #define PACKAGE_NAME "SHERPA MC"
476| #define PACKAGE_TARNAME "SHERPA-MC"
477| #define PACKAGE_VERSION "1.2.3"
478| #define PACKAGE_STRING "SHERPA MC 1.2.3"
479| #define PACKAGE_BUGREPORT "support@sherpa-mc.de"
480| #define PACKAGE_URL ""
481| #define PACKAGE "SHERPA-MC"
482| #define VERSION "1.2.3"
483| #define ARCH_LINUX "1"
484| #define LIB_SUFFIX ".so"
485| #define LD_PATH_NAME "LD_LIBRARY_PATH"
486| #define FC_FUNC(name,NAME) name ## _
487| #define FC_FUNC_(name,NAME) name ## _
488| #define STDC_HEADERS 1
489| #define HAVE_SYS_TYPES_H 1
490| #define HAVE_SYS_STAT_H 1
491| #define HAVE_STDLIB_H 1
492| #define HAVE_STRING_H 1
493| #define HAVE_MEMORY_H 1
494| #define HAVE_STRINGS_H 1
495| #define HAVE_INTTYPES_H 1
496| #define HAVE_STDINT_H 1
497| #define HAVE_UNISTD_H 1
498| #define HAVE_DLFCN_H 1
499| /* end confdefs.h.  */
500| #include <ac_nonexistent.h>
501configure:9176: result: g++ -E
502configure:9196: g++ -E  conftest.cpp
503configure:9196: $? = 0
504configure:9210: g++ -E  conftest.cpp
505conftest.cpp:27:28: error: ac_nonexistent.h: No such file or directory
506configure:9210: $? = 1
507configure: failed program was:
508| /* confdefs.h */
509| #define PACKAGE_NAME "SHERPA MC"
510| #define PACKAGE_TARNAME "SHERPA-MC"
511| #define PACKAGE_VERSION "1.2.3"
512| #define PACKAGE_STRING "SHERPA MC 1.2.3"
513| #define PACKAGE_BUGREPORT "support@sherpa-mc.de"
514| #define PACKAGE_URL ""
515| #define PACKAGE "SHERPA-MC"
516| #define VERSION "1.2.3"
517| #define ARCH_LINUX "1"
518| #define LIB_SUFFIX ".so"
519| #define LD_PATH_NAME "LD_LIBRARY_PATH"
520| #define FC_FUNC(name,NAME) name ## _
521| #define FC_FUNC_(name,NAME) name ## _
522| #define STDC_HEADERS 1
523| #define HAVE_SYS_TYPES_H 1
524| #define HAVE_SYS_STAT_H 1
525| #define HAVE_STDLIB_H 1
526| #define HAVE_STRING_H 1
527| #define HAVE_MEMORY_H 1
528| #define HAVE_STRINGS_H 1
529| #define HAVE_INTTYPES_H 1
530| #define HAVE_STDINT_H 1
531| #define HAVE_UNISTD_H 1
532| #define HAVE_DLFCN_H 1
533| /* end confdefs.h.  */
534| #include <ac_nonexistent.h>
535configure:9351: checking for Fortran compiler version
536configure:9360: gfortran --version >&5
537GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-46)
538Copyright (C) 2007 Free Software Foundation, Inc.
539
540GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
541You may redistribute copies of GNU Fortran
542under the terms of the GNU General Public License.
543For more information about these matters, see the file named COPYING
544
545configure:9371: $? = 0
546configure:9360: gfortran -v >&5
547Using built-in specs.
548Target: x86_64-redhat-linux
549Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
550Thread model: posix
551gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)
552configure:9371: $? = 0
553configure:9360: gfortran -V >&5
554gfortran: '-V' option must have argument
555configure:9371: $? = 1
556configure:9360: gfortran -qversion >&5
557gfortran: unrecognized option '-qversion'
558gfortran: no input files
559configure:9371: $? = 1
560configure:9380: checking whether we are using the GNU Fortran compiler
561configure:9402: result: yes
562configure:9408: checking whether gfortran accepts -g
563configure:9427: result: yes
564configure:9599: checking for objdir
565configure:9614: result: .libs
566configure:9906: checking if gcc supports -fno-rtti -fno-exceptions
567configure:9924: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
568cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
569configure:9928: $? = 0
570configure:9941: result: no
571configure:9961: checking for gcc option to produce PIC
572configure:10233: result: -fPIC -DPIC
573configure:10245: checking if gcc PIC flag -fPIC -DPIC works
574configure:10263: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
575configure:10267: $? = 0
576configure:10280: result: yes
577configure:10304: checking if gcc static flag -static works
578configure:10332: result: yes
579configure:10347: checking if gcc supports -c -o file.o
580configure:10368: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
581configure:10372: $? = 0
582configure:10394: result: yes
583configure:10402: checking if gcc supports -c -o file.o
584configure:10449: result: yes
585configure:10482: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
586configure:11489: result: yes
587configure:11526: checking whether -lc should be explicitly linked in
588configure:11531: gcc -c -g -O2  conftest.c >&5
589configure:11534: $? = 0
590configure:11549: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
591configure:11552: $? = 0
592configure:11564: result: no
593configure:11728: checking dynamic linker characteristics
594configure:12169: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
595configure:12169: $? = 0
596configure:12399: result: GNU/Linux ld.so
597configure:12501: checking how to hardcode library paths into programs
598configure:12526: result: immediate
599configure:13086: checking whether stripping libraries is possible
600configure:13091: result: yes
601configure:13126: checking if libtool supports shared libraries
602configure:13128: result: yes
603configure:13131: checking whether to build shared libraries
604configure:13152: result: yes
605configure:13155: checking whether to build static libraries
606configure:13159: result: no
607configure:13309: checking for ld used by g++
608configure:13376: result: /usr/bin/ld -m elf_x86_64
609configure:13383: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
610configure:13398: result: yes
611configure:13453: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
612configure:14382: result: yes
613configure:14410: g++ -c   conftest.cpp >&5
614configure:14413: $? = 0
615configure:14595: checking for g++ option to produce PIC
616configure:14912: result: -fPIC -DPIC
617configure:14921: checking if g++ PIC flag -fPIC -DPIC works
618configure:14939: g++ -c   -fPIC -DPIC -DPIC conftest.cpp >&5
619configure:14943: $? = 0
620configure:14956: result: yes
621configure:14977: checking if g++ static flag -static works
622configure:15005: result: yes
623configure:15017: checking if g++ supports -c -o file.o
624configure:15038: g++ -c   -o out/conftest2.o conftest.cpp >&5
625configure:15042: $? = 0
626configure:15064: result: yes
627configure:15069: checking if g++ supports -c -o file.o
628configure:15116: result: yes
629configure:15146: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
630configure:15175: result: yes
631configure:15312: checking dynamic linker characteristics
632configure:15701: g++ -o conftest    -Wl,-rpath -Wl,/foo conftest.cpp  >&5
633configure:15701: $? = 0
634configure:15931: result: GNU/Linux ld.so
635configure:15982: checking how to hardcode library paths into programs
636configure:16007: result: immediate
637configure:16152: checking if libtool supports shared libraries
638configure:16154: result: yes
639configure:16157: checking whether to build shared libraries
640configure:16177: result: yes
641configure:16180: checking whether to build static libraries
642configure:16184: result: no
643configure:16210: gfortran -c -g -O2  conftest.f >&5
644configure:16213: $? = 0
645configure:16323: checking for gfortran option to produce PIC
646configure:16595: result: -fPIC
647configure:16604: checking if gfortran PIC flag -fPIC works
648configure:16622: gfortran -c -g -O2 -fPIC  conftest.f >&5
649configure:16626: $? = 0
650configure:16639: result: yes
651configure:16660: checking if gfortran static flag -static works
652configure:16688: result: yes
653configure:16700: checking if gfortran supports -c -o file.o
654configure:16721: gfortran -c -g -O2 -o out/conftest2.o  conftest.f >&5
655configure:16725: $? = 0
656configure:16747: result: yes
657configure:16752: checking if gfortran supports -c -o file.o
658configure:16799: result: yes
659configure:16829: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
660configure:17807: result: yes
661configure:17944: checking dynamic linker characteristics
662configure:18319: gfortran -o conftest -g -O2  -Wl,-rpath -Wl,/foo  conftest.f  >&5
663configure:18319: $? = 0
664configure:18549: result: GNU/Linux ld.so
665configure:18600: checking how to hardcode library paths into programs
666configure:18625: result: immediate
667configure:18672: checking for ANSI C header files
668configure:18784: result: yes
669configure:18792: checking for an ANSI C-conforming const
670configure:18865: gcc -c -g -O2  conftest.c >&5
671configure:18865: $? = 0
672configure:18872: result: yes
673configure:18880: checking for size_t
674configure:18880: gcc -c -g -O2  conftest.c >&5
675configure:18880: $? = 0
676configure:18880: gcc -c -g -O2  conftest.c >&5
677conftest.c: In function 'main':
678conftest.c:73: error: expected expression before ')' token
679configure:18880: $? = 1
680configure: failed program was:
681| /* confdefs.h */
682| #define PACKAGE_NAME "SHERPA MC"
683| #define PACKAGE_TARNAME "SHERPA-MC"
684| #define PACKAGE_VERSION "1.2.3"
685| #define PACKAGE_STRING "SHERPA MC 1.2.3"
686| #define PACKAGE_BUGREPORT "support@sherpa-mc.de"
687| #define PACKAGE_URL ""
688| #define PACKAGE "SHERPA-MC"
689| #define VERSION "1.2.3"
690| #define ARCH_LINUX "1"
691| #define LIB_SUFFIX ".so"
692| #define LD_PATH_NAME "LD_LIBRARY_PATH"
693| #define FC_FUNC(name,NAME) name ## _
694| #define FC_FUNC_(name,NAME) name ## _
695| #define STDC_HEADERS 1
696| #define HAVE_SYS_TYPES_H 1
697| #define HAVE_SYS_STAT_H 1
698| #define HAVE_STDLIB_H 1
699| #define HAVE_STRING_H 1
700| #define HAVE_MEMORY_H 1
701| #define HAVE_STRINGS_H 1
702| #define HAVE_INTTYPES_H 1
703| #define HAVE_STDINT_H 1
704| #define HAVE_UNISTD_H 1
705| #define HAVE_DLFCN_H 1
706| #define LT_OBJDIR ".libs/"
707| #define STDC_HEADERS 1
708| /* end confdefs.h.  */
709| #include <stdio.h>
710| #ifdef HAVE_SYS_TYPES_H
711| # include <sys/types.h>
712| #endif
713| #ifdef HAVE_SYS_STAT_H
714| # include <sys/stat.h>
715| #endif
716| #ifdef STDC_HEADERS
717| # include <stdlib.h>
718| # include <stddef.h>
719| #else
720| # ifdef HAVE_STDLIB_H
721| #  include <stdlib.h>
722| # endif
723| #endif
724| #ifdef HAVE_STRING_H
725| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
726| #  include <memory.h>
727| # endif
728| # include <string.h>
729| #endif
730| #ifdef HAVE_STRINGS_H
731| # include <strings.h>
732| #endif
733| #ifdef HAVE_INTTYPES_H
734| # include <inttypes.h>
735| #endif
736| #ifdef HAVE_STDINT_H
737| # include <stdint.h>
738| #endif
739| #ifdef HAVE_UNISTD_H
740| # include <unistd.h>
741| #endif
742| #ifdef FC_DUMMY_MAIN
743| #ifndef FC_DUMMY_MAIN_EQ_F77
744| #  ifdef __cplusplus
745|      extern "C"
746| #  endif
747|    int FC_DUMMY_MAIN() { return 1; }
748| #endif
749| #endif
750| int
751| main ()
752| {
753| if (sizeof ((size_t)))
754|           return 0;
755|   ;
756|   return 0;
757| }
758configure:18880: result: yes
759configure:18893: checking for mkdir
760configure:18893: gcc -o conftest -g -O2   conftest.c  >&5
761configure:18893: $? = 0
762configure:18893: result: yes
763configure:18922: checking whether to enable versioning
764configure:18924: result: no
765configure:18945: checking whether to enable SVN synchronization
766configure:18946: result: no
767configure:18955: checking for multithreading
768configure:18960: result: yes
769configure:18988: checking for analysis
770configure:18993: result: yes
771configure:19023: checking for MC@NLO support
772configure:19024: result: no
773configure:19047: checking for HepMC2 installation directory
774configure:19068: result: /home/keith/MCtools/HepMC-2.06/x86_64-slc5-gcc41-opt
775configure:19319: checking for ROOT installation directory
776configure:19350: result: /home/keith/root_v5.26.00/root
777configure:19591: checking for inflateEnd in -lz
778configure:19624: gcc -o conftest -g -O2   conftest.c -lz   >&5
779configure:19624: $? = 0
780configure:19633: result: yes
781configure:19641: checking zlib.h usability
782configure:19641: gcc -c -g -O2  conftest.c >&5
783configure:19641: $? = 0
784configure:19641: result: yes
785configure:19641: checking zlib.h presence
786configure:19641: gcc -E  conftest.c
787configure:19641: $? = 0
788configure:19641: result: yes
789configure:19641: checking for zlib.h
790configure:19641: result: yes
791configure:19743: checking whether to install relocatable Sherpa
792configure:19744: result: no
793configure:19766: checking whether to include AMISIC stuff
794configure:19767: result: yes
795configure:19799: checking whether to include AHADIC stuff
796configure:19800: result: yes
797configure:19832: checking whether to include HADRONS stuff
798configure:19833: result: yes
799configure:19865: checking whether to include PHOTONS stuff
800configure:19866: result: yes
801configure:20366: creating ./config.status
802
803## ---------------------- ##
804## Running config.status. ##
805## ---------------------- ##
806
807This file was extended by SHERPA MC config.status 1.2.3, which was
808generated by GNU Autoconf 2.67.  Invocation command line was
809
810  CONFIG_FILES    =
811  CONFIG_HEADERS  =
812  CONFIG_LINKS    =
813  CONFIG_COMMANDS =
814  $ ./config.status
815
816on hep
817
818config.status:1477: creating ATOOLS/Math/Makefile
819config.status:1477: creating ATOOLS/Phys/Makefile
820config.status:1477: creating ATOOLS/Org/Makefile
821config.status:1477: creating ATOOLS/Makefile
822config.status:1477: creating METOOLS/Main/Makefile
823config.status:1477: creating METOOLS/Loops/Makefile
824config.status:1477: creating METOOLS/Makefile
825config.status:1477: creating BEAM/Main/Makefile
826config.status:1477: creating BEAM/Makefile
827config.status:1477: creating PDF/Main/Makefile
828config.status:1477: creating PDF/Electron/Makefile
829config.status:1477: creating PDF/LHAPDF/Makefile
830config.status:1477: creating PDF/MSTW/Makefile
831config.status:1477: creating PDF/MRST/Makefile
832config.status:1477: creating PDF/CTEQ/Makefile
833config.status:1477: creating PDF/GRV/Makefile
834config.status:1477: creating PDF/Remnant/Makefile
835config.status:1477: creating PDF/Makefile
836config.status:1477: creating MODEL/Interaction_Models/Makefile
837config.status:1477: creating MODEL/Main/Makefile
838config.status:1477: creating MODEL/Makefile
839config.status:1477: creating POWHEG/Tools/Makefile
840config.status:1477: creating POWHEG/Calculators/Makefile
841config.status:1477: creating POWHEG/Showers/Makefile
842config.status:1477: creating POWHEG/Main/Makefile
843config.status:1477: creating POWHEG/Makefile
844config.status:1477: creating PHASIC++/Main/Makefile
845config.status:1477: creating PHASIC++/Channels/Makefile
846config.status:1477: creating PHASIC++/Process/Makefile
847config.status:1477: creating PHASIC++/Scales/Makefile
848config.status:1477: creating PHASIC++/Selectors/Makefile
849config.status:1477: creating PHASIC++/Makefile
850config.status:1477: creating EXTRA_XS/Main/Makefile
851config.status:1477: creating EXTRA_XS/Two2Two/Makefile
852config.status:1477: creating EXTRA_XS/NLO/Makefile
853config.status:1477: creating EXTRA_XS/Cluster/Makefile
854config.status:1477: creating EXTRA_XS/Makefile
855config.status:1477: creating AMEGIC++/Main/Makefile
856config.status:1477: creating AMEGIC++/Main/makelibs
857config.status:1477: creating AMEGIC++/DipoleSubtraction/Makefile
858config.status:1477: creating AMEGIC++/Amplitude/Makefile
859config.status:1477: creating AMEGIC++/Amplitude/Zfunctions/Makefile
860config.status:1477: creating AMEGIC++/Phasespace/Makefile
861config.status:1477: creating AMEGIC++/String/Makefile
862config.status:1477: creating AMEGIC++/Cluster/Makefile
863config.status:1477: creating AMEGIC++/Makefile
864config.status:1477: creating COMIX/Amplitude/Makefile
865config.status:1477: creating COMIX/Phasespace/Makefile
866config.status:1477: creating COMIX/Main/Makefile
867config.status:1477: creating COMIX/Models/Makefile
868config.status:1477: creating COMIX/Currents/Makefile
869config.status:1477: creating COMIX/Vertices/Makefile
870config.status:1477: creating COMIX/Cluster/Makefile
871config.status:1477: creating COMIX/Makefile
872config.status:1477: creating CSSHOWER++/Tools/Makefile
873config.status:1477: creating CSSHOWER++/Calculators/Makefile
874config.status:1477: creating CSSHOWER++/Showers/Makefile
875config.status:1477: creating CSSHOWER++/Main/Makefile
876config.status:1477: creating CSSHOWER++/Makefile
877config.status:1477: creating AMISIC++/Tools/Makefile
878config.status:1477: creating AMISIC++/Model/Makefile
879config.status:1477: creating AMISIC++/Main/Makefile
880config.status:1477: creating AMISIC++/Makefile
881config.status:1477: creating AHADIC++/Tools/Makefile
882config.status:1477: creating AHADIC++/Formation/Makefile
883config.status:1477: creating AHADIC++/Decays/Makefile
884config.status:1477: creating AHADIC++/Main/Makefile
885config.status:1477: creating AHADIC++/Makefile
886config.status:1477: creating HADRONS++/Main/Makefile
887config.status:1477: creating HADRONS++/ME_Library/Makefile
888config.status:1477: creating HADRONS++/Current_Library/Makefile
889config.status:1477: creating HADRONS++/PS_Library/Makefile
890config.status:1477: creating HADRONS++/Run/Makefile
891config.status:1477: creating HADRONS++/Makefile
892config.status:1477: creating PHOTONS++/Main/Makefile
893config.status:1477: creating PHOTONS++/Tools/Makefile
894config.status:1477: creating PHOTONS++/PhaseSpace/Makefile
895config.status:1477: creating PHOTONS++/MEs/Makefile
896config.status:1477: creating PHOTONS++/Makefile
897config.status:1477: creating SHERPA/Tools/Makefile
898config.status:1477: creating SHERPA/LundTools/Makefile
899config.status:1477: creating SHERPA/LundTools/pythia-6.4.18.f
900config.status:1477: creating SHERPA/Initialization/Makefile
901config.status:1477: creating SHERPA/PerturbativePhysics/Makefile
902config.status:1477: creating SHERPA/SoftPhysics/Makefile
903config.status:1477: creating SHERPA/Single_Events/Makefile
904config.status:1477: creating SHERPA/Main/Makefile
905config.status:1477: creating SHERPA/Run/Makefile
906config.status:1477: creating SHERPA/Run/Sherpa-config
907config.status:1477: creating SHERPA/Makefile
908config.status:1477: creating Manual/Makefile
909config.status:1477: creating Manual/sherpa-completion
910config.status:1477: creating Examples/Makefile
911config.status:1477: creating AddOns/Analysis/Tools/Makefile
912config.status:1477: creating AddOns/Analysis/Main/Makefile
913config.status:1477: creating AddOns/Analysis/Triggers/Makefile
914config.status:1477: creating AddOns/Analysis/Observables/Makefile
915config.status:1477: creating AddOns/Analysis/Analyses/Makefile
916config.status:1477: creating AddOns/Analysis/Scripts/Makefile
917config.status:1477: creating AddOns/Analysis/Makefile
918config.status:1477: creating AddOns/WhiteHat/Makefile
919config.status:1477: creating AddOns/MCFM/Makefile
920config.status:1477: creating AddOns/HZTool/Makefile
921config.status:1477: creating AddOns/Rivet/Makefile
922config.status:1477: creating AddOns/Makefile
923config.status:1477: creating Makefile
924config.status:1477: creating config.h
925config.status:1477: creating ATOOLS/Org/CXXFLAGS.H
926config.status:1477: creating ATOOLS/Org/CXXFLAGS_PACKAGES.H
927config.status:1705: executing depfiles commands
928config.status:1705: executing libtool commands
929
930## ---------------- ##
931## Cache variables. ##
932## ---------------- ##
933
934ac_cv_build=x86_64-unknown-linux-gnu
935ac_cv_c_compiler_gnu=yes
936ac_cv_c_const=yes
937ac_cv_cxx_compiler_gnu=yes
938ac_cv_env_CCC_set=
939ac_cv_env_CCC_value=
940ac_cv_env_CC_set=
941ac_cv_env_CC_value=
942ac_cv_env_CFLAGS_set=
943ac_cv_env_CFLAGS_value=
944ac_cv_env_CPPFLAGS_set=
945ac_cv_env_CPPFLAGS_value=
946ac_cv_env_CPP_set=
947ac_cv_env_CPP_value=
948ac_cv_env_CXXCPP_set=
949ac_cv_env_CXXCPP_value=
950ac_cv_env_CXXFLAGS_set=
951ac_cv_env_CXXFLAGS_value=
952ac_cv_env_CXX_set=
953ac_cv_env_CXX_value=
954ac_cv_env_FCFLAGS_set=
955ac_cv_env_FCFLAGS_value=
956ac_cv_env_FC_set=
957ac_cv_env_FC_value=
958ac_cv_env_LDFLAGS_set=
959ac_cv_env_LDFLAGS_value=
960ac_cv_env_LIBS_set=
961ac_cv_env_LIBS_value=
962ac_cv_env_build_alias_set=
963ac_cv_env_build_alias_value=
964ac_cv_env_host_alias_set=
965ac_cv_env_host_alias_value=
966ac_cv_env_target_alias_set=
967ac_cv_env_target_alias_value=
968ac_cv_fc_compiler_gnu=yes
969ac_cv_fc_dummy_main=none
970ac_cv_fc_libs=' -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm'
971ac_cv_fc_mangling='lower case, underscore, no extra underscore'
972ac_cv_fortran_dummy_main=none
973ac_cv_func_mkdir=yes
974ac_cv_header_dlfcn_h=yes
975ac_cv_header_inttypes_h=yes
976ac_cv_header_memory_h=yes
977ac_cv_header_stdc=yes
978ac_cv_header_stdint_h=yes
979ac_cv_header_stdlib_h=yes
980ac_cv_header_string_h=yes
981ac_cv_header_strings_h=yes
982ac_cv_header_sys_stat_h=yes
983ac_cv_header_sys_types_h=yes
984ac_cv_header_unistd_h=yes
985ac_cv_header_zlib_h=yes
986ac_cv_host=x86_64-unknown-linux-gnu
987ac_cv_lib_z_inflateEnd=yes
988ac_cv_objext=o
989ac_cv_path_EGREP='/bin/grep -E'
990ac_cv_path_FGREP='/bin/grep -F'
991ac_cv_path_GREP=/bin/grep
992ac_cv_path_SED=/bin/sed
993ac_cv_path_install='/usr/bin/install -c'
994ac_cv_path_mkdir=/bin/mkdir
995ac_cv_prog_AWK=gawk
996ac_cv_prog_CPP='gcc -E'
997ac_cv_prog_CXXCPP='g++ -E'
998ac_cv_prog_ac_ct_AR=ar
999ac_cv_prog_ac_ct_CC=gcc
1000ac_cv_prog_ac_ct_CXX=g++
1001ac_cv_prog_ac_ct_FC=gfortran
1002ac_cv_prog_ac_ct_OBJDUMP=objdump
1003ac_cv_prog_ac_ct_RANLIB=ranlib
1004ac_cv_prog_ac_ct_STRIP=strip
1005ac_cv_prog_cc_c89=
1006ac_cv_prog_cc_g=yes
1007ac_cv_prog_cxx_g=yes
1008ac_cv_prog_fc_g=yes
1009ac_cv_prog_fc_v=-v
1010ac_cv_prog_make_make_set=yes
1011ac_cv_type_size_t=yes
1012am_cv_CC_dependencies_compiler_type=gcc3
1013am_cv_CXX_dependencies_compiler_type=gcc3
1014am_cv_prog_tar_ustar=gnutar
1015lt_cv_deplibs_check_method=pass_all
1016lt_cv_file_magic_cmd='$MAGIC_CMD'
1017lt_cv_file_magic_test_file=
1018lt_cv_ld_reload_flag=-r
1019lt_cv_nm_interface='BSD nm'
1020lt_cv_objdir=.libs
1021lt_cv_path_LD=/usr/bin/ld
1022lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
1023lt_cv_path_NM='/usr/bin/nm -B'
1024lt_cv_prog_compiler_c_o=yes
1025lt_cv_prog_compiler_c_o_CXX=yes
1026lt_cv_prog_compiler_c_o_FC=yes
1027lt_cv_prog_compiler_pic_works=yes
1028lt_cv_prog_compiler_pic_works_CXX=yes
1029lt_cv_prog_compiler_pic_works_FC=yes
1030lt_cv_prog_compiler_rtti_exceptions=no
1031lt_cv_prog_compiler_static_works=yes
1032lt_cv_prog_compiler_static_works_CXX=yes
1033lt_cv_prog_compiler_static_works_FC=yes
1034lt_cv_prog_gnu_ld=yes
1035lt_cv_prog_gnu_ldcxx=yes
1036lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
1037lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1038lt_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'\'''
1039lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
1040lt_cv_sys_max_cmd_len=98304
1041
1042## ----------------- ##
1043## Output variables. ##
1044## ----------------- ##
1045
1046ACLOCAL='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/missing --run aclocal-1.11'
1047AHADICBUILDDIR='${top_builddir}/AHADIC++'
1048AHADICDIR='${top_srcdir}/AHADIC++'
1049AHADICLIBS='-L${AHADICBUILDDIR}/Main -L${AHADICBUILDDIR}/Tools -L${AHADICBUILDDIR}/Formation -L${AHADICBUILDDIR}/Decays               -lAhadicMain -lAhadicTools -lAhadicFormation -lAhadicDecays'
1050AHADIC_SUPPORT_FALSE='#'
1051AHADIC_SUPPORT_TRUE=''
1052AMDEPBACKSLASH='\'
1053AMDEP_FALSE='#'
1054AMDEP_TRUE=''
1055AMEGICBUILDDIR='${top_builddir}/AMEGIC++'
1056AMEGICDIR='${top_srcdir}/AMEGIC++'
1057AMEGICLIBS='-L${AMEGICBUILDDIR}/Main -L${AMEGICBUILDDIR}/DipoleSubtraction            -L${AMEGICBUILDDIR}/Amplitude -L${AMEGICBUILDDIR}/Phasespace               -L${AMEGICBUILDDIR}/String -L${AMEGICBUILDDIR}/Amplitude/Zfunctions -L${AMEGICBUILDDIR}/Cluster               -lAmegic -lDipoleSubtraction -lAmplitude -lAmegicPSGen -lZfunctions -lString -lAmegicCluster'
1058AMISICBUILDDIR='${top_builddir}/AMISIC++'
1059AMISICDIR='${top_srcdir}/AMISIC++'
1060AMISICLIBS='-L${AMISICBUILDDIR}/Main -L${AMISICBUILDDIR}/Tools -L${AMISICBUILDDIR}/Model               -lAmisic -lAmisicModel -lAmisicTools'
1061AMISIC_SUPPORT_FALSE='#'
1062AMISIC_SUPPORT_TRUE=''
1063AMTAR='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/missing --run tar'
1064AM_CPPFLAGS='-I$(top_srcdir)'
1065AM_CXXFLAGS='-g -O2 -pedantic -Wall'
1066AM_FFLAGS=''
1067AR='ar'
1068ATOOLSBUILDDIR='${top_builddir}/ATOOLS'
1069ATOOLSDIR='${top_srcdir}/ATOOLS'
1070ATOOLSLIBS='-L${ATOOLSBUILDDIR}/Phys -L${ATOOLSBUILDDIR}/Math               -L${ATOOLSBUILDDIR}/Org               -lToolsPhys -lToolsMath -lToolsOrg'
1071AUTOCONF='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/missing --run autoconf'
1072AUTOHEADER='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/missing --run autoheader'
1073AUTOMAKE='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/missing --run automake-1.11'
1074AWK='gawk'
1075BEAMBUILDDIR='${top_builddir}/BEAM'
1076BEAMDIR='${top_srcdir}/BEAM'
1077BEAMLIBS='-L${BEAMBUILDDIR}/Main -lBeam'
1078BINDIR='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/bin'
1079CC='gcc'
1080CCDEPMODE='depmode=gcc3'
1081CERNLIB_SUPPORT_FALSE=''
1082CERNLIB_SUPPORT_TRUE='#'
1083CFLAGS='-g -O2'
1084COMIXBUILDDIR='${top_builddir}/COMIX'
1085COMIXDIR='${top_srcdir}/COMIX'
1086COMIXLIBS='-L${COMIXBUILDDIR}/Amplitude -L${COMIXBUILDDIR}/Phasespace -L${COMIXBUILDDIR}/Main -L${COMIXBUILDDIR}/Models -L${COMIXBUILDDIR}/Currents -L${COMIXBUILDDIR}/Vertices -L${COMIXBUILDDIR}/Cluster -lComixAmplitude -lComixPhasespace -lComix -lComixModels -lComixCurrents -lComixVertices -lComixCluster'
1087CONDITIONAL_AHADICLIBS='${AHADICLIBS}'
1088CONDITIONAL_AMISICLIBS='${AMISICLIBS}'
1089CONDITIONAL_CERNLIBLIBS=''
1090CONDITIONAL_FASTJETDIR=''
1091CONDITIONAL_FASTJETINCS=''
1092CONDITIONAL_FASTJETLIBS=''
1093CONDITIONAL_GOLEM95DIR=''
1094CONDITIONAL_GOLEM95LIBS=''
1095CONDITIONAL_GZIPLIBS='-lz'
1096CONDITIONAL_HADRONSLIBS='${HADRONSLIBS}'
1097CONDITIONAL_HEPMC2DIR='/home/keith/MCtools/HepMC-2.06/x86_64-slc5-gcc41-opt'
1098CONDITIONAL_HEPMC2INCS='-I/home/keith/MCtools/HepMC-2.06/x86_64-slc5-gcc41-opt/include'
1099CONDITIONAL_HEPMC2LIBS='-L/home/keith/MCtools/HepMC-2.06/x86_64-slc5-gcc41-opt/lib -R/home/keith/MCtools/HepMC-2.06/x86_64-slc5-gcc41-opt/lib -lHepMC'
1100CONDITIONAL_HZTOOLDIR=''
1101CONDITIONAL_HZTOOLINCS=''
1102CONDITIONAL_HZTOOLLIBS=''
1103CONDITIONAL_LHAPDFDIR=''
1104CONDITIONAL_LHAPDFINCS=''
1105CONDITIONAL_LHAPDFLIBS=''
1106CONDITIONAL_MCATNLOLIBS=''
1107CONDITIONAL_MCFMDIR=''
1108CONDITIONAL_MCFMLIBS=''
1109CONDITIONAL_PHOTONSLIBS='${PHOTONSLIBS}'
1110CONDITIONAL_RIVETCPPFLAGS=''
1111CONDITIONAL_RIVETLDADD=''
1112CONDITIONAL_ROOTDIR='/home/keith/root_v5.26.00/root'
1113CONDITIONAL_ROOTFLAGS='-Wno-long-long'
1114CONDITIONAL_ROOTINCS='-I/home/keith/root_v5.26.00/root/include'
1115CONDITIONAL_ROOTLIBS='-L/home/keith/root_v5.26.00/root/lib -L/home/keith/root_v5.26.00/root/lib -lCore -lCint -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lGui -pthread -lm -ldl -rdynamic'
1116CONDITIONAL_THREADLIBS='-lpthread'
1117CONDITIONAL_WHITEHATDIR=''
1118CONDITIONAL_WHITEHATINCS=''
1119CONDITIONAL_WHITEHATLIBS=''
1120CPP='gcc -E'
1121CPPFLAGS=''
1122CSSBUILDDIR='${top_builddir}/CSSHOWER++'
1123CSSDIR='${top_srcdir}/CSSHOWER++'
1124CSSLIBS='-L${CSSBUILDDIR}/Main -L${CSSBUILDDIR}/Calculators -L${CSSBUILDDIR}/Showers -L${CSSBUILDDIR}/Tools             -lCSTools -lCSCalculators -lCSShowers -lCSMain'
1125CXX='g++'
1126CXXCPP='g++ -E'
1127CXXDEPMODE='depmode=gcc3'
1128CXXFLAGS=''
1129CYGPATH_W='echo'
1130DATADIR='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/share/SHERPA-MC'
1131DEFS='-DHAVE_CONFIG_H'
1132DEPDIR='.deps'
1133DSYMUTIL=''
1134DUMPBIN=''
1135ECHO_C=''
1136ECHO_N='-n'
1137ECHO_T=''
1138EGREP='/bin/grep -E'
1139EXEEXT=''
1140EXTRAXSBUILDDIR='${top_builddir}/EXTRA_XS'
1141EXTRAXSDIR='${top_srcdir}/EXTRA_XS'
1142EXTRAXSLIBS='-L${EXTRAXSBUILDDIR}/Main -lExtraXS                -L${EXTRAXSBUILDDIR}/Two2Two -lExtraXS2_2                -L${EXTRAXSBUILDDIR}/Cluster -lExtraXSCluster                -L${EXTRAXSBUILDDIR}/NLO -lExtraXSNLO'
1143EXTRA_DIST='$(SVNINCLUDE)'
1144F77='gfortran'
1145FASTJET_SUPPORT_FALSE=''
1146FASTJET_SUPPORT_TRUE='#'
1147FC='gfortran'
1148FCFLAGS='-g -O2'
1149FCLIBS=' -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm'
1150FGREP='/bin/grep -F'
1151FORTRANLIBADD=' -L/usr/site/intel_fortan-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/mkl/lib/em64t -L/usr/site/intel_cpp-11.0.074/tbb/em64t/cc3.4.3_libc2.3.4_kernel2.6.9/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm'
1152GOLEM95_SUPPORT_FALSE=''
1153GOLEM95_SUPPORT_TRUE='#'
1154GREP='/bin/grep'
1155GZIP_SUPPORT_FALSE='#'
1156GZIP_SUPPORT_TRUE=''
1157HADRONSBUILDDIR='${top_builddir}/HADRONS++'
1158HADRONSDIR='${top_srcdir}/HADRONS++'
1159HADRONSLIBS='-L${HADRONSBUILDDIR}/Main -L${HADRONSBUILDDIR}/ME_Library                -L${HADRONSBUILDDIR}/Current_Library -L${HADRONSBUILDDIR}/PS_Library                -lHadronsMain -lHadronsMEs -lHadronsCurrents -lHadronsPSs'
1160HADRONS_SUPPORT_FALSE='#'
1161HADRONS_SUPPORT_TRUE=''
1162HEPEVT_CB_SIZE='10000'
1163HEPMC2_SUPPORT_FALSE='#'
1164HEPMC2_SUPPORT_TRUE=''
1165HZTOOL_SUPPORT_FALSE=''
1166HZTOOL_SUPPORT_TRUE='#'
1167INCLUDEDIR='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/include/SHERPA-MC'
1168INSTALL_DATA='${INSTALL} -m 644'
1169INSTALL_PROGRAM='${INSTALL}'
1170INSTALL_SCRIPT='${INSTALL}'
1171INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1172LD='/usr/bin/ld -m elf_x86_64'
1173LDFLAGS=''
1174LHAPDF_NATIVE_WRAPPER_FALSE=''
1175LHAPDF_NATIVE_WRAPPER_TRUE='#'
1176LHAPDF_SUPPORT_FALSE=''
1177LHAPDF_SUPPORT_TRUE='#'
1178LIBDIR='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/lib/SHERPA-MC'
1179LIBOBJS=''
1180LIBS=''
1181LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1182LIPO=''
1183LN_S='ln -s'
1184LTLIBOBJS=''
1185MAKEINFO='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/missing --run makeinfo'
1186MCATNLO_SUPPORT_FALSE=''
1187MCATNLO_SUPPORT_TRUE='#'
1188MCFM_SUPPORT_FALSE=''
1189MCFM_SUPPORT_TRUE='#'
1190METOOLSBUILDDIR='${top_builddir}/METOOLS'
1191METOOLSDIR='${top_srcdir}/METOOLS'
1192METOOLSLIBS='-L${METOOLSBUILDDIR}/Main -lHelicitiesMain                   -L${METOOLSBUILDDIR}/Loops -lHelicitiesLoops'
1193MKDIR_P='/bin/mkdir -p'
1194MODELBUILDDIR='${top_builddir}/MODEL'
1195MODELDIR='${top_srcdir}/MODEL'
1196MODELLIBS='-L${MODELBUILDDIR}/Main -L${MODELBUILDDIR}/Interaction_Models              -lModelMain -lModelInteractions'
1197NM='/usr/bin/nm -B'
1198NMEDIT=''
1199OBJDUMP='objdump'
1200OBJEXT='o'
1201OTOOL64=''
1202OTOOL=''
1203PACKAGE='SHERPA-MC'
1204PACKAGE_BUGREPORT='support@sherpa-mc.de'
1205PACKAGE_NAME='SHERPA MC'
1206PACKAGE_STRING='SHERPA MC 1.2.3'
1207PACKAGE_TARNAME='SHERPA-MC'
1208PACKAGE_URL=''
1209PACKAGE_VERSION='1.2.3'
1210PATH_SEPARATOR=':'
1211PDFBUILDDIR='${top_builddir}/PDF'
1212PDFDIR='${top_srcdir}/PDF'
1213PDFLIBS='-L${PDFBUILDDIR}/Main -L${PDFBUILDDIR}/Remnant            -lPDF -lRemnant'
1214PHASICBUILDDIR='${top_builddir}/PHASIC++'
1215PHASICDIR='${top_srcdir}/PHASIC++'
1216PHASICLIBS='-L${PHASICBUILDDIR}/Main -L${PHASICBUILDDIR}/Channels       -L${PHASICBUILDDIR}/Process -L${PHASICBUILDDIR}/Scales  -L${PHASICBUILDDIR}/Selectors   -lPhasicChannels -lPhasicMain -lPhasicProcess -lPhasicScales    -lPhasicSelectors'
1217PHOTONSBUILDDIR='${top_builddir}/PHOTONS++'
1218PHOTONSDIR='${top_srcdir}/PHOTONS++'
1219PHOTONSLIBS='-L${PHOTONSBUILDDIR}/Main -L${PHOTONSBUILDDIR}/Tools                -L${PHOTONSBUILDDIR}/PhaseSpace -L${PHOTONSBUILDDIR}/MEs                -lPhotonsMain -lPhotonsTools -lPhotonsPhaseSpace -lPhotonsMEs'
1220PHOTONS_SUPPORT_FALSE='#'
1221PHOTONS_SUPPORT_TRUE=''
1222POWHEGBUILDDIR='${top_builddir}/POWHEG'
1223POWHEGDIR='${top_srcdir}/POWHEG'
1224POWHEGLIBS='-L${POWHEGBUILDDIR}/Main -L${POWHEGBUILDDIR}/Calculators -L${POWHEGBUILDDIR}/Showers -L${POWHEGBUILDDIR}/Tools              -lPOWHEGTools -lPOWHEGCalculators -lPOWHEGShowers -lPOWHEGMain'
1225PYTHIA_SUPPORT_FALSE=''
1226PYTHIA_SUPPORT_TRUE='#'
1227RANLIB='ranlib'
1228RIVET_SUPPORT_FALSE=''
1229RIVET_SUPPORT_TRUE='#'
1230ROOT_SUPPORT_FALSE='#'
1231ROOT_SUPPORT_TRUE=''
1232SED='/bin/sed'
1233SET_MAKE=''
1234SHELL='/bin/sh'
1235SHERPABUILDDIR='${top_builddir}/SHERPA'
1236SHERPADIR='${top_srcdir}/SHERPA'
1237SHERPALIBS='-L${SHERPABUILDDIR}/Single_Events -L${SHERPABUILDDIR}/PerturbativePhysics               -L${SHERPABUILDDIR}/LundTools -L${SHERPABUILDDIR}/Tools -L${SHERPABUILDDIR}/Main               -L${SHERPABUILDDIR}/Initialization -L${SHERPABUILDDIR}/SoftPhysics -L${SHERPABUILDDIR}/HerwigTools               -lSherpaMain -lSherpaInitialization -lSherpaSingleEvents               -lSherpaPerturbativePhysics -lSherpaSoftPhysics -lLundTools -lSherpaTools'
1238SHERPAPREFIX='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3'
1239STRIP='strip'
1240SVNINCLUDE=''
1241USING__Analysis_FALSE='#'
1242USING__Analysis_TRUE=''
1243USING__Threading_FALSE='#'
1244USING__Threading_TRUE=''
1245VERSION='1.2.3'
1246VERSIONING=''
1247WHITEHAT_SUPPORT_FALSE=''
1248WHITEHAT_SUPPORT_TRUE='#'
1249ac_ct_CC='gcc'
1250ac_ct_CXX='g++'
1251ac_ct_DUMPBIN=''
1252ac_ct_FC='gfortran'
1253am__EXEEXT_FALSE=''
1254am__EXEEXT_TRUE='#'
1255am__fastdepCC_FALSE='#'
1256am__fastdepCC_TRUE=''
1257am__fastdepCXX_FALSE='#'
1258am__fastdepCXX_TRUE=''
1259am__include='include'
1260am__isrc=''
1261am__leading_dot='.'
1262am__quote=''
1263am__tar='tar --format=ustar -chf - "$$tardir"'
1264am__untar='tar -xf -'
1265bindir='${exec_prefix}/bin'
1266build='x86_64-unknown-linux-gnu'
1267build_alias=''
1268build_cpu='x86_64'
1269build_os='linux-gnu'
1270build_vendor='unknown'
1271datadir='${datarootdir}'
1272datarootdir='${prefix}/share'
1273docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1274dvidir='${docdir}'
1275exec_prefix='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3'
1276host='x86_64-unknown-linux-gnu'
1277host_alias=''
1278host_cpu='x86_64'
1279host_os='linux-gnu'
1280host_vendor='unknown'
1281htmldir='${docdir}'
1282includedir='${prefix}/include'
1283infodir='${datarootdir}/info'
1284install_sh='${SHELL} /home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/install-sh'
1285ldflags='-rdynamic'
1286libdir='${exec_prefix}/lib'
1287libexecdir='${exec_prefix}/libexec'
1288localedir='${datarootdir}/locale'
1289localincdir='$(pkgincludedir)/$(subdir)'
1290localstatedir='${prefix}/var'
1291lt_ECHO='echo'
1292mandir='${datarootdir}/man'
1293mkdir_p='/bin/mkdir -p'
1294oldincludedir='/usr/include'
1295pdfdir='${docdir}'
1296pkgdatadir='${datadir}/${PACKAGE_TARNAME}'
1297pkgincludedir='${includedir}/${PACKAGE_TARNAME}'
1298pkglibdir='${libdir}/${PACKAGE_TARNAME}'
1299prefix='/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3'
1300program_transform_name='s,x,x,'
1301psdir='${docdir}'
1302sbindir='${exec_prefix}/sbin'
1303sharedstatedir='${prefix}/com'
1304sysconfdir='${prefix}/etc'
1305target_alias=''
1306
1307## ----------- ##
1308## confdefs.h. ##
1309## ----------- ##
1310
1311/* confdefs.h */
1312#define PACKAGE_NAME "SHERPA MC"
1313#define PACKAGE_TARNAME "SHERPA-MC"
1314#define PACKAGE_VERSION "1.2.3"
1315#define PACKAGE_STRING "SHERPA MC 1.2.3"
1316#define PACKAGE_BUGREPORT "support@sherpa-mc.de"
1317#define PACKAGE_URL ""
1318#define PACKAGE "SHERPA-MC"
1319#define VERSION "1.2.3"
1320#define ARCH_LINUX "1"
1321#define LIB_SUFFIX ".so"
1322#define LD_PATH_NAME "LD_LIBRARY_PATH"
1323#define FC_FUNC(name,NAME) name ## _
1324#define FC_FUNC_(name,NAME) name ## _
1325#define STDC_HEADERS 1
1326#define HAVE_SYS_TYPES_H 1
1327#define HAVE_SYS_STAT_H 1
1328#define HAVE_STDLIB_H 1
1329#define HAVE_STRING_H 1
1330#define HAVE_MEMORY_H 1
1331#define HAVE_STRINGS_H 1
1332#define HAVE_INTTYPES_H 1
1333#define HAVE_STDINT_H 1
1334#define HAVE_UNISTD_H 1
1335#define HAVE_DLFCN_H 1
1336#define LT_OBJDIR ".libs/"
1337#define STDC_HEADERS 1
1338#define HAVE_MKDIR 1
1339#define USING__Threading "1"
1340#define USING__HEPMC2 "1"
1341#define USING__HEPMC2__IOGENEVENT "1"
1342#define USING__HEPMC2__UNITS "1"
1343#define USING__HEPMC2__DEFS "1"
1344#define USING__ROOT "1"
1345#define USING__GZIP "1"
1346#define HEPEVT_CB_SIZE 10000
1347#define USING__Amisic "1"
1348#define USING__Ahadic "1"
1349#define USING__Hadrons "1"
1350#define USING__Photons "1"
1351#define SHERPA_VERSION "1"
1352#define SHERPA_SUBVERSION "2.3"
1353#define SHERPA_PREFIX "/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3"
1354#define SHERPA_INCLUDE_PATH "/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/include/SHERPA-MC"
1355#define SHERPA_LIBRARY_PATH "/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/lib/SHERPA-MC"
1356#define SHERPA_SHARE_PATH "/home/keith/MCGenerators/Sherpa/SHERPA-MC-1.2.3/share/SHERPA-MC"
1357#define USING__COLOUR "1"
1358
1359configure: exit 0