[Haskell-cafe] Unix gurus, help me please

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Mon Jul 17 10:18:49 EDT 2006


On Mon, 2006-07-17 at 18:04 +0400, Bulat Ziganshin wrote:
> Hello gurus :)
> 
> i got message about problems compiling Streams 0.2.1 library on Unix systems:
> 
> - I include file io.h, but this particular system has "sys/io.h"

Are you sure you need sys/io.h? What are you using from it? As far as I
can see it doesn't define anything that you might want to use, just
functions for reading and writing bytes from/to the non-portable unix io
ports feature (aka /dev/port).

Duncan



More information about the Haskell-Cafe mailing list