> >> Indeed, look at setup.py [1], there is a commented out settings for > >> 'linux2= > >> '=20 > >> on 64-bit. The i386 piece should be something like amd64 instead. > > > > Well, the Intel equivalent, I suppose. Either that or I have to build > > a 32-bit Python. OK, thanks. > > > > Bill > > So far x86_64 has been the same as amd64 as far as the path to the 64- > bit java libs are concerned.
I found one nit. There's no "client" library under amd64, just a "server" directory. So to link the libjvm, you've got to change the "client" to "server" in setup.py's LDFLAGS. Bill _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
