I was able to get Aspell to compile on Mac OS X 10.2 (Jaguar)
with the Developer Tools, which installs gcc 3.1

An initial straight ./configure does not work, complains about
shared libraries. The following worked for me:

Download Aspell-0.50.1 and Dictionary

$ ./configure --enable-static --disable-shared
$ make
$ make install

Dictionary
$ ./configure
$ make
$ make install


Hopefully some one finds this useful.  Not being a C/C++
developer, I was struggling with it for a little while.

Cheers,


Marcus Kazmierczak
e: [EMAIL PROTECTED]
h: http://mkaz.com/



_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-user

Reply via email to