Date: Sun, 23 Jan 2000 13:30:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andy , djgpp AT delorie DOT com Subject: Re: make problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 23 Jan 2000, I wrote: > As a work-around, use this: > > make install INSTALL=ginstall Alternatively, you could create a symlink with your current version of DJGPP, like this: cd c:\djgpp\bin stubify -g install.exe stubedit install.exe runfile=ginstall After that, the problem should go away. (The above assumes your DJGPP installation is rooted at C:\DJGPP; if not, change the commands appropriately.)