Doh. Sorry that my last email was pretty useless. I'm running Ubuntu 6 (Dapper Drake) with GCC 4.1.
I basically cribbed the notes from : http://lists.osafoundation.org/pipermail/pylucene-dev/2005-October/000753.html to try to get PyLucene to compile properly. I don't really want to compile GCC-3.4.4 as I'm intending on deploying PyLucene onto quite a few machines and I'm not really clever enough to build a Debian package for GCJ-3.4 . Just out of curiousity - which Unix/Linux do most of the OSAF folks use? I'd like to just use the path of least resistance. vic On 3/31/06, Andi Vajda <[EMAIL PROTECTED]> wrote: > > "Victor Ng" <[EMAIL PROTECTED]> said: > > > I'm having some problems with getting 2.0rc1 to load properly. > > > > I think it's because of some GCJ quirks that I'm unfamliar with - it looks > > like I'm not linking to regex.jar.o properly (i think). > > > > [EMAIL PROTECTED]:~/dev/PyLucene-src-2.0rc1-1$ python test/test_PyLucene.py > > Traceback (most recent call last): > > File "test/test_PyLucene.py", line 27, in ? > > from PyLucene import * > > File "/usr/lib/python2.4/site-packages/PyLucene.py", line 33, in ? > > from _PyLucene import * > > ImportError: /usr/lib/python2.4/site-packages/_PyLucene.so: undefined > > symbol: > > _ZGAN3org6apache6lucene6search5regex23PythonRegexCapabilities8finalizeEv > > > > Ideas? > > what's your OS ? > what's your compiler version ? > > I suspect you're not running what you think you're running. > > Andi.. > > _______________________________________________ > pylucene-dev mailing list > [email protected] > http://lists.osafoundation.org/mailman/listinfo/pylucene-dev > -- "Never attribute to malice that which can be adequately explained by stupidity." - Hanlon's Razor _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
