Advertisement
Guest User

Untitled

a guest
Jan 27th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Unknown@Unknown-PC /cygdrive/c/AMBER
  2. $ ./configure -cygwin gnu
  3. Checking for updates...
  4. AmberTools12 has 20 unapplied patches: 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33
  5.  
  6. There are patches available. Do you want to apply them now? [y/n] (Recommended Y)
  7. n
  8. NOT updating your tree and continuing anyway.
  9. Could not find the X11 libraries; you may need to edit config.h
  10. to set the XHOME and XLIBS variables.
  11. Searching for python2... Python 2.7.3
  12. Only found /cygdrive/c/Python27-32Bit/python. Version is not supported.
  13. Python programs will not work unless you install a version
  14. of Python2 version Python 2.4 to 2.7.
  15.  
  16. Obtaining the gnu suite version:
  17. gcc -v
  18. The version is 4.5.3
  19. Testing the gfortran compiler:
  20. gfortran -O0 -o testp.exe testp.f
  21. OK
  22.  
  23. Testing mixed C/Fortran compilation:
  24. gcc -DCYGWIN -c -o testp.c.o testp.c
  25. gfortran -O0 -c -o testp.f.o testp.f
  26. gcc -DCYGWIN -o testp.exe testp.c.o testp.f.o -lgfortran -w
  27. OK
  28.  
  29. Testing pointer size:
  30. gcc -DCYGWIN -o test_pointer_size.exe test_pointer_size.c
  31. Detected 32 bit operating system.
  32.  
  33. Testing flex: OK
  34.  
  35. Configuring NetCDF (may be time-consuming)...
  36.  
  37. NetCDF configure succeeded.
  38.  
  39. Checking for zlib: OK
  40.  
  41. Checking for libbz2: OK
  42. Configuring fftw-3.3 (may be time-consuming)...
  43.  
  44. fftw-3.3 configure succeeded.
  45.  
  46. The configuration file, config.h, was successfully created.
  47.  
  48. The next step is to type 'make install'
  49.  
  50. Cleaning the src directories. This may take a few moments.
  51. Configure complete.
  52.  
  53. Unknown@Unknown-PC /cygdrive/c/AMBER
  54. $ make install
  55. cd AmberTools/src && make install
  56. make[1]: Entering directory `/cygdrive/c/AMBER/AmberTools/src'
  57. Makefile:80: *** target pattern contains no `%'. Stop.
  58. make[1]: Leaving directory `/cygdrive/c/AMBER/AmberTools/src'
  59. Makefile:7: recipe for target `install' failed
  60. make: *** [install] Error 2
  61. Unknown@Unknown-PC /cygdrive/c/AMBER
  62. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement