| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| Date: | Fri, 3 Feb 2006 15:39:08 +0100 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: 1.5.19+: symlink bug |
| Message-ID: | <20060203143908.GA8794@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <Pine DOT GSO DOT 4 DOT 63 DOT 0602030922560 DOT 3425 AT access1 DOT cims DOT nyu DOT edu> |
| Mime-Version: | 1.0 |
| In-Reply-To: | <Pine.GSO.4.63.0602030922560.3425@access1.cims.nyu.edu> |
| User-Agent: | Mutt/1.4.2i |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Feb 3 09:30, Igor Peshansky wrote: > Creating links with the same name, but with and without a .exe extension > succeeds, but the one with no extension is later ignored. Here's a > minimal example: > > $ ls -l TESTLINK* > ls: TESTLINK*: No such file or directory > $ ln -s /bin/ls.exe TESTLINK > $ ls -l TESTLINK* > lrwxrwxrwx 1 igor root 11 Feb 3 09:25 TESTLINK -> /bin/ls.exe > $ ln -s /bin/echo.exe TESTLINK.exe > $ ls -l TESTLINK* > lrwxrwxrwx 1 igor root 13 Feb 3 09:25 TESTLINK -> /bin/echo.exe > lrwxrwxrwx 1 igor root 13 Feb 3 09:25 TESTLINK.exe -> /bin/echo.exe > $ uname -svr > CYGWIN_NT-5.1 1.5.20(0.152/4/2) 2006-01-31 21:09 > $ cygcheck -f /bin/ln > coreutils-5.3.0-9 > $ Did you try this with the latest coreutils 5.93-3? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |