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