From: George Newsgroups: comp.os.msdos.djgpp Subject: Re: rsxntdj installation problems Date: Thu, 08 Feb 2001 00:34:58 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3A823E12.70E9@centurytel.net> X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse AT supernews DOT com Lines: 49 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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/