From: George Newsgroups: comp.os.msdos.djgpp Subject: Re: rsxntdj installation problems Date: Thu, 08 Feb 2001 15:16:07 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3A830C96.3453@centurytel.net> X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 References: <3A823E12 DOT 70E9 AT centurytel DOT net> <95u3v6$jeo$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 38 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hans-Bernhard Broeker wrote: > > George wrote: > > > c:/djgpp/bin/ld.exe: cannot open linker linker script file > > /rsxntdj/lib/rsxnt.djl: no such file or directory (enoent) > > Is that the *exact* error message? Copied off screen letter by letter? > If so, then there's something you should notice: it says it wanted to > find the rsxnt.djl file in /rsxntdj/lib, *not /djgpp/rsxntdj/lib, i.e. > the leading /djgpp part is missing. That feels wrong. > i noticed that, but i couldn't figure out where that needed to be changed, everything in the autoexec.bat was correct afaik, and like i said i modified the specs file to explicitly set the drive and directory to look for rsxntdj. > Another thing: last I used it, rsxntdj had its own linker, so it may > be a sign of problem that it's using the DJGPP standard version in > djgpp/bin. > in my original message i believe i said I already copied ld.exe over to c:\djgpp\bin directory > > though rsxnt.djl *IS* in my c:\djgpp\rsxntdj\lib directory, so once > > again I'm lost... > > -- > Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) > Even if all the snow were burnt, ashes would remain. I did finally get it to work, I deleted rsxntdj from my djgpp directory, extracted to d:, so I wouldn't have to mess with the specs file, updated my autoexec.bat, and its working beautifully. Thank you, I appreciate both you and eli taking time to help me.