Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: N8TM AT aol DOT com Message-ID: <5ba3f2a7.2467ea35@aol.com> Date: Mon, 10 May 1999 03:52:21 EDT Subject: W95 limit on number of files searched for #include ? To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 15 I have been running into problems which might be associated with a hidden limit on the number of files which may be open at once or in rapid succession. In g77, I have problems which are not limited to W95, possibly a limit of around 29 open files. A similar problem has been suggested with regard to gcc. In gcc on W95 I see additional include file problems which do not occur under NT. When attempting to build the libgcc2 in recent egcs snapshots, after a while there is a failure to see the definition of strchr which should be picked up from and <_ansi.h>. The build appears to have been using the /usr/include which I have set up, as I get an earlier error to find certain .h files if I remove them from that directory. If I copy these .h into the first directory designated by a -I in the Makefile, this error does not occur so soon. If I add more of the cygwin .h files to that directory in the hope of curing later problems, it again fails to define strchr. The libgcc2 of the egcs-1.1.2 release builds OK under W95; these problems seem to be associated with additional complication in the build scheme for the newer snapshots. I don't think this problem varies according to the cygwin snapshot; I had been using a version from around Mar. 15 and now use the 19990503 version. I have looked (probably in the wrong places) for documentation on whether a FILES= or similar entry in config.sys is required; I recall such relics from DOS still being required under NT4SP2 when that was around. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com