Thomas wrote:
thanks for the hint. It worked like a dream after
installing the libxmu-headers. Now I have one single error:
/usr/bin/ld: cannot find -lXMU in
grass64_release/visualization/nviz.Searching for '/usr/bin/ld: cannot find -lXMU' at Google
doesn't show anything related to lXmu.
It's looking for libXmu. (ld -l{library name without the lib- part})
see the ld man page "-larchive"
try installing libxmu-dev.
Hamish