Fork me on GitHub

Ticket #1405: config.log

File config.log, 46.2 KB (added by mamerchandmedi, 5 years ago)

config.log file

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 CheckMATE configure 2.0.0, which was
5generated by GNU Autoconf 2.63. Invocation command line was
6
7 $ ./configure CC=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 CXX=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 --with-rootsys=/usr/local/Cellar/root/6.16.00_3 --with-delphes=/Users/MarcoAntonio/downloads/Delphes-3.4.2 --with-pythia=/usr/local/Cellar/pythia/8.230 --with-hepmc=/usr/local/Cellar/hepmc/2.06.09 --with-madgraph=/usr/local/Cellar/madgraph5_amcatnlo/2.6.5
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = MacBook-Pro-de-Marco.local
14uname -m = x86_64
15uname -r = 18.5.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X = unknown
21
22/bin/arch = unknown
23/usr/bin/arch -k = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo = Mach kernel version:
26 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64
27Kernel configured for up to 8 processors.
284 processors are physically available.
298 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7
32Primary memory available: 16.00 gigabytes
33Default processor set: 1099 tasks, 5263 threads, 8 processors
34Load average: 6.99, Mach factor: 1.80
35/bin/machine = unknown
36/usr/bin/oslevel = unknown
37/bin/universe = unknown
38
39PATH: /usr/local/sbin
40PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin
41PATH: /Users/MarcoAntonio/anaconda3/bin
42PATH: /Library/Frameworks/Python.framework/Versions/3.6/bin
43PATH: /Users/MarcoAntonio/anaconda3/bin
44PATH: /Library/Frameworks/Python.framework/Versions/3.6/bin
45PATH: /usr/local/bin
46PATH: /usr/bin
47PATH: /bin
48PATH: /usr/sbin
49PATH: /sbin
50PATH: /Library/TeX/texbin
51PATH: /opt/X11/bin
52PATH: /bin
53
54
55## ----------- ##
56## Core tests. ##
57## ----------- ##
58
59configure:2149: checking for a BSD-compatible install
60configure:2217: result: /usr/bin/install -c
61configure:2228: checking whether build environment is sane
62configure:2271: result: yes
63configure:2296: checking for a thread-safe mkdir -p
64configure:2335: result: ./install-sh -c -d
65configure:2348: checking for gawk
66configure:2378: result: no
67configure:2348: checking for mawk
68configure:2378: result: no
69configure:2348: checking for nawk
70configure:2378: result: no
71configure:2348: checking for awk
72configure:2364: found /usr/bin/awk
73configure:2375: result: awk
74configure:2386: checking whether make sets $(MAKE)
75configure:2408: result: yes
76configure:2705: checking for C++ compiler version
77configure:2713: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 --version >&5
78gcc-9 (Homebrew GCC 9.2.0) 9.2.0
79Copyright (C) 2019 Free Software Foundation, Inc.
80This is free software; see the source for copying conditions. There is NO
81warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
82
83configure:2717: $? = 0
84configure:2724: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -v >&5
85Using built-in specs.
86COLLECT_GCC=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9
87COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/9.2.0/libexec/gcc/x86_64-apple-darwin18/9.2.0/lto-wrapper
88Target: x86_64-apple-darwin18
89Configured with: ../configure --build=x86_64-apple-darwin18 --prefix=/usr/local/Cellar/gcc/9.2.0 --libdir=/usr/local/Cellar/gcc/9.2.0/lib/gcc/9 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --with-pkgversion='Homebrew GCC 9.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
90Thread model: posix
91gcc version 9.2.0 (Homebrew GCC 9.2.0)
92configure:2728: $? = 0
93configure:2735: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -V >&5
94gcc-9: error: unrecognized command line option '-V'
95gcc-9: fatal error: no input files
96compilation terminated.
97configure:2739: $? = 1
98configure:2762: checking for C++ compiler default output file name
99configure:2784: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 conftest.cpp >&5
100configure:2788: $? = 0
101configure:2826: result: a.out
102configure:2845: checking whether the C++ compiler works
103configure:2855: ./a.out
104configure:2859: $? = 0
105configure:2878: result: yes
106configure:2885: checking whether we are cross compiling
107configure:2887: result: no
108configure:2890: checking for suffix of executables
109configure:2897: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -o conftest conftest.cpp >&5
110configure:2901: $? = 0
111configure:2927: result:
112configure:2933: checking for suffix of object files
113configure:2959: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c conftest.cpp >&5
114configure:2963: $? = 0
115configure:2988: result: o
116configure:2992: checking whether we are using the GNU C++ compiler
117configure:3021: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c conftest.cpp >&5
118configure:3028: $? = 0
119configure:3045: result: yes
120configure:3054: checking whether /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 accepts -g
121configure:3084: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g conftest.cpp >&5
122configure:3091: $? = 0
123configure:3192: result: yes
124configure:3226: checking for style of include used by make
125configure:3254: result: GNU
126configure:3279: checking dependency style of /usr/local/Cellar/gcc/9.2.0/bin/gcc-9
127configure:3370: result: gcc3
128configure:3419: checking build system type
129configure:3437: result: i386-apple-darwin18.5.0
130configure:3459: checking host system type
131configure:3474: result: i386-apple-darwin18.5.0
132configure:3544: checking for gcc
133configure:3571: result: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9
134configure:3803: checking for C compiler version
135configure:3811: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 --version >&5
136gcc-9 (Homebrew GCC 9.2.0) 9.2.0
137Copyright (C) 2019 Free Software Foundation, Inc.
138This is free software; see the source for copying conditions. There is NO
139warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
140
141configure:3815: $? = 0
142configure:3822: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -v >&5
143Using built-in specs.
144COLLECT_GCC=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9
145COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/9.2.0/libexec/gcc/x86_64-apple-darwin18/9.2.0/lto-wrapper
146Target: x86_64-apple-darwin18
147Configured with: ../configure --build=x86_64-apple-darwin18 --prefix=/usr/local/Cellar/gcc/9.2.0 --libdir=/usr/local/Cellar/gcc/9.2.0/lib/gcc/9 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --with-pkgversion='Homebrew GCC 9.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
148Thread model: posix
149gcc version 9.2.0 (Homebrew GCC 9.2.0)
150configure:3826: $? = 0
151configure:3833: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -V >&5
152gcc-9: error: unrecognized command line option '-V'
153gcc-9: fatal error: no input files
154compilation terminated.
155configure:3837: $? = 1
156configure:3840: checking whether we are using the GNU C compiler
157configure:3869: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c conftest.c >&5
158configure:3876: $? = 0
159configure:3893: result: yes
160configure:3902: checking whether /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 accepts -g
161configure:3932: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g conftest.c >&5
162configure:3939: $? = 0
163configure:4040: result: yes
164configure:4057: checking for /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 option to accept ISO C89
165configure:4131: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
166configure:4138: $? = 0
167configure:4161: result: none needed
168configure:4181: checking dependency style of /usr/local/Cellar/gcc/9.2.0/bin/gcc-9
169configure:4272: result: gcc3
170configure:4287: checking for a sed that does not truncate output
171configure:4353: result: /usr/bin/sed
172configure:4371: checking for grep that handles long lines and -e
173configure:4431: result: /usr/bin/grep
174configure:4436: checking for egrep
175configure:4500: result: /usr/bin/grep -E
176configure:4505: checking for fgrep
177configure:4569: result: /usr/bin/grep -F
178configure:4604: checking for ld used by /usr/local/Cellar/gcc/9.2.0/bin/gcc-9
179configure:4671: result: /usr/bin/ld
180configure:4680: checking if the linker (/usr/bin/ld) is GNU ld
181configure:4695: result: no
182configure:4707: checking for BSD- or MS-compatible name lister (nm)
183configure:4756: result: /usr/bin/nm -B
184configure:4874: checking the name lister (/usr/bin/nm -B) interface
185configure:4881: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
186configure:4884: /usr/bin/nm -B "conftest.o"
187configure:4887: output
188000000000000018c S _some_variable
189configure:4894: result: BSD nm
190configure:4897: checking whether ln -s works
191configure:4901: result: yes
192configure:4909: checking the maximum length of command line arguments
193configure:5029: result: 196608
194configure:5046: checking whether the shell understands some XSI constructs
195configure:5056: result: yes
196configure:5060: checking whether the shell understands "+="
197configure:5066: result: yes
198configure:5101: checking for /usr/bin/ld option to reload object files
199configure:5108: result: -r
200configure:5177: checking for objdump
201configure:5193: found /usr/bin/objdump
202configure:5204: result: objdump
203configure:5236: checking how to recognize dependent libraries
204configure:5432: result: pass_all
205configure:5492: checking for ar
206configure:5508: found /usr/bin/ar
207configure:5519: result: ar
208configure:5597: checking for strip
209configure:5613: found /usr/bin/strip
210configure:5624: result: strip
211configure:5696: checking for ranlib
212configure:5712: found /usr/bin/ranlib
213configure:5723: result: ranlib
214configure:5813: checking command to parse /usr/bin/nm -B output from /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 object
215configure:5931: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
216configure:5934: $? = 0
217configure:5938: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
218configure:5941: $? = 0
219cannot find nm_test_var in conftest.nm
220configure:5931: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
221configure:5934: $? = 0
222configure:5938: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
223configure:5941: $? = 0
224configure:5995: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -o conftest -g -O2 conftest.c conftstm.o >&5
225warning: (x86_64) could not find object file symbol for symbol _main
226configure:5998: $? = 0
227configure:6036: result: ok
228configure:6330: checking for dsymutil
229configure:6346: found /usr/bin/dsymutil
230configure:6357: result: dsymutil
231configure:6422: checking for nmedit
232configure:6438: found /usr/bin/nmedit
233configure:6449: result: nmedit
234configure:6514: checking for lipo
235configure:6530: found /usr/bin/lipo
236configure:6541: result: lipo
237configure:6606: checking for otool
238configure:6622: found /usr/bin/otool
239configure:6633: result: otool
240configure:6698: checking for otool64
241configure:6728: result: no
242configure:6773: checking for -single_module linker flag
243/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
244configure:6800: result: yes
245configure:6802: checking for -exported_symbols_list linker flag
246configure:6832: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
247configure:6839: $? = 0
248configure:6861: result: yes
249configure:6903: checking how to run the C preprocessor
250configure:6943: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.c
251configure:6950: $? = 0
252configure:6981: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.c
253conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
254 10 | #include <ac_nonexistent.h>
255 | ^~~~~~~~~~~~~~~~~~
256compilation terminated.
257configure:6988: $? = 1
258configure: failed program was:
259| /* confdefs.h. */
260| #define PACKAGE_NAME "CheckMATE"
261| #define PACKAGE_TARNAME "checkmate"
262| #define PACKAGE_VERSION "2.0.0"
263| #define PACKAGE_STRING "CheckMATE 2.0.0"
264| #define PACKAGE_BUGREPORT "daschm@uni-bonn.de"
265| #define PACKAGE "checkmate"
266| #define VERSION "2.0.0"
267| /* end confdefs.h. */
268| #include <ac_nonexistent.h>
269configure:7021: result: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E
270configure:7050: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.c
271configure:7057: $? = 0
272configure:7088: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.c
273conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
274 10 | #include <ac_nonexistent.h>
275 | ^~~~~~~~~~~~~~~~~~
276compilation terminated.
277configure:7095: $? = 1
278configure: failed program was:
279| /* confdefs.h. */
280| #define PACKAGE_NAME "CheckMATE"
281| #define PACKAGE_TARNAME "checkmate"
282| #define PACKAGE_VERSION "2.0.0"
283| #define PACKAGE_STRING "CheckMATE 2.0.0"
284| #define PACKAGE_BUGREPORT "daschm@uni-bonn.de"
285| #define PACKAGE "checkmate"
286| #define VERSION "2.0.0"
287| /* end confdefs.h. */
288| #include <ac_nonexistent.h>
289configure:7135: checking for ANSI C header files
290configure:7165: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
291configure:7172: $? = 0
292configure:7271: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -o conftest -g -O2 conftest.c >&5
293configure:7275: $? = 0
294configure:7281: ./conftest
295configure:7285: $? = 0
296configure:7303: result: yes
297configure:7327: checking for sys/types.h
298configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
299configure:7355: $? = 0
300configure:7372: result: yes
301configure:7327: checking for sys/stat.h
302configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
303configure:7355: $? = 0
304configure:7372: result: yes
305configure:7327: checking for stdlib.h
306configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
307configure:7355: $? = 0
308configure:7372: result: yes
309configure:7327: checking for string.h
310configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
311configure:7355: $? = 0
312configure:7372: result: yes
313configure:7327: checking for memory.h
314configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
315configure:7355: $? = 0
316configure:7372: result: yes
317configure:7327: checking for strings.h
318configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
319configure:7355: $? = 0
320configure:7372: result: yes
321configure:7327: checking for inttypes.h
322configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
323configure:7355: $? = 0
324configure:7372: result: yes
325configure:7327: checking for stdint.h
326configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
327configure:7355: $? = 0
328configure:7372: result: yes
329configure:7327: checking for unistd.h
330configure:7348: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
331configure:7355: $? = 0
332configure:7372: result: yes
333configure:7390: checking for dlfcn.h
334configure:7411: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.c >&5
335configure:7418: $? = 0
336configure:7435: result: yes
337configure:7562: checking for C++ compiler version
338configure:7570: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 --version >&5
339gcc-9 (Homebrew GCC 9.2.0) 9.2.0
340Copyright (C) 2019 Free Software Foundation, Inc.
341This is free software; see the source for copying conditions. There is NO
342warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
343
344configure:7574: $? = 0
345configure:7581: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -v >&5
346Using built-in specs.
347COLLECT_GCC=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9
348COLLECT_LTO_WRAPPER=/usr/local/Cellar/gcc/9.2.0/libexec/gcc/x86_64-apple-darwin18/9.2.0/lto-wrapper
349Target: x86_64-apple-darwin18
350Configured with: ../configure --build=x86_64-apple-darwin18 --prefix=/usr/local/Cellar/gcc/9.2.0 --libdir=/usr/local/Cellar/gcc/9.2.0/lib/gcc/9 --disable-nls --enable-checking=release --enable-languages=c,c++,objc,obj-c++,fortran --program-suffix=-9 --with-gmp=/usr/local/opt/gmp --with-mpfr=/usr/local/opt/mpfr --with-mpc=/usr/local/opt/libmpc --with-isl=/usr/local/opt/isl --with-system-zlib --with-pkgversion='Homebrew GCC 9.2.0' --with-bugurl=https://github.com/Homebrew/homebrew-core/issues --disable-multilib --with-native-system-header-dir=/usr/include --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
351Thread model: posix
352gcc version 9.2.0 (Homebrew GCC 9.2.0)
353configure:7585: $? = 0
354configure:7592: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -V >&5
355gcc-9: error: unrecognized command line option '-V'
356gcc-9: fatal error: no input files
357compilation terminated.
358configure:7596: $? = 1
359configure:7599: checking whether we are using the GNU C++ compiler
360configure:7652: result: yes
361configure:7661: checking whether /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 accepts -g
362configure:7799: result: yes
363configure:7824: checking dependency style of /usr/local/Cellar/gcc/9.2.0/bin/gcc-9
364configure:7915: result: gcc3
365configure:7938: checking how to run the C++ preprocessor
366configure:7974: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
367configure:7981: $? = 0
368configure:8012: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
369conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
370 21 | #include <ac_nonexistent.h>
371 | ^~~~~~~~~~~~~~~~~~
372compilation terminated.
373configure:8019: $? = 1
374configure: failed program was:
375| /* confdefs.h. */
376| #define PACKAGE_NAME "CheckMATE"
377| #define PACKAGE_TARNAME "checkmate"
378| #define PACKAGE_VERSION "2.0.0"
379| #define PACKAGE_STRING "CheckMATE 2.0.0"
380| #define PACKAGE_BUGREPORT "daschm@uni-bonn.de"
381| #define PACKAGE "checkmate"
382| #define VERSION "2.0.0"
383| #define STDC_HEADERS 1
384| #define HAVE_SYS_TYPES_H 1
385| #define HAVE_SYS_STAT_H 1
386| #define HAVE_STDLIB_H 1
387| #define HAVE_STRING_H 1
388| #define HAVE_MEMORY_H 1
389| #define HAVE_STRINGS_H 1
390| #define HAVE_INTTYPES_H 1
391| #define HAVE_STDINT_H 1
392| #define HAVE_UNISTD_H 1
393| #define HAVE_DLFCN_H 1
394| /* end confdefs.h. */
395| #include <ac_nonexistent.h>
396configure:8052: result: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E
397configure:8081: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
398configure:8088: $? = 0
399configure:8119: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
400conftest.cpp:21:10: fatal error: ac_nonexistent.h: No such file or directory
401 21 | #include <ac_nonexistent.h>
402 | ^~~~~~~~~~~~~~~~~~
403compilation terminated.
404configure:8126: $? = 1
405configure: failed program was:
406| /* confdefs.h. */
407| #define PACKAGE_NAME "CheckMATE"
408| #define PACKAGE_TARNAME "checkmate"
409| #define PACKAGE_VERSION "2.0.0"
410| #define PACKAGE_STRING "CheckMATE 2.0.0"
411| #define PACKAGE_BUGREPORT "daschm@uni-bonn.de"
412| #define PACKAGE "checkmate"
413| #define VERSION "2.0.0"
414| #define STDC_HEADERS 1
415| #define HAVE_SYS_TYPES_H 1
416| #define HAVE_SYS_STAT_H 1
417| #define HAVE_STDLIB_H 1
418| #define HAVE_STRING_H 1
419| #define HAVE_MEMORY_H 1
420| #define HAVE_STRINGS_H 1
421| #define HAVE_INTTYPES_H 1
422| #define HAVE_STDINT_H 1
423| #define HAVE_UNISTD_H 1
424| #define HAVE_DLFCN_H 1
425| /* end confdefs.h. */
426| #include <ac_nonexistent.h>
427configure:8340: checking for objdir
428configure:8355: result: .libs
429configure:8651: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 supports -fno-rtti -fno-exceptions
430configure:8669: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
431cc1: warning: command line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
432configure:8673: $? = 0
433configure:8686: result: no
434configure:8706: checking for /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 option to produce PIC
435configure:8978: result: -fno-common -DPIC
436configure:8990: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 PIC flag -fno-common -DPIC works
437configure:9008: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
438configure:9012: $? = 0
439configure:9025: result: yes
440configure:9049: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 static flag -static works
441configure:9077: result: no
442configure:9092: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 supports -c -o file.o
443configure:9113: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -o out/conftest2.o conftest.c >&5
444configure:9117: $? = 0
445configure:9139: result: yes
446configure:9147: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 supports -c -o file.o
447configure:9194: result: yes
448configure:9227: checking whether the /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 linker (/usr/bin/ld) supports shared libraries
449configure:10301: result: yes
450configure:10540: checking dynamic linker characteristics
451configure:11223: result: darwin18.5.0 dyld
452configure:11325: checking how to hardcode library paths into programs
453configure:11350: result: immediate
454configure:12183: checking whether stripping libraries is possible
455configure:12197: result: yes
456configure:12223: checking if libtool supports shared libraries
457configure:12225: result: yes
458configure:12228: checking whether to build shared libraries
459configure:12249: result: yes
460configure:12252: checking whether to build static libraries
461configure:12256: result: yes
462configure:12406: checking for ld used by /usr/local/Cellar/gcc/9.2.0/bin/gcc-9
463configure:12473: result: /usr/bin/ld
464configure:12482: checking if the linker (/usr/bin/ld) is GNU ld
465configure:12497: result: no
466configure:12552: checking whether the /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 linker (/usr/bin/ld) supports shared libraries
467configure:13527: result: yes
468configure:13555: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.cpp >&5
469configure:13558: $? = 0
470configure:13740: checking for /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 option to produce PIC
471configure:14057: result: -fno-common -DPIC
472configure:14066: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 PIC flag -fno-common -DPIC works
473configure:14084: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
474configure:14088: $? = 0
475configure:14101: result: yes
476configure:14122: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 static flag -static works
477configure:14150: result: no
478configure:14162: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 supports -c -o file.o
479configure:14183: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -o out/conftest2.o conftest.cpp >&5
480configure:14187: $? = 0
481configure:14209: result: yes
482configure:14214: checking if /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 supports -c -o file.o
483configure:14261: result: yes
484configure:14291: checking whether the /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 linker (/usr/bin/ld) supports shared libraries
485configure:14317: result: yes
486configure:14454: checking dynamic linker characteristics
487configure:15085: result: darwin18.5.0 dyld
488configure:15136: checking how to hardcode library paths into programs
489configure:15161: result: immediate
490configure:15227: checking for ANSI C header files
491configure:15395: result: yes
492configure:15421: checking iostream usability
493configure:15438: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.cpp >&5
494configure:15445: $? = 0
495configure:15459: result: yes
496configure:15463: checking iostream presence
497configure:15478: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
498configure:15485: $? = 0
499configure:15499: result: yes
500configure:15532: checking for iostream
501configure:15541: result: yes
502configure:15572: checking ostream usability
503configure:15589: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.cpp >&5
504configure:15596: $? = 0
505configure:15610: result: yes
506configure:15614: checking ostream presence
507configure:15629: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
508configure:15636: $? = 0
509configure:15650: result: yes
510configure:15683: checking for ostream
511configure:15692: result: yes
512configure:15723: checking fstream usability
513configure:15740: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.cpp >&5
514configure:15747: $? = 0
515configure:15761: result: yes
516configure:15765: checking fstream presence
517configure:15780: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E conftest.cpp
518configure:15787: $? = 0
519configure:15801: result: yes
520configure:15834: checking for fstream
521configure:15843: result: yes
522configure:15860: checking whether /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 supports C++11 features by default
523configure:15894: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 conftest.cpp >&5
524configure:15901: $? = 0
525configure:15916: result: yes
526configure:16079: checking for HepMC location
527configure:16095: result: /usr/local/Cellar/hepmc/2.06.09
528configure:16125: checking HepMC/HepMCDefs.h usability
529configure:16142: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp >&5
530configure:16149: $? = 0
531configure:16163: result: yes
532configure:16167: checking HepMC/HepMCDefs.h presence
533configure:16182: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp
534configure:16189: $? = 0
535configure:16203: result: yes
536configure:16236: checking for HepMC/HepMCDefs.h
537configure:16245: result: yes
538configure:16280: checking HepMC/IO_GenEvent.h usability
539configure:16297: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp >&5
540configure:16304: $? = 0
541configure:16318: result: yes
542configure:16322: checking HepMC/IO_GenEvent.h presence
543configure:16337: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp
544configure:16344: $? = 0
545configure:16358: result: yes
546configure:16391: checking for HepMC/IO_GenEvent.h
547configure:16400: result: yes
548configure:16449: checking for Pythia8 location
549configure:16465: result: /usr/local/Cellar/pythia/8.230
550configure:16473: checking for gzip include (optional)
551configure:16484: result: not found
552configure:16491: checking for gzip library (optional)
553configure:16502: result: not found
554configure:16517: result:
555configure:16541: checking Pythia8/Pythia.h usability
556configure:16558: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp >&5
557configure:16565: $? = 0
558configure:16579: result: yes
559configure:16583: checking Pythia8/Pythia.h presence
560configure:16598: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp
561configure:16605: $? = 0
562configure:16619: result: yes
563configure:16652: checking for Pythia8/Pythia.h
564configure:16661: result: yes
565configure:16697: checking Pythia8Plugins/HepMC2.h usability
566configure:16714: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp >&5
567configure:16721: $? = 0
568configure:16735: result: yes
569configure:16739: checking Pythia8Plugins/HepMC2.h presence
570configure:16754: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include conftest.cpp
571configure:16761: $? = 0
572configure:16775: result: yes
573configure:16808: checking for Pythia8Plugins/HepMC2.h
574configure:16817: result: yes
575configure:16878: checking for python
576configure:16888: checking for python
577configure:16906: found /Library/Frameworks/Python.framework/Versions/2.7/bin/python
578configure:16919: result: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
579configure:16927: result: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
580configure:16937: checking whether /Library/Frameworks/Python.framework/Versions/2.7/bin/python version >= 2.7.3
581configure:16946: /Library/Frameworks/Python.framework/Versions/2.7/bin/python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.7.3', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
582configure:16949: $? = 0
583configure:16951: result: yes
584configure:17046: checking for /Library/Frameworks/Python.framework/Versions/2.7/bin/python version
585configure:17053: result: 2.7
586configure:17065: checking for /Library/Frameworks/Python.framework/Versions/2.7/bin/python platform
587configure:17072: result: darwin
588configure:17079: checking for /Library/Frameworks/Python.framework/Versions/2.7/bin/python script directory
589configure:17087: result: ${prefix}/lib/python2.7/site-packages
590configure:17096: checking for /Library/Frameworks/Python.framework/Versions/2.7/bin/python extension module directory
591configure:17104: result: ${exec_prefix}/lib/python2.7/site-packages
592configure:17135: checking for root-config
593configure:17153: found /usr/local/Cellar/root/6.16.00_3/bin/root-config
594configure:17166: result: /usr/local/Cellar/root/6.16.00_3/bin/root-config
595configure:17176: checking for root
596configure:17194: found /usr/local/Cellar/root/6.16.00_3/bin/root
597configure:17207: result: /usr/local/Cellar/root/6.16.00_3/bin/root
598configure:17217: checking for rootcint
599configure:17235: found /usr/local/Cellar/root/6.16.00_3/bin/rootcint
600configure:17248: result: /usr/local/Cellar/root/6.16.00_3/bin/rootcint
601configure:17275: checking whether ROOT version >= 5.20
602configure:17284: result: yes
603configure:17344: checking for Delphes location
604configure:17363: result: /Users/MarcoAntonio/downloads/Delphes-3.4.2
605configure:17378: checking for classes/DelphesClasses.h
606configure:17404: /usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -c -g -O2 -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include -I/Users/MarcoAntonio/downloads/Delphes-3.4.2 -I/Users/MarcoAntonio/downloads/Delphes-3.4.2/external -I/usr/local/Cellar/root/6.16.00_3/include/root conftest.cpp >&5
607In file included from /usr/local/Cellar/root/6.16.00_3/include/root/TString.h:28,
608 from /usr/local/Cellar/root/6.16.00_3/include/root/TCollection.h:29,
609 from /usr/local/Cellar/root/6.16.00_3/include/root/TSeqCollection.h:25,
610 from /usr/local/Cellar/root/6.16.00_3/include/root/TRefArray.h:25,
611 from conftest.cpp:32:
612/usr/local/Cellar/root/6.16.00_3/include/root/ROOT/RStringView.hxx:67:17: error: expected type-specifier
613 67 | operator std::string_view() const { return std::string_view(fData,fLength); }
614 | ^~~
615In file included from /usr/local/Cellar/root/6.16.00_3/include/root/TCollection.h:29,
616 from /usr/local/Cellar/root/6.16.00_3/include/root/TSeqCollection.h:25,
617 from /usr/local/Cellar/root/6.16.00_3/include/root/TRefArray.h:25,
618 from conftest.cpp:32:
619/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:110:13: error: expected type-specifier
620 110 | operator std::string_view() const { return std::string_view(Data(),fExtent); }
621 | ^~~
622/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:275:23: error: 'string_view' in namespace 'std' does not name a type
623 275 | TString(const std::string_view &sub);
624 | ^~~~~~~~~~~
625/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:275:18: note: 'std::string_view' is only available from C++17 onwards
626 275 | TString(const std::string_view &sub);
627 | ^~~
628/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:312:37: error: 'string_view' in namespace 'std' does not name a type
629 312 | TString &operator=(const std::string_view &s);
630 | ^~~~~~~~~~~
631/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:312:32: note: 'std::string_view' is only available from C++17 onwards
632 312 | TString &operator=(const std::string_view &s);
633 | ^~~
634/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:439:9: error: 'string_view' in namespace 'std' does not name a type
635 439 | std::string_view View() const { return std::string_view(GetPointer(),Length()); }
636 | ^~~~~~~~~~~
637/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:439:4: note: 'std::string_view' is only available from C++17 onwards
638 439 | std::string_view View() const { return std::string_view(GetPointer(),Length()); }
639 | ^~~
640In file included from /usr/local/Cellar/root/6.16.00_3/include/root/TCollection.h:29,
641 from /usr/local/Cellar/root/6.16.00_3/include/root/TSeqCollection.h:25,
642 from /usr/local/Cellar/root/6.16.00_3/include/root/TRefArray.h:25,
643 from conftest.cpp:32:
644/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:834:53: error: 'string_view' in namespace 'std' does not name a type
645 834 | inline Bool_t operator==(const char *s1, const std::string_view &s2)
646 | ^~~~~~~~~~~
647/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:834:48: note: 'std::string_view' is only available from C++17 onwards
648 834 | inline Bool_t operator==(const char *s1, const std::string_view &s2)
649 | ^~~
650/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:834:15: error: 'Bool_t operator==(const char*, const int&)' must have an argument of class or enumerated type
651 834 | inline Bool_t operator==(const char *s1, const std::string_view &s2)
652 | ^~~~~~~~
653/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:839:37: error: 'string_view' in namespace 'std' does not name a type
654 839 | inline Bool_t operator==(const std::string_view &s1, const char *s2)
655 | ^~~~~~~~~~~
656/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:839:32: note: 'std::string_view' is only available from C++17 onwards
657 839 | inline Bool_t operator==(const std::string_view &s1, const char *s2)
658 | ^~~
659/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:839:15: error: 'Bool_t operator==(const int&, const char*)' must have an argument of class or enumerated type
660 839 | inline Bool_t operator==(const std::string_view &s1, const char *s2)
661 | ^~~~~~~~
662/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:852:37: error: 'string_view' in namespace 'std' does not name a type
663 852 | std::string printValue(const std::string_view* val);
664 | ^~~~~~~~~~~
665/usr/local/Cellar/root/6.16.00_3/include/root/TString.h:852:32: note: 'std::string_view' is only available from C++17 onwards
666 852 | std::string printValue(const std::string_view* val);
667 | ^~~
668configure:17411: $? = 1
669configure: failed program was:
670| /* confdefs.h. */
671| #define PACKAGE_NAME "CheckMATE"
672| #define PACKAGE_TARNAME "checkmate"
673| #define PACKAGE_VERSION "2.0.0"
674| #define PACKAGE_STRING "CheckMATE 2.0.0"
675| #define PACKAGE_BUGREPORT "daschm@uni-bonn.de"
676| #define PACKAGE "checkmate"
677| #define VERSION "2.0.0"
678| #define STDC_HEADERS 1
679| #define HAVE_SYS_TYPES_H 1
680| #define HAVE_SYS_STAT_H 1
681| #define HAVE_STDLIB_H 1
682| #define HAVE_STRING_H 1
683| #define HAVE_MEMORY_H 1
684| #define HAVE_STRINGS_H 1
685| #define HAVE_INTTYPES_H 1
686| #define HAVE_STDINT_H 1
687| #define HAVE_UNISTD_H 1
688| #define HAVE_DLFCN_H 1
689| #define LT_OBJDIR ".libs/"
690| #define STDC_HEADERS 1
691| #define HAVE_IOSTREAM 1
692| #define HAVE_OSTREAM 1
693| #define HAVE_FSTREAM 1
694| #define HAVE_HEPMC_HEPMCDEFS_H 1
695| #define HAVE_HEPMC_IO_GENEVENT_H 1
696| #define HAVE_PYTHIA8_PYTHIA_H 1
697| #define HAVE_PYTHIA8PLUGINS_HEPMC2_H 1
698| /* end confdefs.h. */
699| #include "TRef.h"
700| #include "TObject.h"
701| #include "TRefArray.h"
702| #include "TLorentzVector.h"
703| #include "classes/SortableObject.h"
704|
705|
706| #include <classes/DelphesClasses.h>
707configure:17428: result: no
708configure:17438: error: Cannot find DelphesClasses header
709
710## ---------------- ##
711## Cache variables. ##
712## ---------------- ##
713
714ac_cv_build=i386-apple-darwin18.5.0
715ac_cv_c_compiler_gnu=yes
716ac_cv_cxx_compiler_gnu=yes
717ac_cv_env_CCC_set=
718ac_cv_env_CCC_value=
719ac_cv_env_CC_set=set
720ac_cv_env_CC_value=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9
721ac_cv_env_CFLAGS_set=
722ac_cv_env_CFLAGS_value=
723ac_cv_env_CPPFLAGS_set=
724ac_cv_env_CPPFLAGS_value=
725ac_cv_env_CPP_set=
726ac_cv_env_CPP_value=
727ac_cv_env_CXXCPP_set=
728ac_cv_env_CXXCPP_value=
729ac_cv_env_CXXFLAGS_set=
730ac_cv_env_CXXFLAGS_value=
731ac_cv_env_CXX_set=set
732ac_cv_env_CXX_value=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9
733ac_cv_env_LDFLAGS_set=
734ac_cv_env_LDFLAGS_value=
735ac_cv_env_LIBS_set=
736ac_cv_env_LIBS_value=
737ac_cv_env_build_alias_set=
738ac_cv_env_build_alias_value=
739ac_cv_env_host_alias_set=
740ac_cv_env_host_alias_value=
741ac_cv_env_target_alias_set=
742ac_cv_env_target_alias_value=
743ac_cv_header_HepMC_HepMCDefs_h=yes
744ac_cv_header_HepMC_IO_GenEvent_h=yes
745ac_cv_header_Pythia8Plugins_HepMC2_h=yes
746ac_cv_header_Pythia8_Pythia_h=yes
747ac_cv_header_classes_DelphesClasses_h=no
748ac_cv_header_dlfcn_h=yes
749ac_cv_header_fstream=yes
750ac_cv_header_inttypes_h=yes
751ac_cv_header_iostream=yes
752ac_cv_header_memory_h=yes
753ac_cv_header_ostream=yes
754ac_cv_header_stdc=yes
755ac_cv_header_stdint_h=yes
756ac_cv_header_stdlib_h=yes
757ac_cv_header_string_h=yes
758ac_cv_header_strings_h=yes
759ac_cv_header_sys_stat_h=yes
760ac_cv_header_sys_types_h=yes
761ac_cv_header_unistd_h=yes
762ac_cv_host=i386-apple-darwin18.5.0
763ac_cv_objext=o
764ac_cv_path_EGREP='/usr/bin/grep -E'
765ac_cv_path_FGREP='/usr/bin/grep -F'
766ac_cv_path_GREP=/usr/bin/grep
767ac_cv_path_PYTHON=/Library/Frameworks/Python.framework/Versions/2.7/bin/python
768ac_cv_path_ROOTCINT=/usr/local/Cellar/root/6.16.00_3/bin/rootcint
769ac_cv_path_ROOTCONF=/usr/local/Cellar/root/6.16.00_3/bin/root-config
770ac_cv_path_ROOTEXEC=/usr/local/Cellar/root/6.16.00_3/bin/root
771ac_cv_path_SED=/usr/bin/sed
772ac_cv_path_install='/usr/bin/install -c'
773ac_cv_prog_AWK=awk
774ac_cv_prog_CPP='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E'
775ac_cv_prog_CXXCPP='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E'
776ac_cv_prog_ac_ct_AR=ar
777ac_cv_prog_ac_ct_CC=/usr/local/Cellar/gcc/9.2.0/bin/gcc-9
778ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
779ac_cv_prog_ac_ct_LIPO=lipo
780ac_cv_prog_ac_ct_NMEDIT=nmedit
781ac_cv_prog_ac_ct_OBJDUMP=objdump
782ac_cv_prog_ac_ct_OTOOL=otool
783ac_cv_prog_ac_ct_RANLIB=ranlib
784ac_cv_prog_ac_ct_STRIP=strip
785ac_cv_prog_cc_c89=
786ac_cv_prog_cc_g=yes
787ac_cv_prog_cxx_g=yes
788ac_cv_prog_make_make_set=yes
789am_cv_CC_dependencies_compiler_type=gcc3
790am_cv_CXX_dependencies_compiler_type=gcc3
791am_cv_python_platform=darwin
792am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
793am_cv_python_pythondir='${prefix}/lib/python2.7/site-packages'
794am_cv_python_version=2.7
795ax_cv_cxx_compile_cxx11=yes
796lt_cv_apple_cc_single_mod=yes
797lt_cv_deplibs_check_method=pass_all
798lt_cv_file_magic_cmd='$MAGIC_CMD'
799lt_cv_file_magic_test_file=
800lt_cv_ld_exported_symbols_list=yes
801lt_cv_ld_reload_flag=-r
802lt_cv_nm_interface='BSD nm'
803lt_cv_objdir=.libs
804lt_cv_path_LD=/usr/bin/ld
805lt_cv_path_LDCXX=/usr/bin/ld
806lt_cv_path_NM='/usr/bin/nm -B'
807lt_cv_prog_compiler_c_o=yes
808lt_cv_prog_compiler_c_o_CXX=yes
809lt_cv_prog_compiler_pic_works=yes
810lt_cv_prog_compiler_pic_works_CXX=yes
811lt_cv_prog_compiler_rtti_exceptions=no
812lt_cv_prog_compiler_static_works=no
813lt_cv_prog_compiler_static_works_CXX=no
814lt_cv_prog_gnu_ld=no
815lt_cv_prog_gnu_ldcxx=no
816lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
817lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
818lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
819lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
820lt_cv_sys_max_cmd_len=196608
821
822## ----------------- ##
823## Output variables. ##
824## ----------------- ##
825
826ACLOCAL='${SHELL} /Users/MarcoAntonio/checkmate-2.0.26/missing --run aclocal-1.10'
827AMDEPBACKSLASH='\'
828AMDEP_FALSE='#'
829AMDEP_TRUE=''
830AMTAR='${SHELL} /Users/MarcoAntonio/checkmate-2.0.26/missing --run tar'
831AR='ar'
832AUTOCONF='${SHELL} /Users/MarcoAntonio/checkmate-2.0.26/missing --run autoconf'
833AUTOHEADER='${SHELL} /Users/MarcoAntonio/checkmate-2.0.26/missing --run autoheader'
834AUTOMAKE='${SHELL} /Users/MarcoAntonio/checkmate-2.0.26/missing --run automake-1.10'
835AWK='awk'
836CC='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9'
837CCDEPMODE='depmode=gcc3'
838CFLAGS='-g -O2'
839CPP='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E'
840CPPFLAGS=' -I/usr/local/Cellar/pythia/8.230/include -I/usr/local/Cellar/hepmc/2.06.09/include -I/Users/MarcoAntonio/downloads/Delphes-3.4.2 -I/Users/MarcoAntonio/downloads/Delphes-3.4.2/external -I/usr/local/Cellar/root/6.16.00_3/include/root'
841CREATE_HEPMC=''
842CXX='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9'
843CXXCPP='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9 -E'
844CXXDEPMODE='depmode=gcc3'
845CXXFLAGS='-g -O2'
846CYGPATH_W='echo'
847DEFS=''
848DELPHESCFLAGS='-I/Users/MarcoAntonio/downloads/Delphes-3.4.2 -I/Users/MarcoAntonio/downloads/Delphes-3.4.2/external'
849DELPHESINCLUDE=''
850DELPHESLIBDIR='/Users/MarcoAntonio/downloads/Delphes-3.4.2'
851DELPHESLIBS='-lEG -lDelphes'
852DEPDIR='.deps'
853DSYMUTIL='dsymutil'
854DUMPBIN=''
855DYLD_LIBRARY_PATH=''
856ECHO_C='\c'
857ECHO_N=''
858ECHO_T=''
859EGREP='/usr/bin/grep -E'
860EXEEXT=''
861FGREP='/usr/bin/grep -F'
862GREP='/usr/bin/grep'
863GZIPINC=''
864GZIPLIB=''
865HAVE_DELPHES_FALSE=''
866HAVE_DELPHES_TRUE=''
867HAVE_GZIPINC_FALSE=''
868HAVE_GZIPINC_TRUE='#'
869HAVE_GZIPLIB_FALSE=''
870HAVE_GZIPLIB_TRUE='#'
871HAVE_HEPMC_FALSE='#'
872HAVE_HEPMC_TRUE=''
873HAVE_MADGRAPH_FALSE=''
874HAVE_MADGRAPH_TRUE=''
875HAVE_PYTHIA_FALSE='#'
876HAVE_PYTHIA_TRUE=''
877HEPMCINCLUDE='-I/usr/local/Cellar/hepmc/2.06.09/include'
878HEPMCLIBDIR='/usr/local/Cellar/hepmc/2.06.09/lib'
879HEPMCLIBS='-L/usr/local/Cellar/hepmc/2.06.09/lib -lHepMCfio -lHepMC'
880INSTALL_DATA='${INSTALL} -m 644'
881INSTALL_PROGRAM='${INSTALL}'
882INSTALL_SCRIPT='${INSTALL}'
883INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
884LD='/usr/bin/ld'
885LDFLAGS=''
886LD_LIBRARY_PATH=''
887LD_RUN_PATH=''
888LIBOBJS=''
889LIBS=' -L/usr/local/Cellar/hepmc/2.06.09/lib -lHepMCfio -lHepMC -L/usr/local/Cellar/pythia/8.230/lib -lpythia8 -ldl -lm -lz -L/Users/MarcoAntonio/downloads/Delphes-3.4.2 -L/usr/local/Cellar/root/6.16.00_3/lib/root -lGui -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame -lEG -lDelphes'
890LIBTOOL='$(SHELL) $(top_builddir)/libtool'
891LIPO='lipo'
892LN_S='ln -s'
893LOAD_HEPMC=''
894LTLIBOBJS=''
895MADGRAPHDIR=''
896MAKEINFO='${SHELL} /Users/MarcoAntonio/checkmate-2.0.26/missing --run makeinfo'
897MKDIR_P='./install-sh -c -d'
898NM='/usr/bin/nm -B'
899NMEDIT='nmedit'
900OBJDUMP='objdump'
901OBJEXT='o'
902OTOOL64=':'
903OTOOL='otool'
904PACKAGE='checkmate'
905PACKAGE_BUGREPORT='daschm@uni-bonn.de'
906PACKAGE_NAME='CheckMATE'
907PACKAGE_STRING='CheckMATE 2.0.0'
908PACKAGE_TARNAME='checkmate'
909PACKAGE_VERSION='2.0.0'
910PATH_SEPARATOR=':'
911PYTHIAINCLUDE='-I/usr/local/Cellar/pythia/8.230/include'
912PYTHIALIBDIR='/usr/local/Cellar/pythia/8.230/lib'
913PYTHIALIBS='-L/usr/local/Cellar/pythia/8.230/lib -lpythia8 -ldl -lm -lz'
914PYTHON='/Library/Frameworks/Python.framework/Versions/2.7/bin/python'
915PYTHON_EXEC_PREFIX='${exec_prefix}'
916PYTHON_PLATFORM='darwin'
917PYTHON_PREFIX='${prefix}'
918PYTHON_VERSION='2.7'
919RANLIB='ranlib'
920ROOTAUXCFLAGS='-pthread -stdlib=libc++ -std=c++17 -m64'
921ROOTAUXLIBS='-lpthread -stdlib=libc++ -lm -ldl'
922ROOTCFLAGS='-I/usr/local/Cellar/root/6.16.00_3/include/root'
923ROOTCINT='/usr/local/Cellar/root/6.16.00_3/bin/rootcint'
924ROOTCONF='/usr/local/Cellar/root/6.16.00_3/bin/root-config'
925ROOTETCDIR='/usr/local/Cellar/root/6.16.00_3/etc/root'
926ROOTEXEC='/usr/local/Cellar/root/6.16.00_3/bin/root'
927ROOTGLIBS='-lGui -lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame'
928ROOTINCDIR='/usr/local/Cellar/root/6.16.00_3/include/root'
929ROOTLIBDIR='/usr/local/Cellar/root/6.16.00_3/lib/root'
930ROOTLIBS='-lCore -lImt -lRIO -lNet -lHist -lGraf -lGraf3d -lGpad -lROOTVecOps -lTree -lTreePlayer -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lMultiProc -lROOTDataFrame'
931ROOTRPATH='/usr/local/Cellar/root/6.16.00_3/lib/root'
932ROOTSOVERSION='6.16'
933ROOTSYS=''
934ROOTSYSTEM='/usr/local/Cellar/root/6.16.00_3'
935ROOTVERSION='6.16/00'
936SED='/usr/bin/sed'
937SET_MAKE=''
938SHELL='/bin/sh'
939STRIP='strip'
940VERSION='2.0.0'
941ac_ct_CC='/usr/local/Cellar/gcc/9.2.0/bin/gcc-9'
942ac_ct_CXX=''
943ac_ct_DUMPBIN=''
944am__fastdepCC_FALSE='#'
945am__fastdepCC_TRUE=''
946am__fastdepCXX_FALSE='#'
947am__fastdepCXX_TRUE=''
948am__include='include'
949am__isrc=''
950am__leading_dot='.'
951am__quote=''
952am__tar='${AMTAR} chof - "$$tardir"'
953am__untar='${AMTAR} xf -'
954bindir='${exec_prefix}/bin'
955build='i386-apple-darwin18.5.0'
956build_alias=''
957build_cpu='i386'
958build_os='darwin18.5.0'
959build_vendor='apple'
960datadir='${datarootdir}'
961datarootdir='${prefix}/share'
962docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
963dvidir='${docdir}'
964exec_prefix='NONE'
965host='i386-apple-darwin18.5.0'
966host_alias=''
967host_cpu='i386'
968host_os='darwin18.5.0'
969host_vendor='apple'
970htmldir='${docdir}'
971includedir='${prefix}/include'
972infodir='${datarootdir}/info'
973install_sh='$(SHELL) /Users/MarcoAntonio/checkmate-2.0.26/install-sh'
974libdir='${exec_prefix}/lib'
975libexecdir='${exec_prefix}/libexec'
976localedir='${datarootdir}/locale'
977localstatedir='${prefix}/var'
978lt_ECHO='/bin/echo'
979mandir='${datarootdir}/man'
980mkdir_p='$(top_builddir)/./install-sh -c -d'
981oldincludedir='/usr/include'
982pdfdir='${docdir}'
983pkgpyexecdir='${pyexecdir}/checkmate'
984pkgpythondir='${pythondir}/checkmate'
985prefix='NONE'
986program_transform_name='s,x,x,'
987psdir='${docdir}'
988pyexecdir='${exec_prefix}/lib/python2.7/site-packages'
989pythondir='${prefix}/lib/python2.7/site-packages'
990sbindir='${exec_prefix}/sbin'
991sharedstatedir='${prefix}/com'
992sysconfdir='${prefix}/etc'
993target_alias=''
994
995## ----------- ##
996## confdefs.h. ##
997## ----------- ##
998
999#define PACKAGE_NAME "CheckMATE"
1000#define PACKAGE_TARNAME "checkmate"
1001#define PACKAGE_VERSION "2.0.0"
1002#define PACKAGE_STRING "CheckMATE 2.0.0"
1003#define PACKAGE_BUGREPORT "daschm@uni-bonn.de"
1004#define PACKAGE "checkmate"
1005#define VERSION "2.0.0"
1006#define STDC_HEADERS 1
1007#define HAVE_SYS_TYPES_H 1
1008#define HAVE_SYS_STAT_H 1
1009#define HAVE_STDLIB_H 1
1010#define HAVE_STRING_H 1
1011#define HAVE_MEMORY_H 1
1012#define HAVE_STRINGS_H 1
1013#define HAVE_INTTYPES_H 1
1014#define HAVE_STDINT_H 1
1015#define HAVE_UNISTD_H 1
1016#define HAVE_DLFCN_H 1
1017#define LT_OBJDIR ".libs/"
1018#define STDC_HEADERS 1
1019#define HAVE_IOSTREAM 1
1020#define HAVE_OSTREAM 1
1021#define HAVE_FSTREAM 1
1022#define HAVE_HEPMC_HEPMCDEFS_H 1
1023#define HAVE_HEPMC_IO_GENEVENT_H 1
1024#define HAVE_PYTHIA8_PYTHIA_H 1
1025#define HAVE_PYTHIA8PLUGINS_HEPMC2_H 1
1026
1027configure: exit 1