Compiling Problems?
(note - this file is painfully short)

==============================================================================
<linux/joystick.h> not found

	You do not have the joystick kit installed, so you cannot compile
the game with joystick support. Change the line in the Makefile that looks
like this:

FEATURES = -DJOYSTICK

to this:

#FEATURES = -DJOYSTICK

==============================================================================
strange "ios" errors in HiScore.c

Your C++ libraries (libg++) are old and need to be updated. You can obtain
the latest libraries from many linux ftp sites, e.g. sunsite.unc.edu in the
/pub/Linux/GCC directory. Always read the directions carefully when
upgrading libraries!  If you don't feel up to this, use the pre-compiled
statically linked version of sasteroids (unfortunately, I don't have this
ready yet.  email me and yell :-)

==============================================================================

Any others?? Probably my fault.  email me and yell ;->

--brad
