[pylucene-dev] building JCC on an x86_64 platform
Bill Janssen
janssen at parc.com
Sun Jan 20 19:28:07 PST 2008
> >> 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
More information about the pylucene-dev
mailing list