----- Original Message ----- From: "Singh, Revant" <[EMAIL PROTECTED]> To: "Gary Setter" <[EMAIL PROTECTED]>; <[email protected]> Sent: Monday, September 19, 2005 11:00 AM Subject: RE: [Aspell-user] Query regarding Creating a customised dictionary inGNU aspell-0.60.3
Hi Gary, Thanks for the help.I executed the first two commands mentioned by you in the below email i.e. ./configure and make and they ran fine. But when i did a make install, i got the following error message at the end : /bin/sh ../libtool --mode=install /usr/bin/install -c libpspell.la /usr/local/lib/libpspell.la libtool: install: warning: relinking `libpspell.la' (cd /prod/appl/kanisa/aspell-0.50.5/lib; /bin/sh ../libtool --mode=relink g++ -g -O2 -o libpspell.la -rpath /usr/local/lib -version-info 15:3:0 dummy.lo libaspell.la ) mv: cannot stat `libpspell.so.15.0.3': No such file or directory libtool: install: error: relink `libpspell.la' with the above command before installing it make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory `/prod/appl/kanisa/aspell-0.50.5/lib' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/prod/appl/kanisa/aspell-0.50.5/lib' make: *** [install-recursive] Error 1 ----- Reply ----- Hi Revant, I'm using Cygwin and I don't have the version of aspell on my system anymore, So I don't get the same results as yourself. All is not lost. you're having a problem with libpspell, but did libaspell succeed? Take a looks, do you have a libaspell.so in /usr/local/lib ? do you have any thing that matches libaspell* in /usr/local/lib or anywhere ? What do you have in the .libs directory? (that is where the make results go before installation) Do you have a aspell? Does it work? Maybe you can manually move the some of the files from .libs to where they belong? Do you want to say why you chose such an early version of aspell? Hope that helps, Gary _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
