Date: Wed, 7 Feb 2001 14:30:02 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: George cc: djgpp AT delorie DOT com Subject: Re: rsxntdj installation problems In-Reply-To: <3A80CFBC.7450@centurytel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 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.