re[2]: bug: solaris build does not use --prefix properly

Tyler Ross <[email protected]>
Newsgroups gmane.comp.gnu.aspell.devel
Organization Lyris Technologies
Message-ID <[email protected]>
Digging  further into this, it turns out that what was happening was as follows:

- another aspell instance is already installed in the standard location
- new aspell instance is installed to alternate directory
- run 'aspell dump config dict-dir' in alternate directory
- executable in alternate directory picks up shared library in standard location due to LD_LIBRARY_PATH setting
- dict-dir is reported as standard location (e.g. due to config info compiled into shared libarary)

So this is not exactly a bug; and probably unusual enough not to warrant a lot of attention.

Cheers,
Tyler


> On 30/09/05, 17:57:06, Tyler Ross <[email protected]> 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.


> _______________________________________________
> Aspell-devel mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/aspell-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.