Don't like ads? PRO users don't see any ads ;-)
Guest

./configure FC="ifort" --enable-fortran --enable-hl --prefix=/data1/noel/tempusr

By: a guest on Aug 7th, 2012  |  syntax: Bash  |  size: 2.56 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. checking for a BSD-compatible install... /usr/bin/install -c
  2. checking whether build environment is sane... yes
  3. checking for a thread-safe mkdir -p... /bin/mkdir -p
  4. checking for gawk... gawk
  5. checking whether make sets $(MAKE)... yes
  6. checking whether to enable maintainer-specific portions of Makefiles... no
  7. checking build system type... x86_64-unknown-linux-gnu
  8. checking host system type... x86_64-unknown-linux-gnu
  9. checking shell variables initial values... done
  10. checking if basename works... yes
  11. checking if xargs works... yes
  12. checking for cached host... none
  13. checking for config x86_64-unknown-linux-gnu... no
  14. checking for config x86_64-unknown-linux-gnu... no
  15. checking for config unknown-linux-gnu... no
  16. checking for config unknown-linux-gnu... no
  17. checking for config x86_64-linux-gnu... no
  18. checking for config x86_64-linux-gnu... no
  19. checking for config x86_64-unknown... no
  20. checking for config linux-gnu... found
  21. compiler 'gcc' is GNU gcc-4.6.3
  22. CC_BASENAME is gcc.
  23. compiler 'ifort' is Intel ifort-9.1
  24. checking for config ./config/site-specific/host-houkesloot... no
  25. checking for gcc... gcc
  26. checking whether the C compiler works... yes
  27. checking for C compiler default output file name... a.out
  28. checking for suffix of executables...
  29. checking whether we are cross compiling... no
  30. checking for suffix of object files... o
  31. checking whether we are using the GNU C compiler... yes
  32. checking whether gcc accepts -g... yes
  33. checking for gcc option to accept ISO C89... none needed
  34. checking for style of include used by make... GNU
  35. checking dependency style of gcc... gcc3
  36. checking if unsupported combinations of configure options are allowed... no
  37. checking if Fortran interface enabled... yes
  38. checking if Fortran 2003 interface enabled... yes
  39. checking whether we are using the GNU Fortran compiler... no
  40. checking whether ifort accepts -g... yes
  41. checking for Fortran flag to compile .f90 files... none
  42. checking whether we are using the GNU Fortran compiler... (cached) no
  43. checking whether ifort accepts -g... (cached) yes
  44. checking what ifort does with modules... module.mod
  45. checking how ifort finds modules... -I
  46. checking how to get verbose linking output from ifort... -v
  47. checking for Fortran libraries of ifort...  -L/software/local/intel/compiler91/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.6.3/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.6.3/32/.. -L/usr/lib -lifport -lifcore -limf -lm -lipgo -lirc -lirc_s -ldl
  48. checking for dummy main to link with Fortran libraries... unknown
  49. configure: error: in `/tmp/nlopez/tmpKRC_7F/hdf5-1.8.9':
  50. configure: error: linking to Fortran libraries from C fails
  51. See `config.log' for more details