PDA

View Full Version : spindrift library


Karmen
08-29-2003, 08:39 AM
HI!
I am trying to compile quite old (1991) fortran77 source code using Lahey F77L3-EM/32 fortran compiler (version 5.01). But maxfiles.exe as external file is demanded. Until now I have managed to find out, this file is used to increase the maximum number of simultaneously opened files (to overcome DOS limit of 20 files) and it is a part of Spindrift library. Does anybody know where to get it or help me to find any other solution to avoid this problem.

Thank you in advance
Karmen

tzeis
08-29-2003, 06:10 PM
If you are using an older operating system, you can set FILES= in config.sys. I am not sure if this works on newer systems, but it might.