Subject: Re: problem in userland with nsparser.l
To: None <mouse@Rodents.Montreal.QC.CA, newhouse@rockhead.com>
From: Paul Newhouse <newhouse@rockhead.com>
List: current-users
Date: 03/30/2000 10:11:58
der Mouse wrote:

>	> I get the following error when compiling the tar_fiels from 3/25/2000:
>
>	> /usr/src/lib/libc/net/nslexer.l:52: nsparser.h: No such file or directory
>	> mkdep: compile failed.
>	> *** Error code 1
>
>	This isn't quite the failure mode I remember, but it may be worth
>	checking anyway...every problem I've had with nslexer has turned out to
>	be a missing or broken /dev/stdout.  Maybe check to make sure
>	/dev/stdout is in place and working?

This works:

  % echo "Hi there" >/dev/stdout
  Hi there

Is that sufficient functionality to be called "working"??? 

Paul