Date: Thu, 24 Aug 2000 08:43:36 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: bkorb AT sco DOT COM Message-Id: <3405-Thu24Aug2000084335+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.2.emacs20_6 I) and Blat ver 1.8.5b CC: djgpp-workers AT delorie DOT com In-reply-to: <39A3DF64.D903C30E@sco.com> (message from Bruce Korb on Wed, 23 Aug 2000 07:27:48 -0700) Subject: Re: I cannot rebuild fixincl.exe References: <39A3DF64 DOT D903C30E AT sco DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 23 Aug 2000 07:27:48 -0700 > From: Bruce Korb > > Is your Makefile.DOS intended to only work on DOS? No, at least not intentionally. I intended it to work on any system. > I tried to make the DOS-configured .exe files under UNIX: > > $ cd /tools/gcc/gcc/gcc/fixinc > $ cd /tools/gcc/=build/gcc/fixinc > $ gmake -f$OLDPWD/Makefile.DOS all > gmake: *** No rule to make target `fixincl.c', needed by `fixincl.o'. Stop. It looks like you are trying to build from a different directory. If so, I think you need to set srcdir, since it defaults to ".": gmake -f$OLDPWD/Makefile.DOS all srcdir=$OLDPWD Does that help? Btw, did you see my message with the solution for the sysv68_string Sed script challenge? I didn't see any response from you.