Date: Wed, 1 Jul 1998 11:26:49 +0300 (IDT) From: Eli Zaretskii To: Clark Case cc: djgpp AT delorie DOT com Subject: Re: RSXNTDJ 1.3.1 Installation Question... In-Reply-To: <19980630194204.919.rocketmail@web4.rocketmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 30 Jun 1998, Clark Case wrote: > I looked in the mail archive, and saw something > mentioned that RSXNTDJ didn't work with gcc 2.8.1. Is > this true? Since RSXNTDJ was crafted with gcc 2.7.2.1, I'd guess it will be easier to set it up with that version of gcc. > I've also had some problems with patch. I dl'ed the > Platform SDK from microsoft, copied the include files > to c:\rsxntdj\include\mssdk, and ran patch < patch.dif. > This just scrolled an error message to the effect of > "Path file not found. Skip? [n]" across my screen for > quite some time until I got impatient and hit ^C. Usually, you need to invoke `patch' with -p0 switch. If that doesn't work either, you will need to figure out from which directory to invoke `patch' to make it work, or reply to those prompts with the correct file names. (And impatience is not a good advisor when setting up software, at least in my experience.)