On Wed, Mar 05, 2003 at 03:51:39PM -0400, Garst R. Reese wrote: > Looking at pspell/pspell.h I see > #define delete_pspell_config delete_aspell_config
Lars goofed here. libpspell is a compatability lib, and should work on any version of aspell from when libpspell was introduceed, up to current. But if you're using an aspell that doesn't have libaspell (As Garst appears to) this will break. This is why we have everything in terms of pspell, but we actually end ups using libaspell on almost all systems. john