Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com From: ericblake@comcast.net (Eric Blake) To: Stas Fomin , cygwin@cygwin.com Subject: Re: Could not find ginstall in coreutils-5.3.0-3. Where I can get ginstall? Date: Mon, 04 Apr 2005 22:22:23 +0000 Message-Id: <040420052222.1209.4251BE1F000062FB000004B922058864420A050E040D0C079D0A@comcast.net> X-Authenticated-Sender: ZXJpY2JsYWtlQGNvbWNhc3QubmV0 > Hello. > According to > http://cygwin.com/cgi-bin2/package-grep.cgi?grep=ginstall This only turns up the obsolete fileutils link. > and > http://sourceware.org/ml/cygwin/2005-03/msg00381.html > ginstall must be in coreutils package. Oops - typo on my part in the release announcement. coreutils includes install(1), packaged as /usr/bin/install.exe, which is what you want (you probably already have it, since it is a core package). The problem is that when building coreutils, `make install' would be ambiguous between installing *.exe in /usr/bin or making the install.exe program, so the coreutils Makefile uses the name ginstall internally, and renames it to install at the very last moment. My announcement should have said that it is install, not ginstall, included in coreutils. If you really want the name ginstall, run $ ln -s /usr/bin/install /usr/bin/ginstall -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/