Date: Mon, 2 Dec 1996 16:49:27 +0200 (IST) From: Eli Zaretskii To: Tudor cc: djgpp AT delorie DOT com Subject: Re: For Eli: redirected stuff In-Reply-To: <32A2573E.AD3@cam.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 1 Dec 1996, Tudor wrote: > I just got version 2.01 ,reinstalled everything and now it says > "cannot open linker script file djgpp.lnk:no such file or directory". You are using RSXNTDJ for DJGPP v2.0 with DJGPP v2.01. The last DJGPP version has changed the name of the linker script: it is now called djgpp.djl (it's in your lib subdirectory), but when you compile with RSXNTDJ, it still wants to find djgpp.lnk. The easiest way to fix it is to copy djgpp.djl into djgpp.lnk. I hope you won't see any problems after that, but I am not sure. The *real* solution is for the author of RSXNTDJ to update it so it is fully compatible with DJGPP v2.01.