[pylucene-dev] How compile pyLucene on Solaris 10
Andi Vajda
vajda at osafoundation.org
Tue Jan 8 15:42:21 PST 2008
On Tue, 8 Jan 2008, mario alejandro wrote:
> The problem is how tell where is this library? I know where is located, but
> not see why the build can't.
You tell the linker where I library is by using the -L flag which sets up
the library search path for the linker. This is what you already did for the
java libraries in setup.py. Maybe you need to add directories to the -L flag
in JCC's setup.py LFLAGS for 'sunos5' ?
Andi..
More information about the pylucene-dev
mailing list