Well, looks like the 3.79 install didn't quite work. I did a configure,
make, make install, and everything went off without a hitch. Ah! I've just
found the bug. Here's my uname -a:
Linux vegas 2.2.13 #1 Tue Nov 9 00:09:41 GMT 1999 i586 unknown
It's a SuSE 6.3 system, and which make results in:
/usr/bin/make
while the make install installs to /usr/local/bin/make. After copying it
over, everythign appears OK. You might wanna change the make install
somehow to integrate the which make command so as to be sure to install
make in the right place.
--me