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.. _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
