[pylucene-dev] About compiling with gcc 4.2
Andi Vajda
vajda at osafoundation.org
Fri Nov 24 12:11:05 PST 2006
On Fri, 24 Nov 2006, Manuel Albela Miranda wrote:
>
> I have followed all the steps you told, compiling gcc-4.2 sources, but the
> error still remains. There is no difference between the first one compiled
> without the gcc sources (using the gcc debian package) and the last try with
> the compilation of the gcc sources. The test fails again. I tried yesterday
> with the gcc-3.4.5 binaries you told me and with that one the compilation and
> test are ok, but i have again the problem with the file size.
>
> If you have another idea i appreciate it, cause my ideas are exhausted.
Did you build PyLucene from svn sources, that is, did you also compile the
Java Lucene .java files yourself, or did you use the jar files from the
PyLucene source tarball ?
It seems that with gcj 4.x, the jar files that are in the tarballs I upload
can't be used, one must compile the Java Lucene files locally.
For that, you must use the Sun JDK or the Blackdown JDK, not gcj's
.java -> .class which has too many bugs.
Yes, I know, this makes no sense. Java is 'compile once, run anywhere' but
this is what it's taken for me to get it to work with gcj 4.0.2 on Intel OS X
and gcj 4.2.0 on x86-64.
Andi..
More information about the pylucene-dev
mailing list