Advertisement
Guest User

CRPropa2 config.log file

a guest
Aug 8th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.62 KB | None | 0 0
  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 CRPropa configure 2.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --with-cfitsio-include=~/Desktop/MSc_Project/CRPropa2-master/cfitsio/include/
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dhcp-178-131.xlate.eduroam.hor.ucl.ac.uk
  14. uname -m = x86_64
  15. uname -r = 13.3.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/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 13.3.0: Tue Jun 3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
  27. Kernel configured for up to 2 processors.
  28. 2 processors are physically available.
  29. 2 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1
  32. Primary memory available: 4.00 gigabytes
  33. Default processor set: 173 tasks, 753 threads, 2 processors
  34. Load average: 1.55, Mach factor: 0.62
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/local/bin
  40. PATH: /sw/bin
  41. PATH: /sw/sbin
  42. PATH: /Users/aayushsaxena/Library/Enthought/Canopy_64bit/User/bin
  43. PATH: /Library/Frameworks/Python.framework/Versions/3.3/bin
  44. PATH: /usr/bin
  45. PATH: /bin
  46. PATH: /usr/sbin
  47. PATH: /sbin
  48. PATH: /usr/local/bin
  49. PATH: /opt/X11/bin
  50. PATH: /usr/texbin
  51.  
  52.  
  53. ## ----------- ##
  54. ## Core tests. ##
  55. ## ----------- ##
  56.  
  57. configure:2764: checking for a BSD-compatible install
  58. configure:2832: result: /usr/bin/install -c
  59. configure:2843: checking whether build environment is sane
  60. configure:2898: result: yes
  61. configure:3049: checking for a thread-safe mkdir -p
  62. configure:3088: result: ./install-sh -c -d
  63. configure:3095: checking for gawk
  64. configure:3125: result: no
  65. configure:3095: checking for mawk
  66. configure:3125: result: no
  67. configure:3095: checking for nawk
  68. configure:3125: result: no
  69. configure:3095: checking for awk
  70. configure:3111: found /usr/bin/awk
  71. configure:3122: result: awk
  72. configure:3133: checking whether make sets $(MAKE)
  73. configure:3155: result: yes
  74. configure:3184: checking whether make supports nested variables
  75. configure:3201: result: yes
  76. configure:3355: checking build system type
  77. configure:3369: result: x86_64-apple-darwin13.3.0
  78. configure:3389: checking host system type
  79. configure:3402: result: x86_64-apple-darwin13.3.0
  80. configure:3443: checking how to print strings
  81. configure:3470: result: printf
  82. configure:3503: checking for style of include used by make
  83. configure:3531: result: GNU
  84. configure:3602: checking for gcc
  85. configure:3618: found /usr/local/bin/gcc
  86. configure:3629: result: gcc
  87. configure:3858: checking for C compiler version
  88. configure:3867: gcc --version >&5
  89. gcc (GCC) 4.9.0 20131215 (experimental)
  90. Copyright (C) 2013 Free Software Foundation, Inc.
  91. This is free software; see the source for copying conditions. There is NO
  92. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  93.  
  94. configure:3878: $? = 0
  95. configure:3867: gcc -v >&5
  96. Using built-in specs.
  97. COLLECT_GCC=gcc
  98. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/lto-wrapper
  99. Target: x86_64-apple-darwin13.0.0
  100. Configured with: ../gcc-4.9-20131215/configure --enable-languages=c++,fortran
  101. Thread model: posix
  102. gcc version 4.9.0 20131215 (experimental) (GCC)
  103. configure:3878: $? = 0
  104. configure:3867: gcc -V >&5
  105. gcc: error: unrecognized command line option '-V'
  106. gcc: fatal error: no input files
  107. compilation terminated.
  108. configure:3878: $? = 1
  109. configure:3867: gcc -qversion >&5
  110. gcc: error: unrecognized command line option '-qversion'
  111. gcc: fatal error: no input files
  112. compilation terminated.
  113. configure:3878: $? = 1
  114. configure:3898: checking whether the C compiler works
  115. configure:3920: gcc conftest.c >&5
  116. configure:3924: $? = 0
  117. configure:3972: result: yes
  118. configure:3975: checking for C compiler default output file name
  119. configure:3977: result: a.out
  120. configure:3983: checking for suffix of executables
  121. configure:3990: gcc -o conftest conftest.c >&5
  122. configure:3994: $? = 0
  123. configure:4016: result:
  124. configure:4038: checking whether we are cross compiling
  125. configure:4046: gcc -o conftest conftest.c >&5
  126. configure:4050: $? = 0
  127. configure:4057: ./conftest
  128. configure:4061: $? = 0
  129. configure:4076: result: no
  130. configure:4081: checking for suffix of object files
  131. configure:4103: gcc -c conftest.c >&5
  132. configure:4107: $? = 0
  133. configure:4128: result: o
  134. configure:4132: checking whether we are using the GNU C compiler
  135. configure:4151: gcc -c conftest.c >&5
  136. configure:4151: $? = 0
  137. configure:4160: result: yes
  138. configure:4169: checking whether gcc accepts -g
  139. configure:4189: gcc -c -g conftest.c >&5
  140. configure:4189: $? = 0
  141. configure:4230: result: yes
  142. configure:4247: checking for gcc option to accept ISO C89
  143. configure:4310: gcc -c -g -O2 conftest.c >&5
  144. configure:4310: $? = 0
  145. configure:4323: result: none needed
  146. configure:4348: checking whether gcc understands -c and -o together
  147. configure:4370: gcc -c conftest.c -o conftest2.o
  148. configure:4373: $? = 0
  149. configure:4370: gcc -c conftest.c -o conftest2.o
  150. configure:4373: $? = 0
  151. configure:4385: result: yes
  152. configure:4404: checking dependency style of gcc
  153. configure:4515: result: gcc3
  154. configure:4530: checking for a sed that does not truncate output
  155. configure:4594: result: /usr/bin/sed
  156. configure:4612: checking for grep that handles long lines and -e
  157. configure:4670: result: /usr/bin/grep
  158. configure:4675: checking for egrep
  159. configure:4737: result: /usr/bin/grep -E
  160. configure:4742: checking for fgrep
  161. configure:4804: result: /usr/bin/grep -F
  162. configure:4839: checking for ld used by gcc
  163. configure:4906: result: /usr/bin/ld
  164. configure:4913: checking if the linker (/usr/bin/ld) is GNU ld
  165. configure:4928: result: no
  166. configure:4940: checking for BSD- or MS-compatible name lister (nm)
  167. configure:4989: result: /usr/bin/nm
  168. configure:5119: checking the name lister (/usr/bin/nm) interface
  169. configure:5126: gcc -c -g -O2 conftest.c >&5
  170. configure:5129: /usr/bin/nm "conftest.o"
  171. configure:5132: output
  172. 00000000000001c0 S _some_variable
  173. configure:5139: result: BSD nm
  174. configure:5142: checking whether ln -s works
  175. configure:5146: result: yes
  176. configure:5154: checking the maximum length of command line arguments
  177. configure:5284: result: 196608
  178. configure:5301: checking whether the shell understands some XSI constructs
  179. configure:5311: result: yes
  180. configure:5315: checking whether the shell understands "+="
  181. configure:5321: result: yes
  182. configure:5356: checking how to convert x86_64-apple-darwin13.3.0 file names to x86_64-apple-darwin13.3.0 format
  183. configure:5396: result: func_convert_file_noop
  184. configure:5403: checking how to convert x86_64-apple-darwin13.3.0 file names to toolchain format
  185. configure:5423: result: func_convert_file_noop
  186. configure:5430: checking for /usr/bin/ld option to reload object files
  187. configure:5437: result: -r
  188. configure:5511: checking for objdump
  189. configure:5541: result: no
  190. configure:5570: checking how to recognize dependent libraries
  191. configure:5772: result: pass_all
  192. configure:5857: checking for dlltool
  193. configure:5887: result: no
  194. configure:5917: checking how to associate runtime and link libraries
  195. configure:5944: result: printf %s\n
  196. configure:6005: checking for ar
  197. configure:6021: found /usr/bin/ar
  198. configure:6032: result: ar
  199. configure:6069: checking for archiver @FILE support
  200. configure:6086: gcc -c -g -O2 conftest.c >&5
  201. configure:6086: $? = 0
  202. configure:6089: ar cru libconftest.a @conftest.lst >&5
  203. ar: @conftest.lst: No such file or directory
  204. configure:6092: $? = 1
  205. configure:6112: result: no
  206. configure:6170: checking for strip
  207. configure:6186: found /usr/bin/strip
  208. configure:6197: result: strip
  209. configure:6269: checking for ranlib
  210. configure:6285: found /usr/bin/ranlib
  211. configure:6296: result: ranlib
  212. configure:6398: checking command to parse /usr/bin/nm output from gcc object
  213. configure:6518: gcc -c -g -O2 conftest.c >&5
  214. configure:6521: $? = 0
  215. configure:6525: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  216. configure:6528: $? = 0
  217. cannot find nm_test_var in conftest.nm
  218. configure:6518: gcc -c -g -O2 conftest.c >&5
  219. configure:6521: $? = 0
  220. configure:6525: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  221. configure:6528: $? = 0
  222. configure:6594: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  223. configure:6597: $? = 0
  224. configure:6635: result: ok
  225. configure:6672: checking for sysroot
  226. configure:6702: result: no
  227. configure:6958: checking for mt
  228. configure:6988: result: no
  229. configure:7008: checking if : is a manifest tool
  230. configure:7014: : '-?'
  231. configure:7022: result: no
  232. configure:7078: checking for dsymutil
  233. configure:7094: found /usr/bin/dsymutil
  234. configure:7105: result: dsymutil
  235. configure:7170: checking for nmedit
  236. configure:7186: found /usr/bin/nmedit
  237. configure:7197: result: nmedit
  238. configure:7262: checking for lipo
  239. configure:7278: found /usr/bin/lipo
  240. configure:7289: result: lipo
  241. configure:7354: checking for otool
  242. configure:7370: found /usr/bin/otool
  243. configure:7381: result: otool
  244. configure:7446: checking for otool64
  245. configure:7476: result: no
  246. configure:7521: checking for -single_module linker flag
  247. gcc -g -O2 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
  248. configure:7554: result: yes
  249. configure:7557: checking for -exported_symbols_list linker flag
  250. configure:7577: gcc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
  251. configure:7577: $? = 0
  252. configure:7587: result: yes
  253. configure:7590: checking for -force_load linker flag
  254. gcc -g -O2 -c -o conftest.o conftest.c
  255. ar cru libconftest.a conftest.o
  256. ranlib libconftest.a
  257. gcc -g -O2 -o conftest conftest.c -Wl,-force_load,./libconftest.a
  258. configure:7622: result: yes
  259. configure:7664: checking how to run the C preprocessor
  260. configure:7695: gcc -E conftest.c
  261. configure:7695: $? = 0
  262. configure:7709: gcc -E conftest.c
  263. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  264. #include <ac_nonexistent.h>
  265. ^
  266. compilation terminated.
  267. configure:7709: $? = 1
  268. configure: failed program was:
  269. | /* confdefs.h */
  270. | #define PACKAGE_NAME "CRPropa"
  271. | #define PACKAGE_TARNAME "crpropa"
  272. | #define PACKAGE_VERSION "2.0"
  273. | #define PACKAGE_STRING "CRPropa 2.0"
  274. | #define PACKAGE_BUGREPORT "[email protected]"
  275. | #define PACKAGE_URL ""
  276. | #define PACKAGE "crpropa"
  277. | #define VERSION "2.0"
  278. | /* end confdefs.h. */
  279. | #include <ac_nonexistent.h>
  280. configure:7734: result: gcc -E
  281. configure:7754: gcc -E conftest.c
  282. configure:7754: $? = 0
  283. configure:7768: gcc -E conftest.c
  284. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  285. #include <ac_nonexistent.h>
  286. ^
  287. compilation terminated.
  288. configure:7768: $? = 1
  289. configure: failed program was:
  290. | /* confdefs.h */
  291. | #define PACKAGE_NAME "CRPropa"
  292. | #define PACKAGE_TARNAME "crpropa"
  293. | #define PACKAGE_VERSION "2.0"
  294. | #define PACKAGE_STRING "CRPropa 2.0"
  295. | #define PACKAGE_BUGREPORT "[email protected]"
  296. | #define PACKAGE_URL ""
  297. | #define PACKAGE "crpropa"
  298. | #define VERSION "2.0"
  299. | /* end confdefs.h. */
  300. | #include <ac_nonexistent.h>
  301. configure:7797: checking for ANSI C header files
  302. configure:7817: gcc -c -g -O2 conftest.c >&5
  303. configure:7817: $? = 0
  304. configure:7890: gcc -o conftest -g -O2 conftest.c >&5
  305. configure:7890: $? = 0
  306. configure:7890: ./conftest
  307. configure:7890: $? = 0
  308. configure:7901: result: yes
  309. configure:7914: checking for sys/types.h
  310. configure:7914: gcc -c -g -O2 conftest.c >&5
  311. configure:7914: $? = 0
  312. configure:7914: result: yes
  313. configure:7914: checking for sys/stat.h
  314. configure:7914: gcc -c -g -O2 conftest.c >&5
  315. configure:7914: $? = 0
  316. configure:7914: result: yes
  317. configure:7914: checking for stdlib.h
  318. configure:7914: gcc -c -g -O2 conftest.c >&5
  319. configure:7914: $? = 0
  320. configure:7914: result: yes
  321. configure:7914: checking for string.h
  322. configure:7914: gcc -c -g -O2 conftest.c >&5
  323. configure:7914: $? = 0
  324. configure:7914: result: yes
  325. configure:7914: checking for memory.h
  326. configure:7914: gcc -c -g -O2 conftest.c >&5
  327. configure:7914: $? = 0
  328. configure:7914: result: yes
  329. configure:7914: checking for strings.h
  330. configure:7914: gcc -c -g -O2 conftest.c >&5
  331. configure:7914: $? = 0
  332. configure:7914: result: yes
  333. configure:7914: checking for inttypes.h
  334. configure:7914: gcc -c -g -O2 conftest.c >&5
  335. configure:7914: $? = 0
  336. configure:7914: result: yes
  337. configure:7914: checking for stdint.h
  338. configure:7914: gcc -c -g -O2 conftest.c >&5
  339. configure:7914: $? = 0
  340. configure:7914: result: yes
  341. configure:7914: checking for unistd.h
  342. configure:7914: gcc -c -g -O2 conftest.c >&5
  343. configure:7914: $? = 0
  344. configure:7914: result: yes
  345. configure:7928: checking for dlfcn.h
  346. configure:7928: gcc -c -g -O2 conftest.c >&5
  347. configure:7928: $? = 0
  348. configure:7928: result: yes
  349. configure:8134: checking for objdir
  350. configure:8149: result: .libs
  351. configure:8420: checking if gcc supports -fno-rtti -fno-exceptions
  352. configure:8438: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  353. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
  354. configure:8442: $? = 0
  355. configure:8455: result: no
  356. configure:8782: checking for gcc option to produce PIC
  357. configure:8789: result: -fno-common -DPIC
  358. configure:8797: checking if gcc PIC flag -fno-common -DPIC works
  359. configure:8815: gcc -c -g -O2 -fno-common -DPIC -DPIC conftest.c >&5
  360. configure:8819: $? = 0
  361. configure:8832: result: yes
  362. configure:8861: checking if gcc static flag -static works
  363. configure:8889: result: no
  364. configure:8904: checking if gcc supports -c -o file.o
  365. configure:8925: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  366. configure:8929: $? = 0
  367. configure:8951: result: yes
  368. configure:8959: checking if gcc supports -c -o file.o
  369. configure:9006: result: yes
  370. configure:9039: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
  371. configure:10192: result: yes
  372. configure:10432: checking dynamic linker characteristics
  373. configure:11165: result: darwin13.3.0 dyld
  374. configure:11272: checking how to hardcode library paths into programs
  375. configure:11297: result: immediate
  376. configure:11837: checking whether stripping libraries is possible
  377. configure:11851: result: yes
  378. configure:11877: checking if libtool supports shared libraries
  379. configure:11879: result: yes
  380. configure:11882: checking whether to build shared libraries
  381. configure:11903: result: yes
  382. configure:11906: checking whether to build static libraries
  383. configure:11910: result: yes
  384. configure:12030: checking for g++
  385. configure:12046: found /usr/local/bin/g++
  386. configure:12057: result: g++
  387. configure:12084: checking for C++ compiler version
  388. configure:12093: g++ --version >&5
  389. g++ (GCC) 4.9.0 20131215 (experimental)
  390. Copyright (C) 2013 Free Software Foundation, Inc.
  391. This is free software; see the source for copying conditions. There is NO
  392. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  393.  
  394. configure:12104: $? = 0
  395. configure:12093: g++ -v >&5
  396. Using built-in specs.
  397. COLLECT_GCC=g++
  398. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/lto-wrapper
  399. Target: x86_64-apple-darwin13.0.0
  400. Configured with: ../gcc-4.9-20131215/configure --enable-languages=c++,fortran
  401. Thread model: posix
  402. gcc version 4.9.0 20131215 (experimental) (GCC)
  403. configure:12104: $? = 0
  404. configure:12093: g++ -V >&5
  405. g++: error: unrecognized command line option '-V'
  406. g++: fatal error: no input files
  407. compilation terminated.
  408. configure:12104: $? = 1
  409. configure:12093: g++ -qversion >&5
  410. g++: error: unrecognized command line option '-qversion'
  411. g++: fatal error: no input files
  412. compilation terminated.
  413. configure:12104: $? = 1
  414. configure:12108: checking whether we are using the GNU C++ compiler
  415. configure:12127: g++ -c conftest.cpp >&5
  416. configure:12127: $? = 0
  417. configure:12136: result: yes
  418. configure:12145: checking whether g++ accepts -g
  419. configure:12165: g++ -c -g conftest.cpp >&5
  420. configure:12165: $? = 0
  421. configure:12206: result: yes
  422. configure:12231: checking dependency style of g++
  423. configure:12342: result: gcc3
  424. configure:12375: checking how to run the C++ preprocessor
  425. configure:12402: g++ -E conftest.cpp
  426. configure:12402: $? = 0
  427. configure:12416: g++ -E conftest.cpp
  428. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  429. #include <ac_nonexistent.h>
  430. ^
  431. compilation terminated.
  432. configure:12416: $? = 1
  433. configure: failed program was:
  434. | /* confdefs.h */
  435. | #define PACKAGE_NAME "CRPropa"
  436. | #define PACKAGE_TARNAME "crpropa"
  437. | #define PACKAGE_VERSION "2.0"
  438. | #define PACKAGE_STRING "CRPropa 2.0"
  439. | #define PACKAGE_BUGREPORT "[email protected]"
  440. | #define PACKAGE_URL ""
  441. | #define PACKAGE "crpropa"
  442. | #define VERSION "2.0"
  443. | #define STDC_HEADERS 1
  444. | #define HAVE_SYS_TYPES_H 1
  445. | #define HAVE_SYS_STAT_H 1
  446. | #define HAVE_STDLIB_H 1
  447. | #define HAVE_STRING_H 1
  448. | #define HAVE_MEMORY_H 1
  449. | #define HAVE_STRINGS_H 1
  450. | #define HAVE_INTTYPES_H 1
  451. | #define HAVE_STDINT_H 1
  452. | #define HAVE_UNISTD_H 1
  453. | #define HAVE_DLFCN_H 1
  454. | #define LT_OBJDIR ".libs/"
  455. | /* end confdefs.h. */
  456. | #include <ac_nonexistent.h>
  457. configure:12441: result: g++ -E
  458. configure:12461: g++ -E conftest.cpp
  459. configure:12461: $? = 0
  460. configure:12475: g++ -E conftest.cpp
  461. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  462. #include <ac_nonexistent.h>
  463. ^
  464. compilation terminated.
  465. configure:12475: $? = 1
  466. configure: failed program was:
  467. | /* confdefs.h */
  468. | #define PACKAGE_NAME "CRPropa"
  469. | #define PACKAGE_TARNAME "crpropa"
  470. | #define PACKAGE_VERSION "2.0"
  471. | #define PACKAGE_STRING "CRPropa 2.0"
  472. | #define PACKAGE_BUGREPORT "[email protected]"
  473. | #define PACKAGE_URL ""
  474. | #define PACKAGE "crpropa"
  475. | #define VERSION "2.0"
  476. | #define STDC_HEADERS 1
  477. | #define HAVE_SYS_TYPES_H 1
  478. | #define HAVE_SYS_STAT_H 1
  479. | #define HAVE_STDLIB_H 1
  480. | #define HAVE_STRING_H 1
  481. | #define HAVE_MEMORY_H 1
  482. | #define HAVE_STRINGS_H 1
  483. | #define HAVE_INTTYPES_H 1
  484. | #define HAVE_STDINT_H 1
  485. | #define HAVE_UNISTD_H 1
  486. | #define HAVE_DLFCN_H 1
  487. | #define LT_OBJDIR ".libs/"
  488. | /* end confdefs.h. */
  489. | #include <ac_nonexistent.h>
  490. configure:12644: checking for ld used by g++
  491. configure:12711: result: /usr/bin/ld
  492. configure:12718: checking if the linker (/usr/bin/ld) is GNU ld
  493. configure:12733: result: no
  494. configure:12788: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  495. configure:13793: result: yes
  496. configure:13829: g++ -c -g -O2 conftest.cpp >&5
  497. configure:13832: $? = 0
  498. configure:14352: checking for g++ option to produce PIC
  499. configure:14359: result: -fno-common -DPIC
  500. configure:14367: checking if g++ PIC flag -fno-common -DPIC works
  501. configure:14385: g++ -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5
  502. configure:14389: $? = 0
  503. configure:14402: result: yes
  504. configure:14425: checking if g++ static flag -static works
  505. configure:14453: result: no
  506. configure:14465: checking if g++ supports -c -o file.o
  507. configure:14486: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  508. configure:14490: $? = 0
  509. configure:14512: result: yes
  510. configure:14517: checking if g++ supports -c -o file.o
  511. configure:14564: result: yes
  512. configure:14594: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
  513. configure:14630: result: yes
  514. configure:14771: checking dynamic linker characteristics
  515. configure:15438: result: darwin13.3.0 dyld
  516. configure:15491: checking how to hardcode library paths into programs
  517. configure:15516: result: immediate
  518. configure:15668: checking for C compiler version
  519. configure:15677: gcc --version >&5
  520. gcc (GCC) 4.9.0 20131215 (experimental)
  521. Copyright (C) 2013 Free Software Foundation, Inc.
  522. This is free software; see the source for copying conditions. There is NO
  523. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  524.  
  525. configure:15688: $? = 0
  526. configure:15677: gcc -v >&5
  527. Using built-in specs.
  528. COLLECT_GCC=gcc
  529. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/lto-wrapper
  530. Target: x86_64-apple-darwin13.0.0
  531. Configured with: ../gcc-4.9-20131215/configure --enable-languages=c++,fortran
  532. Thread model: posix
  533. gcc version 4.9.0 20131215 (experimental) (GCC)
  534. configure:15688: $? = 0
  535. configure:15677: gcc -V >&5
  536. gcc: error: unrecognized command line option '-V'
  537. gcc: fatal error: no input files
  538. compilation terminated.
  539. configure:15688: $? = 1
  540. configure:15677: gcc -qversion >&5
  541. gcc: error: unrecognized command line option '-qversion'
  542. gcc: fatal error: no input files
  543. compilation terminated.
  544. configure:15688: $? = 1
  545. configure:15692: checking whether we are using the GNU C compiler
  546. configure:15720: result: yes
  547. configure:15729: checking whether gcc accepts -g
  548. configure:15790: result: yes
  549. configure:15807: checking for gcc option to accept ISO C89
  550. configure:15883: result: none needed
  551. configure:15908: checking whether gcc understands -c and -o together
  552. configure:15945: result: yes
  553. configure:15964: checking dependency style of gcc
  554. configure:16075: result: gcc3
  555. configure:16143: checking for gfortran
  556. configure:16159: found /usr/local/bin/gfortran
  557. configure:16170: result: gfortran
  558. configure:16196: checking for Fortran 77 compiler version
  559. configure:16205: gfortran --version >&5
  560. GNU Fortran (GCC) 4.9.0 20131215 (experimental)
  561. Copyright (C) 2013 Free Software Foundation, Inc.
  562.  
  563. GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
  564. You may redistribute copies of GNU Fortran
  565. under the terms of the GNU General Public License.
  566. For more information about these matters, see the file named COPYING
  567.  
  568. configure:16216: $? = 0
  569. configure:16205: gfortran -v >&5
  570. Using built-in specs.
  571. COLLECT_GCC=gfortran
  572. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/lto-wrapper
  573. Target: x86_64-apple-darwin13.0.0
  574. Configured with: ../gcc-4.9-20131215/configure --enable-languages=c++,fortran
  575. Thread model: posix
  576. gcc version 4.9.0 20131215 (experimental) (GCC)
  577. configure:16216: $? = 0
  578. configure:16205: gfortran -V >&5
  579. gfortran: error: unrecognized command line option '-V'
  580. gfortran: fatal error: no input files
  581. compilation terminated.
  582. configure:16216: $? = 1
  583. configure:16205: gfortran -qversion >&5
  584. gfortran: error: unrecognized command line option '-qversion'
  585. gfortran: fatal error: no input files
  586. compilation terminated.
  587. configure:16216: $? = 1
  588. configure:16225: checking whether we are using the GNU Fortran 77 compiler
  589. configure:16238: gfortran -c conftest.F >&5
  590. configure:16238: $? = 0
  591. configure:16247: result: yes
  592. configure:16253: checking whether gfortran accepts -g
  593. configure:16264: gfortran -c -g conftest.f >&5
  594. configure:16264: $? = 0
  595. configure:16272: result: yes
  596. configure:16408: checking if libtool supports shared libraries
  597. configure:16410: result: yes
  598. configure:16413: checking whether to build shared libraries
  599. configure:16433: result: yes
  600. configure:16436: checking whether to build static libraries
  601. configure:16440: result: yes
  602. configure:16761: checking for gfortran option to produce PIC
  603. configure:16768: result: -fno-common
  604. configure:16776: checking if gfortran PIC flag -fno-common works
  605. configure:16794: gfortran -c -g -O2 -fno-common conftest.f >&5
  606. configure:16798: $? = 0
  607. configure:16811: result: yes
  608. configure:16834: checking if gfortran static flag -static works
  609. configure:16862: result: no
  610. configure:16874: checking if gfortran supports -c -o file.o
  611. configure:16895: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
  612. configure:16899: $? = 0
  613. configure:16921: result: yes
  614. configure:16926: checking if gfortran supports -c -o file.o
  615. configure:16973: result: yes
  616. configure:17003: checking whether the gfortran linker (/usr/bin/ld) supports shared libraries
  617. configure:18106: result: yes
  618. configure:18247: checking dynamic linker characteristics
  619. configure:18908: result: darwin13.3.0 dyld
  620. configure:18961: checking how to hardcode library paths into programs
  621. configure:18986: result: immediate
  622. configure:19036: checking for library containing dlopen
  623. configure:19067: gcc -o conftest -g -O2 conftest.c >&5
  624. configure:19067: $? = 0
  625. configure:19084: result: none required
  626. configure:19174: checking for dlerror
  627. configure:19174: gcc -o conftest -g -O2 conftest.c >&5
  628. configure:19174: $? = 0
  629. configure:19174: result: yes
  630. configure:19188: checking for shl_load
  631. configure:19188: gcc -o conftest -g -O2 conftest.c >&5
  632. Undefined symbols for architecture x86_64:
  633. "_shl_load", referenced from:
  634. _main in ccYbDpIi.o
  635. ld: symbol(s) not found for architecture x86_64
  636. collect2: error: ld returned 1 exit status
  637. configure:19188: $? = 1
  638. configure: failed program was:
  639. | /* confdefs.h */
  640. | #define PACKAGE_NAME "CRPropa"
  641. | #define PACKAGE_TARNAME "crpropa"
  642. | #define PACKAGE_VERSION "2.0"
  643. | #define PACKAGE_STRING "CRPropa 2.0"
  644. | #define PACKAGE_BUGREPORT "[email protected]"
  645. | #define PACKAGE_URL ""
  646. | #define PACKAGE "crpropa"
  647. | #define VERSION "2.0"
  648. | #define STDC_HEADERS 1
  649. | #define HAVE_SYS_TYPES_H 1
  650. | #define HAVE_SYS_STAT_H 1
  651. | #define HAVE_STDLIB_H 1
  652. | #define HAVE_STRING_H 1
  653. | #define HAVE_MEMORY_H 1
  654. | #define HAVE_STRINGS_H 1
  655. | #define HAVE_INTTYPES_H 1
  656. | #define HAVE_STDINT_H 1
  657. | #define HAVE_UNISTD_H 1
  658. | #define HAVE_DLFCN_H 1
  659. | #define LT_OBJDIR ".libs/"
  660. | #define HAVE_LIBDL 1
  661. | #define HAVE_DLERROR 1
  662. | /* end confdefs.h. */
  663. | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  664. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  665. | #define shl_load innocuous_shl_load
  666. |
  667. | /* System header to define __stub macros and hopefully few prototypes,
  668. | which can conflict with char shl_load (); below.
  669. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  670. | <limits.h> exists even on freestanding compilers. */
  671. |
  672. | #ifdef __STDC__
  673. | # include <limits.h>
  674. | #else
  675. | # include <assert.h>
  676. | #endif
  677. |
  678. | #undef shl_load
  679. |
  680. | /* Override any GCC internal prototype to avoid an error.
  681. | Use char because int might match the return type of a GCC
  682. | builtin and then its argument prototype would still apply. */
  683. | #ifdef __cplusplus
  684. | extern "C"
  685. | #endif
  686. | char shl_load ();
  687. | /* The GNU C library defines this for functions which it implements
  688. | to always fail with ENOSYS. Some functions are actually named
  689. | something starting with __ and the normal name is an alias. */
  690. | #if defined __stub_shl_load || defined __stub___shl_load
  691. | choke me
  692. | #endif
  693. |
  694. | int
  695. | main ()
  696. | {
  697. | return shl_load ();
  698. | ;
  699. | return 0;
  700. | }
  701. configure:19188: result: no
  702. configure:19195: checking for shl_load in -ldld
  703. configure:19220: gcc -o conftest -g -O2 conftest.c -ldld >&5
  704. ld: library not found for -ldld
  705. collect2: error: ld returned 1 exit status
  706. configure:19220: $? = 1
  707. configure: failed program was:
  708. | /* confdefs.h */
  709. | #define PACKAGE_NAME "CRPropa"
  710. | #define PACKAGE_TARNAME "crpropa"
  711. | #define PACKAGE_VERSION "2.0"
  712. | #define PACKAGE_STRING "CRPropa 2.0"
  713. | #define PACKAGE_BUGREPORT "[email protected]"
  714. | #define PACKAGE_URL ""
  715. | #define PACKAGE "crpropa"
  716. | #define VERSION "2.0"
  717. | #define STDC_HEADERS 1
  718. | #define HAVE_SYS_TYPES_H 1
  719. | #define HAVE_SYS_STAT_H 1
  720. | #define HAVE_STDLIB_H 1
  721. | #define HAVE_STRING_H 1
  722. | #define HAVE_MEMORY_H 1
  723. | #define HAVE_STRINGS_H 1
  724. | #define HAVE_INTTYPES_H 1
  725. | #define HAVE_STDINT_H 1
  726. | #define HAVE_UNISTD_H 1
  727. | #define HAVE_DLFCN_H 1
  728. | #define LT_OBJDIR ".libs/"
  729. | #define HAVE_LIBDL 1
  730. | #define HAVE_DLERROR 1
  731. | /* end confdefs.h. */
  732. |
  733. | /* Override any GCC internal prototype to avoid an error.
  734. | Use char because int might match the return type of a GCC
  735. | builtin and then its argument prototype would still apply. */
  736. | #ifdef __cplusplus
  737. | extern "C"
  738. | #endif
  739. | char shl_load ();
  740. | int
  741. | main ()
  742. | {
  743. | return shl_load ();
  744. | ;
  745. | return 0;
  746. | }
  747. configure:19229: result: no
  748. configure:19275: checking for dld_link in -ldld
  749. configure:19300: gcc -o conftest -g -O2 conftest.c -ldld >&5
  750. ld: library not found for -ldld
  751. collect2: error: ld returned 1 exit status
  752. configure:19300: $? = 1
  753. configure: failed program was:
  754. | /* confdefs.h */
  755. | #define PACKAGE_NAME "CRPropa"
  756. | #define PACKAGE_TARNAME "crpropa"
  757. | #define PACKAGE_VERSION "2.0"
  758. | #define PACKAGE_STRING "CRPropa 2.0"
  759. | #define PACKAGE_BUGREPORT "[email protected]"
  760. | #define PACKAGE_URL ""
  761. | #define PACKAGE "crpropa"
  762. | #define VERSION "2.0"
  763. | #define STDC_HEADERS 1
  764. | #define HAVE_SYS_TYPES_H 1
  765. | #define HAVE_SYS_STAT_H 1
  766. | #define HAVE_STDLIB_H 1
  767. | #define HAVE_STRING_H 1
  768. | #define HAVE_MEMORY_H 1
  769. | #define HAVE_STRINGS_H 1
  770. | #define HAVE_INTTYPES_H 1
  771. | #define HAVE_STDINT_H 1
  772. | #define HAVE_UNISTD_H 1
  773. | #define HAVE_DLFCN_H 1
  774. | #define LT_OBJDIR ".libs/"
  775. | #define HAVE_LIBDL 1
  776. | #define HAVE_DLERROR 1
  777. | /* end confdefs.h. */
  778. |
  779. | /* Override any GCC internal prototype to avoid an error.
  780. | Use char because int might match the return type of a GCC
  781. | builtin and then its argument prototype would still apply. */
  782. | #ifdef __cplusplus
  783. | extern "C"
  784. | #endif
  785. | char dld_link ();
  786. | int
  787. | main ()
  788. | {
  789. | return dld_link ();
  790. | ;
  791. | return 0;
  792. | }
  793. configure:19309: result: no
  794. configure:19349: checking how to get verbose linking output from gfortran
  795. configure:19359: gfortran -c -g -O2 conftest.f >&5
  796. configure:19359: $? = 0
  797. configure:19377: gfortran -o conftest -g -O2 -v conftest.f
  798. Using built-in specs.
  799. Target: x86_64-apple-darwin13.0.0
  800. Thread model: posix
  801. gcc version 4.9.0 20131215 (experimental) (GCC)
  802. /usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/f951 conftest.f -ffixed-form -fPIC -feliminate-unused-debug-symbols -quiet -dumpbase conftest.f -mmacosx-version-min=10.9.3 -mtune=core2 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/finclude -o /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//ccHi8Dmc.s
  803. GNU Fortran (GCC) version 4.9.0 20131215 (experimental) (x86_64-apple-darwin13.0.0)
  804. compiled by GNU C version 4.9.0 20131215 (experimental), GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.8.1
  805. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  806. GNU Fortran (GCC) version 4.9.0 20131215 (experimental) (x86_64-apple-darwin13.0.0)
  807. compiled by GNU C version 4.9.0 20131215 (experimental), GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.8.1
  808. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  809. as -arch x86_64 -force_cpusubtype_ALL -o /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//cctlDMnK.o /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//ccHi8Dmc.s
  810. Reading specs from /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../../libgfortran.spec
  811. rename spec lib to liborig
  812. /usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.9.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0 -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../.. /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//cctlDMnK.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v -idsym -dsym
  813. collect2 version 4.9.0 20131215 (experimental)
  814. /usr/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.9.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0 -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../.. /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//cctlDMnK.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
  815. @(#)PROGRAM:ld PROJECT:ld64-236.4
  816. configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
  817. Library search paths:
  818. /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0
  819. /usr/local/lib
  820. /usr/lib
  821. /usr/local/lib
  822. Framework search paths:
  823. /Library/Frameworks/
  824. /System/Library/Frameworks/
  825. dsymutil conftest
  826. configure:19460: result: -v
  827. configure:19462: checking for Fortran 77 libraries of gfortran
  828. configure:19485: gfortran -o conftest -g -O2 -v conftest.f
  829. Using built-in specs.
  830. Target: x86_64-apple-darwin13.0.0
  831. Thread model: posix
  832. gcc version 4.9.0 20131215 (experimental) (GCC)
  833. /usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/f951 conftest.f -ffixed-form -fPIC -feliminate-unused-debug-symbols -quiet -dumpbase conftest.f -mmacosx-version-min=10.9.3 -mtune=core2 -auxbase conftest -g -O2 -version -fintrinsic-modules-path /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/finclude -o /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//ccfvbWB8.s
  834. GNU Fortran (GCC) version 4.9.0 20131215 (experimental) (x86_64-apple-darwin13.0.0)
  835. compiled by GNU C version 4.9.0 20131215 (experimental), GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.8.1
  836. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  837. GNU Fortran (GCC) version 4.9.0 20131215 (experimental) (x86_64-apple-darwin13.0.0)
  838. compiled by GNU C version 4.9.0 20131215 (experimental), GMP version 4.3.1, MPFR version 2.4.1, MPC version 0.8.1
  839. GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
  840. as -arch x86_64 -force_cpusubtype_ALL -o /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//cc1u8hsG.o /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//ccfvbWB8.s
  841. Reading specs from /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../../libgfortran.spec
  842. rename spec lib to liborig
  843. /usr/local/libexec/gcc/x86_64-apple-darwin13.0.0/4.9.0/collect2 -dynamic -arch x86_64 -macosx_version_min 10.9.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0 -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../.. /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//cc1u8hsG.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v -idsym -dsym
  844. collect2 version 4.9.0 20131215 (experimental)
  845. /usr/bin/ld -dynamic -arch x86_64 -macosx_version_min 10.9.3 -weak_reference_mismatches non-weak -o conftest -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0 -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../.. /var/folders/fl/1kxlp2ss54d61ny8ff35g9gh0000gn/T//cc1u8hsG.o -lgfortran -no_compact_unwind -lSystem -lgcc_ext.10.5 -lgcc -lquadmath -lm -lgcc_ext.10.5 -lgcc -lSystem -v
  846. @(#)PROGRAM:ld PROJECT:ld64-236.4
  847. configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 armv6m armv7m armv7em
  848. Library search paths:
  849. /usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0
  850. /usr/local/lib
  851. /usr/lib
  852. /usr/local/lib
  853. Framework search paths:
  854. /Library/Frameworks/
  855. /System/Library/Frameworks/
  856. dsymutil conftest
  857. configure:19681: result: -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0 -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0/../../.. -lgfortran -lquadmath -lm
  858. configure:19706: checking for clhep-config
  859. configure:19725: found /Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External/bin/clhep-config
  860. configure:19738: result: /Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External/bin/clhep-config
  861. configure:19765: checking CLHEP/Random/RandGauss.h usability
  862. configure:19765: g++ -c -g -O2 -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include conftest.cpp >&5
  863. configure:19765: $? = 0
  864. configure:19765: result: yes
  865. configure:19765: checking CLHEP/Random/RandGauss.h presence
  866. configure:19765: g++ -E -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include conftest.cpp
  867. configure:19765: $? = 0
  868. configure:19765: result: yes
  869. configure:19765: checking for CLHEP/Random/RandGauss.h
  870. configure:19765: result: yes
  871. configure:19770: result: check for clhep include files... yes
  872. configure:19765: checking CLHEP/Units/SystemOfUnits.h usability
  873. configure:19765: g++ -c -g -O2 -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include conftest.cpp >&5
  874. configure:19765: $? = 0
  875. configure:19765: result: yes
  876. configure:19765: checking CLHEP/Units/SystemOfUnits.h presence
  877. configure:19765: g++ -E -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include conftest.cpp
  878. configure:19765: $? = 0
  879. configure:19765: result: yes
  880. configure:19765: checking for CLHEP/Units/SystemOfUnits.h
  881. configure:19765: result: yes
  882. configure:19770: result: check for clhep include files... yes
  883. configure:19765: checking CLHEP/Vector/ThreeVector.h usability
  884. configure:19765: g++ -c -g -O2 -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include conftest.cpp >&5
  885. configure:19765: $? = 0
  886. configure:19765: result: yes
  887. configure:19765: checking CLHEP/Vector/ThreeVector.h presence
  888. configure:19765: g++ -E -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include conftest.cpp
  889. configure:19765: $? = 0
  890. configure:19765: result: yes
  891. configure:19765: checking for CLHEP/Vector/ThreeVector.h
  892. configure:19765: result: yes
  893. configure:19770: result: check for clhep include files... yes
  894. configure:19792: g++ -o conftest -g -O2 -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include -L/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//lib -lCLHEP-2.0.4.3 conftest.cpp >&5
  895. configure:19792: $? = 0
  896. configure:19793: result: check for clhep link... yes
  897. configure:19824: checking for root-config
  898. configure:19844: found /usr/local/bin/root-config
  899. configure:19857: result: /usr/local/bin/root-config
  900. configure:19894: checking fitsio.h usability
  901. configure:19894: g++ -c -g -O2 -I/Users/aayushsaxena/Desktop/MSc_Project/CRPropa2-master/External//include -pthread -stdlib=libc++ -m64 -I/usr/local/include/root -I~/Desktop/MSc_Project/CRPropa2-master/cfitsio/include/ conftest.cpp >&5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement