
21 Dec
2011
21 Dec
'11
8:19 a.m.
James Simmons wrote:
Gutspell probably could be made to work in Unix if the author supplied a Make file. I can probably figure out how to compile it, but for now I run it under Wine.
gutspell.c includes a Windows/DOS-specific header, process.h, on line 34, so delete that line. Then just type: $ make gutspell (You don't always need a Makefile.)