Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16072.1370.762646.32983@gargle.gargle.HOWL> Date: Sun, 18 May 2003 15:12:42 -0700 From: Martin Buchholz To: cygwin AT cygwin DOT com Subject: BUG: Executables for "grep" package installed inconsistently Reply-To: martin AT xemacs DOT org I work on software that wants to be buildable by Cygwin. It looks for a /bin/egrep.exe, but can't find it. Of course the system administrator can easily add a symlink /usr/bin/egrep.exe -> grep.exe (It is possible that this won't work because egrep is one of those evil programs that looks at $0... I haven't investigated that possibility.) $ bunzip2 < grep-2.5-1.tar.bz2 | tar tvf - | grep usr/bin drwxrwxrwx cgf/group 0 2002-03-20 21:16:15 usr/bin/ lrwxrwxrwx cgf/group 0 2002-03-20 21:16:15 usr/bin/egrep -> grep lrwxrwxrwx cgf/group 0 2002-03-20 21:16:15 usr/bin/fgrep -> grep -rwxrwxrwx cgf/group 85504 2002-03-20 21:16:15 usr/bin/grep.exe If grep is installed as "grep.exe", then egrep should be installed as "egrep.exe". Ditto for fgrep. Martin -- 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/