[comp.sys.dec] compiling JOVE on Personal Iris

moraes@csri.toronto.edu (Mark Moraes) (09/03/89)

RIE@PSUVM.BITNET writes:
>While compiling JOVE i got the following error message during linking xjove:
>/usr/bin/ld:
>Undefined:
>gldav

In tune.h in Jove4.14, comment out the line

# define LOAD_AV      /* Use the load average for various commands.

and it should compile correctly on the Iris4d. This is also necessary
to get it to compile on DECstation 3100s since they use a different
nlist structure from BSD, but need BSD4_[23] defined. Sigh.

(Since you need to make /dev/kmem world readable, or Jove setgid kmem
to use LOAD_AV on any security-minded system, it's hardly worth all
the extra ifdef's it would need to fix this. It's only used for the
message "Screaming along", "Chugging along" or "Crawling along" in
starting makes, and for those people who want it on their status line)