The following notes are information for advanced users only. They have been assembled on Mac OS X version 10.5.
Things that work:
The following build procedure assumes that $PREFIX is the directory to which all components will be installed. The instructions are rather brief, but you should be able to follow them if you have experience on building software using GNU autotools. Unreleased versions refer to current SVN trunk.
export PATH=$PREFIX/bin:$PATH export PKG_CONFIG_PATH=$PREFIX/lib/pkgconfig
./configure --prefix=$PREFIX make make install
./configure --prefix=$PREFIX --enable-static make make install
./configure --prefix=$PREFIX make make install
CFLAGS="-I$PREFIX/include -L$PREFIX/lib" ./configure --prefix=$PREFIX \ --enable-static make make install
CFLAGS="-I$PREFIX/include -L$PREFIX/lib" ./configure --prefix=$PREFIX make make install
make voikko make voikko-install DESTDIR=$PREFIX/lib/voikko
CFLAGS="-I$PREFIX/include -L$PREFIX/lib" ./configure --prefix=$PREFIX \ --with-dictionary-path=$PREFIX/lib/voikko make make install
CPPFLAGS="-I$PREFIX/include" LDFLAGS="-L$PREFIX/lib" \ ./configure --prefix=$PREFIX --disable-enchant make make installCopy the provided tmispell.conf.example to $PREFIX/etc/tmispell.conf