My OS: Mac Sierra
Install file: aspell6-en-2017.01.22-0.tar.bz2
Problem: ./config trying to locate files in /usr/bin and /usr/lib, but my files 
are in /usr/local/bin (and lib)


The 2007-01-22 English dictionary tar file’s ./configure command outputs this:

Finding Dictionary file location ... /usr/lib/aspell-0.60
Finding Data file location ... /usr/lib/aspell-0.60

When I run make, I get the following error:
/usr/local/bin/prezip-bin -d < en-common.cwl | /usr/local/bin/aspell  --lang=en 
create master ./en-common.rws
Error: The file "/usr/lib/aspell-0.60/iso-8859-1.cset" can not be opened for 
reading.
make: *** [en-common.rws] Error 1


On my Mac, the file that make tries to locate is in this directory:
/usr/local/lib/aspell-0.60

The aspell program is at /usr/local/bin

And I do not have any directory/file related to aspell in either /usr/share or 
/usr/local/share

Is there any way for me to tell make where to look for the files?
Thank you.
- Harry Zhu
_______________________________________________
Aspell-user mailing list
Aspell-user@gnu.org
https://lists.gnu.org/mailman/listinfo/aspell-user

Reply via email to