Hi Andi,

On Apr 3, 2006, at 7:28 PM, Andi Vajda wrote:


On Mon, 3 Apr 2006, Kevin Ollivier wrote:

error: class 'java.lang.String' has no method named 'matches' matching signature '(Ljava/lang/String;)Z'

gcj 3.4.x is required. Going for less is asking for trouble.
There shouldn't be any issues with including the libraries that PyLucene requires when built with gcj 3.4.x, that is (see Makefile).

Even if gcj 3.3.x worked, there is no guarantee that the enduser machine has the relevant libgcj.so installed.

Thanks for your advice! I tried this before without success, but I think the issue was my inexperience with *nix. This time around, I set LD_LIBRARY_PATH to include the current working directory (which has libgcj.so.5 in it) and it worked fine. Sometimes it's helpful just to hear "this should work" because it lets me know that I'm probably missing something and to keep at it. ;-)

BTW, do you know any way to get the size of libgcj down? My build is weighing in at 41MB, while RedHat's gcc3.3 version weighs in at < 9MB. I checked configure options for optimization flags, etc. but couldn't find anything, so I was wondering if you knew a way around this. The size is acceptable so long as the thing works :-), but I'd much prefer to keep the size down especially since limits on web server space can sometimes be pretty tight.

Thanks,

Kevin

Andi..

_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev


_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to