Guest User

Untitled

a guest
Jun 28th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. After typing "./configure":
  2.  
  3. checking build system type... x86_64-apple-darwin18.6.0
  4. checking ARCH... mac686
  5. checking setting AR... ... ar
  6. checking setting ARFLAGS... ... ruv
  7. checking whether the Fortran compiler works... yes
  8. checking for Fortran compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU Fortran compiler... yes
  13. checking whether /usr/local/bin/gfortran accepts -g... yes
  14. checking for gcc... /usr/local/bin/gcc
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether /usr/local/bin/gcc accepts -g... yes
  17. checking for /usr/local/bin/gcc option to accept ISO C89... unsupported
  18. checking for mpif90... no
  19. checking for ifort... no
  20. checking for gfortran... gfortran
  21. checking whether we are using the GNU Fortran compiler... yes
  22. checking whether gfortran accepts -g... yes
  23. checking version of gfortran... gfortran 7.1
  24. checking for Fortran flag to compile .f90 files... none
  25. setting F90... gfortran
  26. setting MPIF90... gfortran
  27. checking whether we are using the GNU C compiler... (cached) yes
  28. checking whether /usr/local/bin/gcc accepts -g... (cached) yes
  29. checking for /usr/local/bin/gcc option to accept ISO C89... (cached) unsupported
  30. setting CC... /usr/local/bin/gcc
  31. setting CFLAGS... -O3
  32. checking whether we are using the GNU Fortran 77 compiler... yes
  33. checking whether /usr/local/bin/gfortran accepts -g... yes
  34. setting F77... /usr/local/bin/gfortran
  35. using F90... gfortran
  36. setting FFLAGS... -O3 -g
  37. setting F90FLAGS... $(FFLAGS) -x f95-cpp-input
  38. setting FFLAGS_NOOPT... -O0 -g
  39. setting CPP... cpp
  40. setting CPPFLAGS... -P -traditional
  41. setting LD... gfortran
  42. setting LDFLAGS... -g
  43. checking whether make sets $(MAKE)... yes
  44. checking whether Fortran files must be preprocessed... no
  45. checking for library containing dgemm... no
  46. MKL not found
  47. in /opt/intel/mkl/lib: checking for library containing dgemm... no
  48. MKL not found
  49. checking for library containing dgemm... no
  50. in /usr/local/lib: checking for library containing dgemm... no
  51. checking for library containing dgemm... -lblas
  52. setting BLAS_LIBS... -lblas
  53. checking for library containing dspev... -llapack
  54. checking how to run the C preprocessor... /lib/cpp
  55. configure: error: in `/Users/johnschneeloch/Documents/espresso/qe-6.4.1':
  56. configure: error: C preprocessor "/lib/cpp" fails sanity check
  57. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment