From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,72e9c8e5f73f9ce1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-24 10:48:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!nntp-server.caltech.edu!not-for-mail From: George Shapovalov Newsgroups: comp.lang.ada Subject: Re: GNAT 3.10p for MS-DOS Ada Compilation Error "Out of file handles" Date: Tue, 24 Jun 2003 10:54:09 -0700 Organization: California Institute of Technology, Pasadena Message-ID: References: <3EF87FB5.8090602@cogeco.ca> NNTP-Posting-Host: gasser.caltech.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: naig.caltech.edu 1056476903 2032 131.215.38.22 (24 Jun 2003 17:48:23 GMT) X-Complaints-To: abuse@caltech.edu NNTP-Posting-Date: Tue, 24 Jun 2003 17:48:23 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en In-Reply-To: <3EF87FB5.8090602@cogeco.ca> Xref: archiver1.google.com comp.lang.ada:39683 Date: 2003-06-24T10:54:09-07:00 List-Id: Warren W. Gay VE3WWG wrote: > Debs Wisbey wrote: > >> All, >> >> I am trying to compile an Ada program using GNAT 3.10p for MS-DOS and >> it gets through so many of the Ada files and then displays the "Out of >> file handles" error message for all of the other files (I think) that >> it is trying to compile. > > Sheesh, its been ages since I did some DOS work, but IIRC there is a > CONFIG.SYS parameter that you can specify the maximum number of open > files that DOS needs to support. I am sure that someone on the > comp.os.msdos list can give you a more direct answer on this. Yes, that parameter is called "files". Set something like files=200 in config.sys and you should be Ok. I don't remember though whether there is a cup for how large that number can be.. Another related one is "buffers=xxx". George