From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: fortran scratch files II Date: Fri, 05 Oct 2001 13:44:15 +0200 Lines: 14 Message-ID: <3BBD9D0F.CD83A843@is.elta.co.il> References: <200110051120 DOT f95BKVB16257 AT postino5 DOT prima DOT com DOT ar> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1002282223 19690824 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Orlando P. Hevia" wrote: > > I must add: > > > For Mingw32 files are fort.52 the first time, fort.52n > > (n=1,9) for following times. > > When all the names are used, the following run aborts. I think you won't see such aborts with DJGPP. The number of possible names is much more than 9, and when they are used up, they will be reused. If you see something else, please post a short test program which can be used to look into the problem.