
ATLAS needs the full path to your Compaq/Dec Visual Fortran compiler.  Notice
that the default as shown below uses unix-style / rather than windows style
path slashes: please use the unix-style slashes if you must change the
default.  If you incorrectly enter the path here, you will need to edit
ATLAS/CONFIG/dfdef.h, and issue "make winf77 ARCH=<arch>" in ATLAS/CONFIG.

On some systems, you will need to also set the LIB environment
variable so that the linker can find the system libraries.  For example,
for newer versions of cygnus, you would issue the following commands
(modifying the path as appropriate):
default install, this would be accomplished by:
   export LIB="/cygdrive/c/Program Files/DevStudio/DF/LIB;/cygdrive/c/Program Files/DevStudio/VC/LIB"
For older cygwin installs, you'd use:
   export LIB="//c/Program Files/DevStudio/DF/LIB;//c/Program Files/DevStudio/VC/LIB"

