[pylucene-dev] installing PyLucene JCC
Andi Vajda
vajda at osafoundation.org
Thu Dec 13 18:03:52 PST 2007
On Thu, 13 Dec 2007, Chris Curvey wrote:
> Here is my LFLAGS from setup.py. The character after
>
> LFLAGS = {
> 'darwin': ['-framework', 'JavaVM'],
> 'linux2': ['-L/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386',
> '-ljava',
> '-Wl,rpath=/usr/lib/jvm/java-1.5.0-sun-1.5.0.08
> /jre/lib/i386:/usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/i386/client'],
> 'win32': ['/LIBPATH:o:/Java/jdk1.6.0_02/lib', 'jvm.lib']
How about using '-Wl,-rpath=' instead of '-Wl,rpath=' ?
Andi..
More information about the pylucene-dev
mailing list