Mail Archives: djgpp/2001/02/09/04:25:30
> From: George <ctn17331 AT centurytel DOT net>
> 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.
- Raw text -