On Tue, Nov 21, 2006 at 01:28:59PM -0800, Andi Vajda wrote:
> On Tue, 21 Nov 2006, Greg Kuperberg wrote:
> > The first problem was that neither libstdc++.so.6 nor libgcc_s.so.1 were
> > linked properly in /usr/lib with this configuration.  The Makefile erased
> erased ? how so ?

If you say:

    install A B

then the program erases B and *then* copies A to B.  If A = B, then
it erases B and can't find A.  If both $PREFIX and $GCJ_HOME
are set to /usr, then the Makefile ends up running

    install /usr/lib/libstdc++.so.6 /usr/lib/libstdc++.so.6

So it erases what it wants to install.

> If you already have these libs installed there is no need to install them 
> again and LIB_INSTALL can be blanked.

Yes, this is the right solution.

> As an alternative you might want to consider using the Ubuntu binaries 
> available here: 
> http://downloads.osafoundation.org/PyLucene/linux/ubuntu/PyLucene-2.0.0-3.tar.gz

For Fedora Core 4 on 32-bit Linux, this solution works perfectly.
This is the right thing to do on my laptop.  However, I also want to
install PyLucene 2.0 on Ubuntu x64.  I will explain the situation in my
next message.

-- 
  /\  Greg Kuperberg (UC Davis)
 /  \ Home page: http://www.math.ucdavis.edu/~greg/
 \  / Visit the Math ArXiv Front at http://front.math.ucdavis.edu/
  \/  * All the math that's fit to e-print *
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to