Date: Sun, 28 Feb 1999 17:11:10 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nehru Juman cc: djgpp AT delorie DOT com Subject: Re: Problem building c++ programs In-Reply-To: <36D9649A.97E851B8@solutions2000.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 28 Feb 1999, Nehru Juman wrote: > Reading specs from C:/ASSEMB~1/RSXNTDJ/lib/specs > gcc version 2.8.1 This indicates you have installed RSXNTDJ. It might also mean that ld.exe you are using is the one that came with RSXNTDJ. If this is true, please try the same with the original DJGPP version of ld.exe (from bnu281b.zip) and see if that helps. If using the DJGPP linker makes the problem go away, you need to report this to the RSXNT maintainer. > 2.I Think my config.sys is ok. I mean, I'm running from a dos box in Win95 > and config.sys in the root directory has FILES = 50 (also, config.dos). FILES= most probably has nothing to do with this. The error happens when the file is *closed* (or written to), not when it is opened.