1First of all, try just typing
2
3 make
4
5If you get some messages about undefined variables or (especially)
6undefined symbols (ESPECIALLY) random(), try
7
8 make SysV
9
10If it still doesn't work and you're a C/Unix hack, just fix it - this
11program is not rocket science - the only mildly weird stuff is how
12it gathers timestamps and CPU usage from the OS.  When you're done
13fixing it, email me (tbray@textuality.com) with what the problem was
14and I'll roll your fix in.
15
16If you can't fix it, email me all the details you can think of and
17I'll try to fix it.
18