Message-ID: <36D975C9.544C9385@solutions2000.net> Date: Sun, 28 Feb 1999 11:58:50 -0500 From: Nehru Juman X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: Eli Zaretskii CC: djgpp AT delorie DOT com Subject: Re: Problem building c++ programs References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I tried to build my program using both versions of ld.exe (RSXNTDJ and the standard one) to no avail. I also re-downloaded gcc281b.zip and bnu281b.zip and replaced all the corresponding files and that still got me nowhere. I'm setting up Mingw32 to see if it works with that and therefore determine whether the problem is with my system (or system configuration) or with ld.exe. Eli Zaretskii wrote: > 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.