Date: Sun, 19 Nov 2000 18:47:25 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: sam Message-Id: <9003-Sun19Nov2000184724+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp AT delorie DOT com In-reply-to: <3A17F343.71ABFBE6@connection.com> (message from sam on Sun, 19 Nov 2000 10:35:33 -0500) Subject: Re: unich file system under RSXNTDJ References: <3A17F343 DOT 71ABFBE6 AT connection DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 19 Nov 2000 10:35:33 -0500 > From: sam > Newsgroups: comp.os.msdos.djgpp > > My path points to d:\rsxntdj\bin first. > > D:\rsxntdj\sample\myc\LOTTO>ld -v > GNU ld version 2.9.5 (with BFD 2.9.5) It doesn't look like that: the above comes from the DJGPP port of ld, I think. > D:\rsxntdj\sample\myc\LOTTO>gcc -v > Reading specs from d:/djgpp/lib/specs > gcc version 2.95.2 19991024 (release) Just like I thought: you are invoking the DJGPP tools, not the RSXNT tools. > I have now rearanged my autoexec.bat so that rsx\libs are first and djgpp\bin > first are per > 'how to install' on rsx's home page but no change. Still reading djgpp\spec. I don't know what did you rearrange, exactly, in AUTOEXEC.BAT, and you didn't tell. But if it's PATH, then it's not going to change which specs file is used. If you cannot figure this out, post the output of the command SET when you type it from the same DOS box where you invoke the compiler. > What is the CRT.DLL-controls DLL? No, it's the "C Run-Time" DLL, in other words, the C library.