Stonewheel is a dynamic link library. Read more about it in stone.txt. Note: This is not the original package. It was repackaged for mirroring in the DJGPP section of Simtel.NET, as Burton Radons appears to have disappeared off the face of the net. My apologies to him if he's floating around somewhere. Building under DJGPP: The original makefile is for Linux systems. You should follow _loosely_ the build instructions in stone.txt, i.e. gcc -o stone.o -c stone.c gcc -o comffblk.o -c comffblk.c gcc -o sysdjgpp.o -c sysdjgpp.c ar rs libstone.a stone.o comffblk.o sysdjgpp.o Peter Wang (tjaden@psynet.net), March 2001.