| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-Spam-Check-By: | sourceware.org |
| Date: | Tue, 3 Apr 2012 10:34:55 +0200 |
| From: | Corinna Vinschen <corinna-cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: Process Substitution / Named Pipes in cygwin 1.7.11-1 |
| Message-ID: | <20120403083455.GP8014@calimero.vinschen.de> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <4F7AB583 DOT 9050709 AT hima DOT com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <4F7AB583.9050709@hima.com> |
| User-Agent: | Mutt/1.5.21 (2010-09-15) |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| 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 Apr 3 10:32, Sven Severus wrote: > On Apr 2 17:33, Corinna Vinschen wrote > > > Hello all, > > > > > > I am running Cygwin DLL 1.7.11-1 and the bash command > > > "cat < <(echo 1234)" (not very profound, ok) works fine > > > on my Win7-64 box. > > > > > > Now I installed the same Cygwin release on an older PC > > > running WinXP: the above command does not execute > > > properly and breaks with the error message > > > "bash: /dev/fd/62: No such file or directory". > > > >Does /dev/fd exist and is it a symlink to /proc/self/fd? > > It does not exist. > > My Cygwin installation on the old WinXP-PC actually was an > upgrade of an older Cygwin installation (from 2007 or so), > not a new installation from scratch. Maybe it was not a very > wise strategy to try to upgrade such an oldtimer ;-> ... > I will remove the upgraded Cygwin installation and then > install from scratch. I'm confident, this will solve the > problems... Why the big hammer? Why not start with ln -s /proc/self/fd /dev/fd ? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |