Mail Archives: djgpp/2001/02/07/09:00:43
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?
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.
> 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.
> 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.
- Raw text -