This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Could not find ginstall in coreutils-5.3.0-3. Where I can get ginstall?


>     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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]