delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
MIME-Version: | 1.0 |
Subject: | RE: mkfifo -where is it ? |
X-MimeOLE: | Produced By Microsoft Exchange V6.0.4417.0 |
content-class: | urn:content-classes:message |
Date: | Fri, 20 Apr 2001 16:02:12 +1000 |
Message-ID: | <EA18B9FA0FE4194AA2B4CDB91F73C0EF79C6@itdomain002.itdomain.net.au> |
X-MS-Has-Attach: | |
X-MS-TNEF-Correlator: | |
Thread-Topic: | mkfifo -where is it ? |
Thread-Index: | AcDJXfEglNpCKbQrRKqbQLxdLRE+7wAAKjgA |
From: | "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> |
To: | <jacek AT certum DOT pl>, <cygwin AT cygwin DOT com> |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id CAA24267 |
Cygwin does not currently support fifo's. As you may know a fifo is essentially a named pipe, and Win9x doesn't support named pipes. I have an alpha implementation of fifos in my working directory, that implements the pipe using shared memory and should work on win95, but it's got a little problem with fork() at the moment. Until I get that tracked down, or someone else implements fifo's Cygwin really does not support mkfifo. If you are interested in implementing fifos an alternative route and potentially better route would be to implement fifos using paired anonymous pipes. Rob > -----Original Message----- > From: Jacek Trzcinski [mailto:jacek AT certum DOT pl] > Sent: Friday, April 20, 2001 3:53 PM > To: cygwin AT cygwin DOT com > Subject: mkfifo -where is it ? > > > Hi ! > Recently I decided to build xwpe packet taken from Red Hat > Power Tools. > Everything seems to work... but without debuging. To build > packet I had > to comment > few lines in one module which calls "mkfifo" function. Utilizing xwpe > without debuging is > without sense. As I inspected there are calls to "mkfifo" in different > files of cygwin > distribution but this function seems to be absent in any > dll's or other > library of cygwin. There is only mkfifo.exe in /usr/bin. > Does cygwin really not support mkfifo ? > > Jacek > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple > > -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |