Mail Archives: djgpp/2001/02/08/01:41:37
Eli Zaretskii wrote:
>
> On Tue, 6 Feb 2001, George wrote:
>
> > I'm trying to install rsxntdj and not having much luck thus far. djgpp
> > is in c:\djgpp. rsxntdj is in c:\djgpp\rsxntdj. when I try making the
> > sample programs, I get "make.exe: nothing to be done for 'all'."
>
> How can you expect us to help you if you don't show the Makefile used for
> building that sample program?
pick any of the samples that come with rsxntdj, I can't get any of them
to compile correctly
>
> However, before you post the Makefile here, I suggest to run Make with
> "make -d", and look into what it prints. You might be able to understand
> why doesn't it build anything.
>
c:/djgpp/bin/ld.exe: cannot open linker linker script file
/rsxntdj/lib/rsxnt.djl: no such file or directory (enoent)
though rsxnt.djl *IS* in my c:\djgpp\rsxntdj\lib directory, so once
again I'm lost...
> > SET LIBRARY_PATH=c:\djgpp\RSXNTDJ\LIB;C:\DJGPP\LIB
> > set rsxntdj=c:\djgpp\rsxntdj
> > SET C_INCLUDE_PATH=c:\djgpp\RSXNTDJ\include\win32\anders
>
> It is better to use forward slashes here, although backslashes should
> also be supported.
ok, forward slashes it is.
>
> > here are the parts of my rsxntdj specs file I altered:
>
> Why did you need to edit specs? The above environment variables should
> have been enough.
I was following the directions put forth by this page
http://www.cdn-net.com/sducros/rsxntdj/
- Raw text -