fifo

Hi!

I have imported a compiled version of GRASS4.1 to a SPARC station. The
program runs, but I can`t create a graphical window by GRASS.
Some files named fifo.1a, fifo.1b, fifo.2a...... is missing at the
catalog etc/dev/.
Can somebody please help me with how to create these files without
doing a full compilation of GRASS.

Terje

------- ------- -------
Terje Midtboe
Division of Surveying and Mapping Phone: +47 7 594583
University of Trondheim Fax: +47 7 594621
N-7034 TRONDHEIM E-mail: terjem@igf.unit.no
NORWAY
------- ------- -------

Hi,

You can make your own fifo's by doing the following:

cd $GISBASE/dev ($GISBASE is the dir where GRASS resides)
mknod fifo.1a p (don't forget the p!!!)
chmod 666 fifo.1a

do the same for the other fifo's you need (have a look at the file
$GISBASE/etc/monitorcap)

Ronald Wiemer
ARCHIS, Amersfoort
The Netherlands