From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: dev/null Date: Sat, 06 Jan 2001 10:43:00 -0000 Message-id: <20010106134419.B14194@redhat.com> References: <3A50832B.4039.17B21E45@localhost> <3A575FB8.2040200@nyvlem.mine.nu> X-SW-Source: 2001-01/msg00224.html On Sat, Jan 06, 2001 at 07:11:04PM +0100, Melvyn Sopacua wrote: >Gerrit P. Haase wrote: > >> I created a dev/null, but then i got this error: >> >> # of unexpected failures 2 >> WARNING: find_version failed: >> couldn't read file "/dev/null": permission denied >> make[3]: *** [check-DEJAGNU] Error 1 >> >> How to set up dejagnu or cygwin to handle this? > >How did you setup the /dev/null? >I can't get `mknod' to work. I always get 'function not supported'. Right. mknod is not implemented. That's what the error means. /dev/null is intrinsic to cygwin1.dll. Cygwin programs can use it automatically, just like they can use /dev/tty, /dev/mem, /dev/kmem, etc. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple