Date: Fri, 09 Feb 2001 10:19:44 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: George Message-Id: <9743-Fri09Feb2001101944+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: <3A830C96.3453@centurytel.net> (message from George on Thu, 08 Feb 2001 15:16:07 -0600) Subject: Re: rsxntdj installation problems References: <3A823E12 DOT 70E9 AT centurytel DOT net> <95u3v6$jeo$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <3A830C96 DOT 3453 AT centurytel DOT net> 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 > From: George > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 08 Feb 2001 15:16:07 -0600 > > > > > 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. Adding -v to the compilation switches sometimes helps figure out what's wrong, because it forces the compiler to spit out all the directories it is searching for its files. > 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. Segregation is indeed the best way of having DJGPP and RSXNTDJ coexist peacefully.