Singh, Revant said on Tue, Sep 27, 2005 at 05:15:42PM -0600,: > I untarred the aspell install file and ran the below commands as root. > ./configure > make > make install
I just subscribed and missed the earlier part of this thread, but this confuses me - why are you installing aspell from sources? Why don't you simply use your package manager to do this? `rpm - Uvh` or apt-get or whatever is appropriate for your distro. > The source code seems to compile fine but when i try to run the aspell > executable generated in the prog directory with the below command :(I am > running these on linux, hope this is not an issue) > aspell --lang=en create master ./Business_Terms.rws < Business_Terms.txt The above will install the aspell binary by default into /usr/local/bin or whatever; but if your distro already installed its own version of aspell, there might be a conflict. > I am using the aspell 0.50.5 what is the output of `which aspell'? It should be /usr/local/bin/aspell -- Mahesh T. Pai The next best thing to knowing something is to know where to find it. --Samuel Johnson _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
