Changes between Initial Version and Version 2 of Ticket #11


Ignore:
Timestamp:
01/25/07 21:12:24 (17 years ago)
Author:
skbhate
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11

    • Property Status newassigned
  • Ticket #11 – Description

    initial v2  
    3939}}}
    4040
    41 Line 13 (shown above) will always be true for CYGWIN no matter what is the compiler and will look for /exe and /link directories which are (I suppose) only true for visual compaq fortran compiler 'df'. So the recommended fix can be
     41Line 13 (shown above) will always be true for CYGWIN no matter what is the compiler and will look for /exe and /link directories which are (I suppose) only true for compaq visual command-line fortran compiler 'df'. So the recommended fix can be
    4242'''uncomment line 13 and comment line 11 in Master/Module.mk '''. This will ensure that '''if statement''' is true for only 'df' compiler and the '''else statement''' would be executed for other compilers like g95 etc.
    4343