Advertisement
Guest User

Untitled

a guest
Jun 28th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.25 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 ESPRESSO configure 6.4, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./install/configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = d-172-25-1-108.dhcp.virginia.edu
  14. uname -m = x86_64
  15. uname -r = 18.6.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/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.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64
  27. Kernel configured for up to 8 processors.
  28. 4 processors are physically available.
  29. 8 processors are logically available.
  30. Processor type: x86_64h (Intel x86-64h Haswell)
  31. Processors active: 0 1 2 3 4 5 6 7
  32. Primary memory available: 16.00 gigabytes
  33. Default processor set: 538 tasks, 2046 threads, 8 processors
  34. Load average: 1.78, Mach factor: 6.21
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /Users/johnschneeloch/g2conda/bin
  40. PATH: /Users/johnschneeloch/anaconda/bin
  41. PATH: /usr/local/bin
  42. PATH: /usr/bin
  43. PATH: /bin
  44. PATH: /usr/sbin
  45. PATH: /sbin
  46. PATH: /Library/TeX/texbin
  47. PATH: /opt/X11/bin
  48.  
  49.  
  50. ## ----------- ##
  51. ## Core tests. ##
  52. ## ----------- ##
  53.  
  54. configure:2427: checking build system type
  55. configure:2441: result: x86_64-apple-darwin18.6.0
  56. configure:2465: checking ARCH
  57. configure:2509: result: mac686
  58. configure:2531: checking setting AR...
  59. configure:2537: result: ar
  60. configure:2541: checking setting ARFLAGS...
  61. configure:2553: result: ruv
  62. configure:2684: checking for Fortran compiler version
  63. configure:2693: /usr/local/bin/gfortran --version >&5
  64. GNU Fortran (GCC) 7.1.0
  65. Copyright (C) 2017 Free Software Foundation, Inc.
  66. This is free software; see the source for copying conditions. There is NO
  67. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68.  
  69. configure:2704: $? = 0
  70. configure:2693: /usr/local/bin/gfortran -v >&5
  71. Using built-in specs.
  72. COLLECT_GCC=/usr/local/bin/gfortran
  73. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin15.6.0/7.1.0/lto-wrapper
  74. Target: x86_64-apple-darwin15.6.0
  75. Configured with: ../gcc-7.1.0/configure --enable-languages=c++,fortran
  76. Thread model: posix
  77. gcc version 7.1.0 (GCC)
  78. configure:2704: $? = 0
  79. configure:2693: /usr/local/bin/gfortran -V >&5
  80. gfortran: error: unrecognized command line option '-V'
  81. gfortran: fatal error: no input files
  82. compilation terminated.
  83. configure:2704: $? = 1
  84. configure:2693: /usr/local/bin/gfortran -qversion >&5
  85. gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
  86. gfortran: fatal error: no input files
  87. compilation terminated.
  88. configure:2704: $? = 1
  89. configure:2719: checking whether the Fortran compiler works
  90. configure:2741: /usr/local/bin/gfortran conftest.f >&5
  91. configure:2745: $? = 0
  92. configure:2793: result: yes
  93. configure:2796: checking for Fortran compiler default output file name
  94. configure:2798: result: a.out
  95. configure:2804: checking for suffix of executables
  96. configure:2811: /usr/local/bin/gfortran -o conftest conftest.f >&5
  97. configure:2815: $? = 0
  98. configure:2837: result:
  99. configure:2853: checking whether we are cross compiling
  100. configure:2861: /usr/local/bin/gfortran -o conftest conftest.f >&5
  101. configure:2865: $? = 0
  102. configure:2872: ./conftest
  103. configure:2876: $? = 0
  104. configure:2891: result: no
  105. configure:2896: checking for suffix of object files
  106. configure:2912: /usr/local/bin/gfortran -c conftest.f >&5
  107. configure:2916: $? = 0
  108. configure:2937: result: o
  109. configure:2945: checking whether we are using the GNU Fortran compiler
  110. configure:2958: /usr/local/bin/gfortran -c conftest.F >&5
  111. configure:2958: $? = 0
  112. configure:2967: result: yes
  113. configure:2973: checking whether /usr/local/bin/gfortran accepts -g
  114. configure:2984: /usr/local/bin/gfortran -c -g conftest.f >&5
  115. configure:2984: $? = 0
  116. configure:2992: result: yes
  117. configure:3069: checking for gcc
  118. configure:3096: result: /usr/local/bin/gcc
  119. configure:3325: checking for C compiler version
  120. configure:3334: /usr/local/bin/gcc --version >&5
  121. gcc (GCC) 7.1.0
  122. Copyright (C) 2017 Free Software Foundation, Inc.
  123. This is free software; see the source for copying conditions. There is NO
  124. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  125.  
  126. configure:3345: $? = 0
  127. configure:3334: /usr/local/bin/gcc -v >&5
  128. Using built-in specs.
  129. COLLECT_GCC=/usr/local/bin/gcc
  130. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin15.6.0/7.1.0/lto-wrapper
  131. Target: x86_64-apple-darwin15.6.0
  132. Configured with: ../gcc-7.1.0/configure --enable-languages=c++,fortran
  133. Thread model: posix
  134. gcc version 7.1.0 (GCC)
  135. configure:3345: $? = 0
  136. configure:3334: /usr/local/bin/gcc -V >&5
  137. gcc: error: unrecognized command line option '-V'
  138. gcc: fatal error: no input files
  139. compilation terminated.
  140. configure:3345: $? = 1
  141. configure:3334: /usr/local/bin/gcc -qversion >&5
  142. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  143. gcc: fatal error: no input files
  144. compilation terminated.
  145. configure:3345: $? = 1
  146. configure:3349: checking whether we are using the GNU C compiler
  147. configure:3368: /usr/local/bin/gcc -c conftest.c >&5
  148. configure:3368: $? = 0
  149. configure:3377: result: yes
  150. configure:3386: checking whether /usr/local/bin/gcc accepts -g
  151. configure:3406: /usr/local/bin/gcc -c -g conftest.c >&5
  152. configure:3406: $? = 0
  153. configure:3447: result: yes
  154. configure:3464: checking for /usr/local/bin/gcc option to accept ISO C89
  155. configure:3527: /usr/local/bin/gcc -c -g -O2 conftest.c >&5
  156. conftest.c:10:10: fatal error: stdio.h: No such file or directory
  157. #include <stdio.h>
  158. ^~~~~~~~~
  159. compilation terminated.
  160. configure:3527: $? = 1
  161. configure: failed program was:
  162. | /* confdefs.h */
  163. | #define PACKAGE_NAME "ESPRESSO"
  164. | #define PACKAGE_TARNAME "espresso"
  165. | #define PACKAGE_VERSION "6.4"
  166. | #define PACKAGE_STRING "ESPRESSO 6.4"
  167. | #define PACKAGE_BUGREPORT ""
  168. | #define PACKAGE_URL ""
  169. | /* end confdefs.h. */
  170. | #include <stdarg.h>
  171. | #include <stdio.h>
  172. | struct stat;
  173. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  174. | struct buf { int x; };
  175. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  176. | static char *e (p, i)
  177. | char **p;
  178. | int i;
  179. | {
  180. | return p[i];
  181. | }
  182. | static char *f (char * (*g) (char **, int), char **p, ...)
  183. | {
  184. | char *s;
  185. | va_list v;
  186. | va_start (v,p);
  187. | s = g (p, va_arg (v,int));
  188. | va_end (v);
  189. | return s;
  190. | }
  191. |
  192. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  193. | function prototypes and stuff, but not '\xHH' hex character constants.
  194. | These don't provoke an error unfortunately, instead are silently treated
  195. | as 'x'. The following induces an error, until -std is added to get
  196. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  197. | array size at least. It's necessary to write '\x00'==0 to get something
  198. | that's true only with -std. */
  199. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  200. |
  201. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  202. | inside strings and character constants. */
  203. | #define FOO(x) 'x'
  204. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  205. |
  206. | int test (int i, double x);
  207. | struct s1 {int (*f) (int a);};
  208. | struct s2 {int (*f) (double a);};
  209. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  210. | int argc;
  211. | char **argv;
  212. | int
  213. | main ()
  214. | {
  215. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  216. | ;
  217. | return 0;
  218. | }
  219. configure:3527: /usr/local/bin/gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
  220. gcc: error: unrecognized command line option '-qlanglvl=extc89'
  221. configure:3527: $? = 1
  222. configure: failed program was:
  223. | /* confdefs.h */
  224. | #define PACKAGE_NAME "ESPRESSO"
  225. | #define PACKAGE_TARNAME "espresso"
  226. | #define PACKAGE_VERSION "6.4"
  227. | #define PACKAGE_STRING "ESPRESSO 6.4"
  228. | #define PACKAGE_BUGREPORT ""
  229. | #define PACKAGE_URL ""
  230. | /* end confdefs.h. */
  231. | #include <stdarg.h>
  232. | #include <stdio.h>
  233. | struct stat;
  234. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  235. | struct buf { int x; };
  236. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  237. | static char *e (p, i)
  238. | char **p;
  239. | int i;
  240. | {
  241. | return p[i];
  242. | }
  243. | static char *f (char * (*g) (char **, int), char **p, ...)
  244. | {
  245. | char *s;
  246. | va_list v;
  247. | va_start (v,p);
  248. | s = g (p, va_arg (v,int));
  249. | va_end (v);
  250. | return s;
  251. | }
  252. |
  253. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  254. | function prototypes and stuff, but not '\xHH' hex character constants.
  255. | These don't provoke an error unfortunately, instead are silently treated
  256. | as 'x'. The following induces an error, until -std is added to get
  257. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  258. | array size at least. It's necessary to write '\x00'==0 to get something
  259. | that's true only with -std. */
  260. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  261. |
  262. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  263. | inside strings and character constants. */
  264. | #define FOO(x) 'x'
  265. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  266. |
  267. | int test (int i, double x);
  268. | struct s1 {int (*f) (int a);};
  269. | struct s2 {int (*f) (double a);};
  270. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  271. | int argc;
  272. | char **argv;
  273. | int
  274. | main ()
  275. | {
  276. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  277. | ;
  278. | return 0;
  279. | }
  280. configure:3527: /usr/local/bin/gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
  281. gcc: error: unrecognized command line option '-qlanglvl=ansi'
  282. configure:3527: $? = 1
  283. configure: failed program was:
  284. | /* confdefs.h */
  285. | #define PACKAGE_NAME "ESPRESSO"
  286. | #define PACKAGE_TARNAME "espresso"
  287. | #define PACKAGE_VERSION "6.4"
  288. | #define PACKAGE_STRING "ESPRESSO 6.4"
  289. | #define PACKAGE_BUGREPORT ""
  290. | #define PACKAGE_URL ""
  291. | /* end confdefs.h. */
  292. | #include <stdarg.h>
  293. | #include <stdio.h>
  294. | struct stat;
  295. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  296. | struct buf { int x; };
  297. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  298. | static char *e (p, i)
  299. | char **p;
  300. | int i;
  301. | {
  302. | return p[i];
  303. | }
  304. | static char *f (char * (*g) (char **, int), char **p, ...)
  305. | {
  306. | char *s;
  307. | va_list v;
  308. | va_start (v,p);
  309. | s = g (p, va_arg (v,int));
  310. | va_end (v);
  311. | return s;
  312. | }
  313. |
  314. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  315. | function prototypes and stuff, but not '\xHH' hex character constants.
  316. | These don't provoke an error unfortunately, instead are silently treated
  317. | as 'x'. The following induces an error, until -std is added to get
  318. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  319. | array size at least. It's necessary to write '\x00'==0 to get something
  320. | that's true only with -std. */
  321. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  322. |
  323. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  324. | inside strings and character constants. */
  325. | #define FOO(x) 'x'
  326. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  327. |
  328. | int test (int i, double x);
  329. | struct s1 {int (*f) (int a);};
  330. | struct s2 {int (*f) (double a);};
  331. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  332. | int argc;
  333. | char **argv;
  334. | int
  335. | main ()
  336. | {
  337. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  338. | ;
  339. | return 0;
  340. | }
  341. configure:3527: /usr/local/bin/gcc -std -c -g -O2 conftest.c >&5
  342. gcc: error: unrecognized command line option '-std'; did you mean '-mrtd'?
  343. configure:3527: $? = 1
  344. configure: failed program was:
  345. | /* confdefs.h */
  346. | #define PACKAGE_NAME "ESPRESSO"
  347. | #define PACKAGE_TARNAME "espresso"
  348. | #define PACKAGE_VERSION "6.4"
  349. | #define PACKAGE_STRING "ESPRESSO 6.4"
  350. | #define PACKAGE_BUGREPORT ""
  351. | #define PACKAGE_URL ""
  352. | /* end confdefs.h. */
  353. | #include <stdarg.h>
  354. | #include <stdio.h>
  355. | struct stat;
  356. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  357. | struct buf { int x; };
  358. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  359. | static char *e (p, i)
  360. | char **p;
  361. | int i;
  362. | {
  363. | return p[i];
  364. | }
  365. | static char *f (char * (*g) (char **, int), char **p, ...)
  366. | {
  367. | char *s;
  368. | va_list v;
  369. | va_start (v,p);
  370. | s = g (p, va_arg (v,int));
  371. | va_end (v);
  372. | return s;
  373. | }
  374. |
  375. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  376. | function prototypes and stuff, but not '\xHH' hex character constants.
  377. | These don't provoke an error unfortunately, instead are silently treated
  378. | as 'x'. The following induces an error, until -std is added to get
  379. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  380. | array size at least. It's necessary to write '\x00'==0 to get something
  381. | that's true only with -std. */
  382. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  383. |
  384. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  385. | inside strings and character constants. */
  386. | #define FOO(x) 'x'
  387. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  388. |
  389. | int test (int i, double x);
  390. | struct s1 {int (*f) (int a);};
  391. | struct s2 {int (*f) (double a);};
  392. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  393. | int argc;
  394. | char **argv;
  395. | int
  396. | main ()
  397. | {
  398. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  399. | ;
  400. | return 0;
  401. | }
  402. configure:3527: /usr/local/bin/gcc -Ae -c -g -O2 conftest.c >&5
  403. <command-line>:0:1: error: missing '(' after predicate
  404. conftest.c:10:10: fatal error: stdio.h: No such file or directory
  405. #include <stdio.h>
  406. ^~~~~~~~~
  407. compilation terminated.
  408. configure:3527: $? = 1
  409. configure: failed program was:
  410. | /* confdefs.h */
  411. | #define PACKAGE_NAME "ESPRESSO"
  412. | #define PACKAGE_TARNAME "espresso"
  413. | #define PACKAGE_VERSION "6.4"
  414. | #define PACKAGE_STRING "ESPRESSO 6.4"
  415. | #define PACKAGE_BUGREPORT ""
  416. | #define PACKAGE_URL ""
  417. | /* end confdefs.h. */
  418. | #include <stdarg.h>
  419. | #include <stdio.h>
  420. | struct stat;
  421. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  422. | struct buf { int x; };
  423. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  424. | static char *e (p, i)
  425. | char **p;
  426. | int i;
  427. | {
  428. | return p[i];
  429. | }
  430. | static char *f (char * (*g) (char **, int), char **p, ...)
  431. | {
  432. | char *s;
  433. | va_list v;
  434. | va_start (v,p);
  435. | s = g (p, va_arg (v,int));
  436. | va_end (v);
  437. | return s;
  438. | }
  439. |
  440. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  441. | function prototypes and stuff, but not '\xHH' hex character constants.
  442. | These don't provoke an error unfortunately, instead are silently treated
  443. | as 'x'. The following induces an error, until -std is added to get
  444. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  445. | array size at least. It's necessary to write '\x00'==0 to get something
  446. | that's true only with -std. */
  447. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  448. |
  449. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  450. | inside strings and character constants. */
  451. | #define FOO(x) 'x'
  452. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  453. |
  454. | int test (int i, double x);
  455. | struct s1 {int (*f) (int a);};
  456. | struct s2 {int (*f) (double a);};
  457. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  458. | int argc;
  459. | char **argv;
  460. | int
  461. | main ()
  462. | {
  463. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  464. | ;
  465. | return 0;
  466. | }
  467. configure:3527: /usr/local/bin/gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
  468. <command-line>:0:1: error: missing '(' after predicate
  469. conftest.c:10:10: fatal error: stdio.h: No such file or directory
  470. #include <stdio.h>
  471. ^~~~~~~~~
  472. compilation terminated.
  473. configure:3527: $? = 1
  474. configure: failed program was:
  475. | /* confdefs.h */
  476. | #define PACKAGE_NAME "ESPRESSO"
  477. | #define PACKAGE_TARNAME "espresso"
  478. | #define PACKAGE_VERSION "6.4"
  479. | #define PACKAGE_STRING "ESPRESSO 6.4"
  480. | #define PACKAGE_BUGREPORT ""
  481. | #define PACKAGE_URL ""
  482. | /* end confdefs.h. */
  483. | #include <stdarg.h>
  484. | #include <stdio.h>
  485. | struct stat;
  486. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  487. | struct buf { int x; };
  488. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  489. | static char *e (p, i)
  490. | char **p;
  491. | int i;
  492. | {
  493. | return p[i];
  494. | }
  495. | static char *f (char * (*g) (char **, int), char **p, ...)
  496. | {
  497. | char *s;
  498. | va_list v;
  499. | va_start (v,p);
  500. | s = g (p, va_arg (v,int));
  501. | va_end (v);
  502. | return s;
  503. | }
  504. |
  505. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  506. | function prototypes and stuff, but not '\xHH' hex character constants.
  507. | These don't provoke an error unfortunately, instead are silently treated
  508. | as 'x'. The following induces an error, until -std is added to get
  509. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  510. | array size at least. It's necessary to write '\x00'==0 to get something
  511. | that's true only with -std. */
  512. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  513. |
  514. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  515. | inside strings and character constants. */
  516. | #define FOO(x) 'x'
  517. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  518. |
  519. | int test (int i, double x);
  520. | struct s1 {int (*f) (int a);};
  521. | struct s2 {int (*f) (double a);};
  522. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  523. | int argc;
  524. | char **argv;
  525. | int
  526. | main ()
  527. | {
  528. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  529. | ;
  530. | return 0;
  531. | }
  532. configure:3527: /usr/local/bin/gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
  533. gcc: error: unrecognized command line option '-Xc'; did you mean '-X'?
  534. configure:3527: $? = 1
  535. configure: failed program was:
  536. | /* confdefs.h */
  537. | #define PACKAGE_NAME "ESPRESSO"
  538. | #define PACKAGE_TARNAME "espresso"
  539. | #define PACKAGE_VERSION "6.4"
  540. | #define PACKAGE_STRING "ESPRESSO 6.4"
  541. | #define PACKAGE_BUGREPORT ""
  542. | #define PACKAGE_URL ""
  543. | /* end confdefs.h. */
  544. | #include <stdarg.h>
  545. | #include <stdio.h>
  546. | struct stat;
  547. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  548. | struct buf { int x; };
  549. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  550. | static char *e (p, i)
  551. | char **p;
  552. | int i;
  553. | {
  554. | return p[i];
  555. | }
  556. | static char *f (char * (*g) (char **, int), char **p, ...)
  557. | {
  558. | char *s;
  559. | va_list v;
  560. | va_start (v,p);
  561. | s = g (p, va_arg (v,int));
  562. | va_end (v);
  563. | return s;
  564. | }
  565. |
  566. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  567. | function prototypes and stuff, but not '\xHH' hex character constants.
  568. | These don't provoke an error unfortunately, instead are silently treated
  569. | as 'x'. The following induces an error, until -std is added to get
  570. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  571. | array size at least. It's necessary to write '\x00'==0 to get something
  572. | that's true only with -std. */
  573. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  574. |
  575. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  576. | inside strings and character constants. */
  577. | #define FOO(x) 'x'
  578. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  579. |
  580. | int test (int i, double x);
  581. | struct s1 {int (*f) (int a);};
  582. | struct s2 {int (*f) (double a);};
  583. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  584. | int argc;
  585. | char **argv;
  586. | int
  587. | main ()
  588. | {
  589. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  590. | ;
  591. | return 0;
  592. | }
  593. configure:3543: result: unsupported
  594. configure:4274: checking for mpif90
  595. configure:4304: result: no
  596. configure:4274: checking for ifort
  597. configure:4304: result: no
  598. configure:4274: checking for gfortran
  599. configure:4290: found /usr/local/bin/gfortran
  600. configure:4301: result: gfortran
  601. configure:4327: checking for Fortran compiler version
  602. configure:4336: gfortran --version >&5
  603. GNU Fortran (GCC) 7.1.0
  604. Copyright (C) 2017 Free Software Foundation, Inc.
  605. This is free software; see the source for copying conditions. There is NO
  606. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  607.  
  608. configure:4347: $? = 0
  609. configure:4336: gfortran -v >&5
  610. Using built-in specs.
  611. COLLECT_GCC=gfortran
  612. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin15.6.0/7.1.0/lto-wrapper
  613. Target: x86_64-apple-darwin15.6.0
  614. Configured with: ../gcc-7.1.0/configure --enable-languages=c++,fortran
  615. Thread model: posix
  616. gcc version 7.1.0 (GCC)
  617. configure:4347: $? = 0
  618. configure:4336: gfortran -V >&5
  619. gfortran: error: unrecognized command line option '-V'
  620. gfortran: fatal error: no input files
  621. compilation terminated.
  622. configure:4347: $? = 1
  623. configure:4336: gfortran -qversion >&5
  624. gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
  625. gfortran: fatal error: no input files
  626. compilation terminated.
  627. configure:4347: $? = 1
  628. configure:4356: checking whether we are using the GNU Fortran compiler
  629. configure:4369: gfortran -c -g -O2 conftest.F >&5
  630. configure:4369: $? = 0
  631. configure:4378: result: yes
  632. configure:4384: checking whether gfortran accepts -g
  633. configure:4395: gfortran -c -g conftest.f >&5
  634. configure:4395: $? = 0
  635. configure:4403: result: yes
  636. configure:4495: checking for Fortran flag to compile .f90 files
  637. configure:4515: gfortran -c -g -O2 conftest.f90 >&5
  638. configure:4515: $? = 0
  639. configure:4524: result: none
  640. configure:4748: checking for C compiler version
  641. configure:4757: /usr/local/bin/gcc --version >&5
  642. gcc (GCC) 7.1.0
  643. Copyright (C) 2017 Free Software Foundation, Inc.
  644. This is free software; see the source for copying conditions. There is NO
  645. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  646.  
  647. configure:4768: $? = 0
  648. configure:4757: /usr/local/bin/gcc -v >&5
  649. Using built-in specs.
  650. COLLECT_GCC=/usr/local/bin/gcc
  651. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin15.6.0/7.1.0/lto-wrapper
  652. Target: x86_64-apple-darwin15.6.0
  653. Configured with: ../gcc-7.1.0/configure --enable-languages=c++,fortran
  654. Thread model: posix
  655. gcc version 7.1.0 (GCC)
  656. configure:4768: $? = 0
  657. configure:4757: /usr/local/bin/gcc -V >&5
  658. gcc: error: unrecognized command line option '-V'
  659. gcc: fatal error: no input files
  660. compilation terminated.
  661. configure:4768: $? = 1
  662. configure:4757: /usr/local/bin/gcc -qversion >&5
  663. gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
  664. gcc: fatal error: no input files
  665. compilation terminated.
  666. configure:4768: $? = 1
  667. configure:4772: checking whether we are using the GNU C compiler
  668. configure:4800: result: yes
  669. configure:4809: checking whether /usr/local/bin/gcc accepts -g
  670. configure:4870: result: yes
  671. configure:4887: checking for /usr/local/bin/gcc option to accept ISO C89
  672. configure:4966: result: unsupported
  673. configure:5161: checking for Fortran 77 compiler version
  674. configure:5170: /usr/local/bin/gfortran --version >&5
  675. GNU Fortran (GCC) 7.1.0
  676. Copyright (C) 2017 Free Software Foundation, Inc.
  677. This is free software; see the source for copying conditions. There is NO
  678. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  679.  
  680. configure:5181: $? = 0
  681. configure:5170: /usr/local/bin/gfortran -v >&5
  682. Using built-in specs.
  683. COLLECT_GCC=/usr/local/bin/gfortran
  684. COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-apple-darwin15.6.0/7.1.0/lto-wrapper
  685. Target: x86_64-apple-darwin15.6.0
  686. Configured with: ../gcc-7.1.0/configure --enable-languages=c++,fortran
  687. Thread model: posix
  688. gcc version 7.1.0 (GCC)
  689. configure:5181: $? = 0
  690. configure:5170: /usr/local/bin/gfortran -V >&5
  691. gfortran: error: unrecognized command line option '-V'
  692. gfortran: fatal error: no input files
  693. compilation terminated.
  694. configure:5181: $? = 1
  695. configure:5170: /usr/local/bin/gfortran -qversion >&5
  696. gfortran: error: unrecognized command line option '-qversion'; did you mean '--version'?
  697. gfortran: fatal error: no input files
  698. compilation terminated.
  699. configure:5181: $? = 1
  700. configure:5190: checking whether we are using the GNU Fortran 77 compiler
  701. configure:5203: /usr/local/bin/gfortran -c conftest.F >&5
  702. configure:5203: $? = 0
  703. configure:5212: result: yes
  704. configure:5218: checking whether /usr/local/bin/gfortran accepts -g
  705. configure:5229: /usr/local/bin/gfortran -c -g conftest.f >&5
  706. configure:5229: $? = 0
  707. configure:5237: result: yes
  708. configure:5604: checking whether make sets $(MAKE)
  709. configure:5626: result: yes
  710. configure:6903: checking for library containing dgemm
  711. configure:6921: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f >&5
  712. Undefined symbols for architecture x86_64:
  713. "_dgemm_", referenced from:
  714. _main in cc8tXtEF.o
  715. ld: symbol(s) not found for architecture x86_64
  716. collect2: error: ld returned 1 exit status
  717. configure:6921: $? = 1
  718. configure: failed program was:
  719. | program main
  720. | call dgemm
  721. | end
  722. configure:6921: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -lmkl_intel -lmkl_sequential -lmkl_core -lpthread >&5
  723. ld: library not found for -lmkl_intel
  724. collect2: error: ld returned 1 exit status
  725. configure:6921: $? = 1
  726. configure: failed program was:
  727. | program main
  728. | call dgemm
  729. | end
  730. configure:6938: result: no
  731. configure:6903: checking for library containing dgemm
  732. configure:6921: gfortran -o conftest -O3 -g -x f95-cpp-input -g -L/opt/intel/mkl/lib conftest.f >&5
  733. ld: warning: directory not found for option '-L/opt/intel/mkl/lib'
  734. Undefined symbols for architecture x86_64:
  735. "_dgemm_", referenced from:
  736. _main in ccLCksr4.o
  737. ld: symbol(s) not found for architecture x86_64
  738. collect2: error: ld returned 1 exit status
  739. configure:6921: $? = 1
  740. configure: failed program was:
  741. | program main
  742. | call dgemm
  743. | end
  744. configure:6921: gfortran -o conftest -O3 -g -x f95-cpp-input -g -L/opt/intel/mkl/lib conftest.f -lmkl_intel -lmkl_sequential -lmkl_core -lpthread >&5
  745. ld: warning: directory not found for option '-L/opt/intel/mkl/lib'
  746. ld: library not found for -lmkl_intel
  747. collect2: error: ld returned 1 exit status
  748. configure:6921: $? = 1
  749. configure: failed program was:
  750. | program main
  751. | call dgemm
  752. | end
  753. configure:6938: result: no
  754. configure:7083: checking for library containing dgemm
  755. configure:7101: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -latlas >&5
  756. ld: library not found for -latlas
  757. collect2: error: ld returned 1 exit status
  758. configure:7101: $? = 1
  759. configure: failed program was:
  760. | program main
  761. | call dgemm
  762. | end
  763. configure:7101: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -lf77blas -lg2c -latlas >&5
  764. ld: library not found for -lf77blas
  765. collect2: error: ld returned 1 exit status
  766. configure:7101: $? = 1
  767. configure: failed program was:
  768. | program main
  769. | call dgemm
  770. | end
  771. configure:7118: result: no
  772. configure:7083: checking for library containing dgemm
  773. configure:7101: gfortran -o conftest -O3 -g -x f95-cpp-input -g -L/usr/local/lib conftest.f -latlas >&5
  774. ld: library not found for -latlas
  775. collect2: error: ld returned 1 exit status
  776. configure:7101: $? = 1
  777. configure: failed program was:
  778. | program main
  779. | call dgemm
  780. | end
  781. configure:7101: gfortran -o conftest -O3 -g -x f95-cpp-input -g -L/usr/local/lib conftest.f -lf77blas -lg2c -latlas >&5
  782. ld: library not found for -lf77blas
  783. collect2: error: ld returned 1 exit status
  784. configure:7101: $? = 1
  785. configure: failed program was:
  786. | program main
  787. | call dgemm
  788. | end
  789. configure:7118: result: no
  790. configure:7153: checking for library containing dgemm
  791. configure:7171: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f >&5
  792. Undefined symbols for architecture x86_64:
  793. "_dgemm_", referenced from:
  794. _main in ccPOCkCh.o
  795. ld: symbol(s) not found for architecture x86_64
  796. collect2: error: ld returned 1 exit status
  797. configure:7171: $? = 1
  798. configure: failed program was:
  799. | program main
  800. | call dgemm
  801. | end
  802. configure:7171: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -lblas-3 >&5
  803. ld: library not found for -lblas-3
  804. collect2: error: ld returned 1 exit status
  805. configure:7171: $? = 1
  806. configure: failed program was:
  807. | program main
  808. | call dgemm
  809. | end
  810. configure:7171: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -lopenblas >&5
  811. ld: library not found for -lopenblas
  812. collect2: error: ld returned 1 exit status
  813. configure:7171: $? = 1
  814. configure: failed program was:
  815. | program main
  816. | call dgemm
  817. | end
  818. configure:7171: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -lblas >&5
  819. configure:7171: $? = 0
  820. configure:7188: result: -lblas
  821. configure:7431: checking for library containing dspev
  822. configure:7449: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -lblas >&5
  823. Undefined symbols for architecture x86_64:
  824. "_dspev_", referenced from:
  825. _main in cc5TDAF3.o
  826. ld: symbol(s) not found for architecture x86_64
  827. collect2: error: ld returned 1 exit status
  828. configure:7449: $? = 1
  829. configure: failed program was:
  830. | program main
  831. | call dspev
  832. | end
  833. configure:7449: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -llapack-3 -lblas >&5
  834. ld: library not found for -llapack-3
  835. collect2: error: ld returned 1 exit status
  836. configure:7449: $? = 1
  837. configure: failed program was:
  838. | program main
  839. | call dspev
  840. | end
  841. configure:7449: gfortran -o conftest -O3 -g -x f95-cpp-input -g conftest.f -llapack -lblas >&5
  842. configure:7449: $? = 0
  843. configure:7466: result: -llapack
  844. configure:7524: checking how to run the C preprocessor
  845. configure:7555: /usr/local/bin/gcc -E conftest.c
  846. In file included from /usr/local/lib/gcc/x86_64-apple-darwin15.6.0/7.1.0/include-fixed/syslimits.h:7:0,
  847. from /usr/local/lib/gcc/x86_64-apple-darwin15.6.0/7.1.0/include-fixed/limits.h:34,
  848. from conftest.c:10:
  849. /usr/local/lib/gcc/x86_64-apple-darwin15.6.0/7.1.0/include-fixed/limits.h:194:15: fatal error: limits.h: No such file or directory
  850. #include_next <limits.h> /* recurse down to the real one */
  851. ^~~~~~~~~~
  852. compilation terminated.
  853. configure:7555: $? = 1
  854. configure: failed program was:
  855. | /* confdefs.h */
  856. | #define PACKAGE_NAME "ESPRESSO"
  857. | #define PACKAGE_TARNAME "espresso"
  858. | #define PACKAGE_VERSION "6.4"
  859. | #define PACKAGE_STRING "ESPRESSO 6.4"
  860. | #define PACKAGE_BUGREPORT ""
  861. | #define PACKAGE_URL ""
  862. | /* end confdefs.h. */
  863. | #ifdef __STDC__
  864. | # include <limits.h>
  865. | #else
  866. | # include <assert.h>
  867. | #endif
  868. | Syntax error
  869. configure:7555: /usr/local/bin/gcc -E conftest.c
  870. In file included from /usr/local/lib/gcc/x86_64-apple-darwin15.6.0/7.1.0/include-fixed/syslimits.h:7:0,
  871. from /usr/local/lib/gcc/x86_64-apple-darwin15.6.0/7.1.0/include-fixed/limits.h:34,
  872. from conftest.c:10:
  873. /usr/local/lib/gcc/x86_64-apple-darwin15.6.0/7.1.0/include-fixed/limits.h:194:15: fatal error: limits.h: No such file or directory
  874. #include_next <limits.h> /* recurse down to the real one */
  875. ^~~~~~~~~~
  876. compilation terminated.
  877. configure:7555: $? = 1
  878. configure: failed program was:
  879. | /* confdefs.h */
  880. | #define PACKAGE_NAME "ESPRESSO"
  881. | #define PACKAGE_TARNAME "espresso"
  882. | #define PACKAGE_VERSION "6.4"
  883. | #define PACKAGE_STRING "ESPRESSO 6.4"
  884. | #define PACKAGE_BUGREPORT ""
  885. | #define PACKAGE_URL ""
  886. | /* end confdefs.h. */
  887. | #ifdef __STDC__
  888. | # include <limits.h>
  889. | #else
  890. | # include <assert.h>
  891. | #endif
  892. | Syntax error
  893. configure:7555: /usr/local/bin/gcc -E -traditional-cpp conftest.c
  894. conftest.c:13:2: fatal error: assert.h: No such file or directory
  895. #endif
  896. ^~~~~
  897. compilation terminated.
  898. configure:7555: $? = 1
  899. configure: failed program was:
  900. | /* confdefs.h */
  901. | #define PACKAGE_NAME "ESPRESSO"
  902. | #define PACKAGE_TARNAME "espresso"
  903. | #define PACKAGE_VERSION "6.4"
  904. | #define PACKAGE_STRING "ESPRESSO 6.4"
  905. | #define PACKAGE_BUGREPORT ""
  906. | #define PACKAGE_URL ""
  907. | /* end confdefs.h. */
  908. | #ifdef __STDC__
  909. | # include <limits.h>
  910. | #else
  911. | # include <assert.h>
  912. | #endif
  913. | Syntax error
  914. configure:7555: /usr/local/bin/gcc -E -traditional-cpp conftest.c
  915. conftest.c:13:2: fatal error: assert.h: No such file or directory
  916. #endif
  917. ^~~~~
  918. compilation terminated.
  919. configure:7555: $? = 1
  920. configure: failed program was:
  921. | /* confdefs.h */
  922. | #define PACKAGE_NAME "ESPRESSO"
  923. | #define PACKAGE_TARNAME "espresso"
  924. | #define PACKAGE_VERSION "6.4"
  925. | #define PACKAGE_STRING "ESPRESSO 6.4"
  926. | #define PACKAGE_BUGREPORT ""
  927. | #define PACKAGE_URL ""
  928. | /* end confdefs.h. */
  929. | #ifdef __STDC__
  930. | # include <limits.h>
  931. | #else
  932. | # include <assert.h>
  933. | #endif
  934. | Syntax error
  935. configure:7555: /lib/cpp conftest.c
  936. ./install/configure: line 1758: /lib/cpp: No such file or directory
  937. configure:7555: $? = 127
  938. configure: failed program was:
  939. | /* confdefs.h */
  940. | #define PACKAGE_NAME "ESPRESSO"
  941. | #define PACKAGE_TARNAME "espresso"
  942. | #define PACKAGE_VERSION "6.4"
  943. | #define PACKAGE_STRING "ESPRESSO 6.4"
  944. | #define PACKAGE_BUGREPORT ""
  945. | #define PACKAGE_URL ""
  946. | /* end confdefs.h. */
  947. | #ifdef __STDC__
  948. | # include <limits.h>
  949. | #else
  950. | # include <assert.h>
  951. | #endif
  952. | Syntax error
  953. configure:7555: /lib/cpp conftest.c
  954. ./install/configure: line 1758: /lib/cpp: No such file or directory
  955. configure:7555: $? = 127
  956. configure: failed program was:
  957. | /* confdefs.h */
  958. | #define PACKAGE_NAME "ESPRESSO"
  959. | #define PACKAGE_TARNAME "espresso"
  960. | #define PACKAGE_VERSION "6.4"
  961. | #define PACKAGE_STRING "ESPRESSO 6.4"
  962. | #define PACKAGE_BUGREPORT ""
  963. | #define PACKAGE_URL ""
  964. | /* end confdefs.h. */
  965. | #ifdef __STDC__
  966. | # include <limits.h>
  967. | #else
  968. | # include <assert.h>
  969. | #endif
  970. | Syntax error
  971. configure:7594: result: /lib/cpp
  972. configure:7614: /lib/cpp conftest.c
  973. ./install/configure: line 1758: /lib/cpp: No such file or directory
  974. configure:7614: $? = 127
  975. configure: failed program was:
  976. | /* confdefs.h */
  977. | #define PACKAGE_NAME "ESPRESSO"
  978. | #define PACKAGE_TARNAME "espresso"
  979. | #define PACKAGE_VERSION "6.4"
  980. | #define PACKAGE_STRING "ESPRESSO 6.4"
  981. | #define PACKAGE_BUGREPORT ""
  982. | #define PACKAGE_URL ""
  983. | /* end confdefs.h. */
  984. | #ifdef __STDC__
  985. | # include <limits.h>
  986. | #else
  987. | # include <assert.h>
  988. | #endif
  989. | Syntax error
  990. configure:7614: /lib/cpp conftest.c
  991. ./install/configure: line 1758: /lib/cpp: No such file or directory
  992. configure:7614: $? = 127
  993. configure: failed program was:
  994. | /* confdefs.h */
  995. | #define PACKAGE_NAME "ESPRESSO"
  996. | #define PACKAGE_TARNAME "espresso"
  997. | #define PACKAGE_VERSION "6.4"
  998. | #define PACKAGE_STRING "ESPRESSO 6.4"
  999. | #define PACKAGE_BUGREPORT ""
  1000. | #define PACKAGE_URL ""
  1001. | /* end confdefs.h. */
  1002. | #ifdef __STDC__
  1003. | # include <limits.h>
  1004. | #else
  1005. | # include <assert.h>
  1006. | #endif
  1007. | Syntax error
  1008. configure:7644: error: in `/Users/johnschneeloch/Documents/espresso/qe-6.4.1':
  1009. configure:7646: error: C preprocessor "/lib/cpp" fails sanity check
  1010. See `config.log' for more details
  1011.  
  1012. ## ---------------- ##
  1013. ## Cache variables. ##
  1014. ## ---------------- ##
  1015.  
  1016. ac_cv_build=x86_64-apple-darwin18.6.0
  1017. ac_cv_c_compiler_gnu=yes
  1018. ac_cv_env_CC_set=set
  1019. ac_cv_env_CC_value=/usr/local/bin/gcc
  1020. ac_cv_env_CFLAGS_set=
  1021. ac_cv_env_CFLAGS_value=
  1022. ac_cv_env_CPPFLAGS_set=
  1023. ac_cv_env_CPPFLAGS_value=
  1024. ac_cv_env_CPP_set=
  1025. ac_cv_env_CPP_value=
  1026. ac_cv_env_EXTLIB_FLAGS_set=
  1027. ac_cv_env_EXTLIB_FLAGS_value=
  1028. ac_cv_env_F77_set=set
  1029. ac_cv_env_F77_value=/usr/local/bin/gfortran
  1030. ac_cv_env_FCFLAGS_set=
  1031. ac_cv_env_FCFLAGS_value=
  1032. ac_cv_env_FC_set=set
  1033. ac_cv_env_FC_value=/usr/local/bin/gfortran
  1034. ac_cv_env_FFLAGS_set=
  1035. ac_cv_env_FFLAGS_value=
  1036. ac_cv_env_LDFLAGS_set=
  1037. ac_cv_env_LDFLAGS_value=
  1038. ac_cv_env_LIBS_set=
  1039. ac_cv_env_LIBS_value=
  1040. ac_cv_env_NVCCFLAGS_set=
  1041. ac_cv_env_NVCCFLAGS_value=
  1042. ac_cv_env_build_alias_set=
  1043. ac_cv_env_build_alias_value=
  1044. ac_cv_env_host_alias_set=
  1045. ac_cv_env_host_alias_value=
  1046. ac_cv_env_target_alias_set=
  1047. ac_cv_env_target_alias_value=
  1048. ac_cv_f77_compiler_gnu=yes
  1049. ac_cv_fc_compiler_gnu=yes
  1050. ac_cv_fc_srcext_f90=none
  1051. ac_cv_objext=o
  1052. ac_cv_prog_CPP=/lib/cpp
  1053. ac_cv_prog_ac_ct_CC=/usr/local/bin/gcc
  1054. ac_cv_prog_ac_ct_FC=gfortran
  1055. ac_cv_prog_cc_c89=no
  1056. ac_cv_prog_cc_g=yes
  1057. ac_cv_prog_f77_g=yes
  1058. ac_cv_prog_fc_g=yes
  1059. ac_cv_prog_make_make_set=yes
  1060. ac_cv_search_dgemm=-lblas
  1061. ac_cv_search_dspev=-llapack
  1062.  
  1063. ## ----------------- ##
  1064. ## Output variables. ##
  1065. ## ----------------- ##
  1066.  
  1067. CC='/usr/local/bin/gcc'
  1068. CFLAGS='-g -O2'
  1069. CPP='/lib/cpp'
  1070. CPPFLAGS=''
  1071. CUDA_CFLAGS=''
  1072. CUDA_LDLIBS=''
  1073. DEFS=''
  1074. ECHO_C='\c'
  1075. ECHO_N=''
  1076. ECHO_T=''
  1077. EGREP=''
  1078. EXEEXT=''
  1079. EXTLIB_FLAGS=''
  1080. F77='gfortran'
  1081. FC='gfortran'
  1082. FCFLAGS='-g -O2'
  1083. FCFLAGS_f90=''
  1084. FFLAGS='-O3 -g -x f95-cpp-input'
  1085. GREP=''
  1086. LDFLAGS='-g '
  1087. LIBOBJS=''
  1088. LIBS='-llapack -lblas '
  1089. LIBS_LIBXC=''
  1090. LTLIBOBJS=''
  1091. NVCC='no'
  1092. NVCCFLAGS=''
  1093. OBJEXT='o'
  1094. PACKAGE_BUGREPORT=''
  1095. PACKAGE_NAME='ESPRESSO'
  1096. PACKAGE_STRING='ESPRESSO 6.4'
  1097. PACKAGE_TARNAME='espresso'
  1098. PACKAGE_URL=''
  1099. PACKAGE_VERSION='6.4'
  1100. PATH_SEPARATOR=':'
  1101. SET_MAKE=''
  1102. SHELL='/bin/sh'
  1103. ac_ct_CC='/usr/local/bin/gcc'
  1104. ac_ct_F77=''
  1105. ac_ct_FC='gfortran'
  1106. ar='ar'
  1107. arch='mac686'
  1108. arflags='ruv'
  1109. bindir='${exec_prefix}/bin'
  1110. blas_libs=' -lblas '
  1111. blas_libs_switch='external'
  1112. blas_line='BLAS_LIBS= -lblas '
  1113. build='x86_64-apple-darwin18.6.0'
  1114. build_alias=''
  1115. build_cpu='x86_64'
  1116. build_os='darwin18.6.0'
  1117. build_vendor='apple'
  1118. cc='/usr/local/bin/gcc'
  1119. cflags='-O3'
  1120. cpp='cpp'
  1121. cppflags='-P -traditional'
  1122. cuda_extlibs=''
  1123. cuda_fflags=''
  1124. cuda_libs=''
  1125. datadir='${datarootdir}'
  1126. datarootdir='${prefix}/share'
  1127. dflags=''
  1128. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1129. dvidir='${docdir}'
  1130. elpa_libs=''
  1131. elpa_line=''
  1132. exec_prefix='NONE'
  1133. extlib_flags=''
  1134. f77='/usr/local/bin/gfortran'
  1135. f90='gfortran'
  1136. f90flags='$(FFLAGS) -x f95-cpp-input'
  1137. f90rule='$(MPIF90) $(F90FLAGS) -c $<'
  1138. fdflags=''
  1139. fflags='-O3 -g'
  1140. fflags_nomain=''
  1141. fflags_noopt='-O0 -g'
  1142. fft_libs=''
  1143. fft_line=''
  1144. foxflags=''
  1145. gpu_arch=''
  1146. gpu_runtime=''
  1147. hdf5_libs=''
  1148. hdf5_line=''
  1149. host_alias=''
  1150. htmldir='${docdir}'
  1151. iflags=''
  1152. imod='-I'
  1153. includedir='${prefix}/include'
  1154. infodir='${datarootdir}/info'
  1155. lapack_libs=' -llapack -lblas '
  1156. lapack_libs_switch='external'
  1157. lapack_line='LAPACK_LIBS= -llapack -lblas '
  1158. ld='gfortran'
  1159. ld_libs=''
  1160. ldflags='-g'
  1161. libdir='${exec_prefix}/lib'
  1162. libexecdir='${exec_prefix}/libexec'
  1163. libxc_line=''
  1164. localedir='${datarootdir}/locale'
  1165. localstatedir='${prefix}/var'
  1166. mandir='${datarootdir}/man'
  1167. mass_libs=''
  1168. mass_line=''
  1169. mpi_libs=''
  1170. mpi_line=''
  1171. mpif90='gfortran'
  1172. oldincludedir='/usr/include'
  1173. parallel_report=''
  1174. pdfdir='${docdir}'
  1175. pre_fdflags=''
  1176. prefix='NONE'
  1177. program_transform_name='s,x,x,'
  1178. psdir='${docdir}'
  1179. ranlib=''
  1180. runstatedir='${localstatedir}/run'
  1181. sbindir='${exec_prefix}/sbin'
  1182. scalapack_libs=''
  1183. scalapack_line=''
  1184. sharedstatedir='${prefix}/com'
  1185. sysconfdir='${prefix}/etc'
  1186. target_alias=''
  1187. topdir='/Users/johnschneeloch/Documents/espresso/qe-6.4.1'
  1188. wget=''
  1189.  
  1190. ## ----------- ##
  1191. ## confdefs.h. ##
  1192. ## ----------- ##
  1193.  
  1194. /* confdefs.h */
  1195. #define PACKAGE_NAME "ESPRESSO"
  1196. #define PACKAGE_TARNAME "espresso"
  1197. #define PACKAGE_VERSION "6.4"
  1198. #define PACKAGE_STRING "ESPRESSO 6.4"
  1199. #define PACKAGE_BUGREPORT ""
  1200. #define PACKAGE_URL ""
  1201.  
  1202. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement