[pylucene-dev] pylucene trunk and gcc-4.2 : java configuration ?
Andi Vajda
vajda at osafoundation.org
Mon Apr 2 10:30:45 PDT 2007
On Mon, 2 Apr 2007, xav4django wrote:
> My compilation is ok now, with Makefile modification :
>
> PREFIX=/usr/local
> PREFIX_PYTHON=/usr
> LIBDIR_NAME=lib
> GCJ_HOME=/usr/local/gcc-4.2
> GCJ_LIBDIR=$(GCJ_HOME)/$(LIBDIR_NAME)
> GCJ_STATIC=1
> LIB_INSTALL=libgcj.so.8 libstdc++.so.6 libgcc_s.so.1
> WCCFLAGS=-Wno-write-strings
> #DB=$(PYLUCENE)/db-$(DB_VER)
> PREFIX_DB=$(PREFIX)/BerkeleyDB.$(DB_LIB_VER)
> ANT=ant
> PYTHON=$(PREFIX_PYTHON)/bin/python
>
> (I comment the DB line.)
> and test are ok !
I find it hard to believe with GCJ_STATIC=1. I've not been able to get
_PyLucene.so to link statically against libgcj.a, and work, with gcj 4.x.
Andi..
More information about the pylucene-dev
mailing list