delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/01/23/05:26:33

Date: Sun, 23 Jan 2000 10:49:00 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: Andy <a DOT pelton AT dtn DOT ntl DOT com>
cc: djgpp AT delorie DOT com
Subject: Re: make problems
In-Reply-To: <86dj25$dgg$1@nclient3-gui.server.dtn.ntl.com>
Message-ID: <Pine.SUN.3.91.1000123104841.26609d-100000@is>
MIME-Version: 1.0
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

On Sun, 23 Jan 2000, Andy wrote:

> C:\UTILS\Djgpp\contrib\tvision>make install
> install -d -m 0755 c:/utils/djgpp/include/rhtvision
> C:\UTILS\DJGPP\BIN\GINSTALL.EXE: cannot open
> make.exe: *** [install] Error -1

This is due to a known bug in the version of DJGPP with which the
ported Fileutils 3.16 were compiled: simulated symlinks didn't work
when the target of the symlink (ginstall.exe in this case) had exactly
8 characters in its name before the dot.

As a work-around, use this:

   make install INSTALL=ginstall

I'm assuming that the Makefile supplied with YAMD has a variable
INSTALL which is set to "install"; the above command overrides that.
If the above doesn't work, simply edit the Makefile and replace
"install" by "ginstall" manually.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019