aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [aspell-devel] bug: solaris build does not use --prefix properly


From: James Lee
Subject: Re: [aspell-devel] bug: solaris build does not use --prefix properly
Date: Sun, 09 Oct 2005 08:13:32 GMT

On 30/09/05, 17:57:06, Tyler Ross <address@hidden> wrote regarding 
[aspell-devel] bug: solaris build does not use --prefix properly:


> I believe I have found a bug in the solaris build of aspell. To repro:

> - untar aspell (e.g. 0.60.3)
> - ./configure --prefix=/some/nonstandard/dir
> - make
> - make install
> - cd /some/nonstandard/dir/bin
> - ./aspell dump config dict-dir

> result:
> /usr/local/lib/aspell-0.60

> expected:
> /some/nonstandard/dir/aspell-0.60

This works for me, all the way to "aspell dump config dict-dir".
Start by inspecting the value of prefix in the Makefiles:

$ ./configure --prefix=/MYOWNPREFIX
...
$ find . -name Makefile | xargs grep MYOWNPREFIX
...



James.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]