Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3ADFD8F8.1BB2FD5@certum.pl> Date: Fri, 20 Apr 2001 08:36:40 +0200 From: Jacek Trzcinski Reply-To: jacek AT certum DOT pl X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Robert Collins , cygwin AT cygwin DOT com Subject: Re: mkfifo -where is it ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit You are right but in my case (Windows NT 4.0) there is no problems with named pipes so implement it in cygwin seems to be easy matter isn't it ? Jacek Robert Collins wrote: > > 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