Missing CELL Driver

All has been working well with my Grass 5 on MkLinux, but today I tried to
use "d.mon start=CELL" and got the message "can't execute
/usr/local/grass5/driver/CELL". Indeed, the "driver" directory contains
only XDRIVER and not CELL. Any advice on how to fix this? Many thanks,
tom@bluesky.org

Hi Tom,

go to src/display/devices

go to CELL
say gmake5.0

go ..
go to XCDRIVER
say gmake5.0

Then you should have both drivers. In current versions they
should be compiled automatically now (added to src/CMD/lists/GRASS).

Best wishes

  Markus

go to src/display/devices

go to CELL
say gmake5.0

That did the trick. I had compiled XDRIVER but not CELL after the main
installation. Didn't realize you had to do both. I used it to convert a 3d
view to .tif. Worked fine.

I must say I am constantly amazed at what GRASS can do, for free, and how
easily it can be compiled to work on a Mac. The alternative for me would be
to spend $ 1000 plus. Thanks much for all the work you have put into this.