I'm following the directions here:

http://developer.classpath.org/mediation/ClasspathShowcase#head-7d9a556e8485fc84fd5ce0e52be6104d85e24316

... to compile the .jar files into .so objects for gij, to make
Eclipse faster. During the run, I see this error:

./org.eclipse.sdk.ide/updates/eclipse/plugins/org.python.pydev.core_1.0.3/core.jar
 to native
/tmp/ccjJzRke.s: Assembler messages:
/tmp/ccjJzRke.s:8434: Error: symbol 
`_ZN3org6python5pydev4core31FullRepIterable$FullRepIterator4nextEv' is already 
defined
/tmp/ccjJzRke.s:9029: Error: symbol 
`_ZN3org6python5pydev4core38FullRepIterable$ReverseFullRepIterator4nextEv' is 
already defined

I'm not sure if it's something odd with the PyDev classes, or if its a
compiler bug in gcj-4.1.  Any ideas?  (I'm new to Java, and don't know
much about gcj/gij at this point in time.)

Now it's been running a while, and I'm seeing more of the similar
error message in several other classes... all having to do with a
symbol already being defined.  (I should have kept the errors in a
file, but did not; I don't have time today to run the build again,
sorry.)

I'm also seeing a lot of these:

edu/mit/csail/relo/ReloCore.java: In class 'edu.mit.csail.relo.ReloCore':
edu/mit/csail/relo/ReloCore.java: In method 
'edu.mit.csail.relo.ReloCore.<clinit>()':
edu/mit/csail/relo/ReloCore.java:49: error: verification failed at PC=0: 
String, int, or float constant expected
edu/mit/csail/relo/ReloCore.java:49: error: verification failed at PC=5: 
incompatible type on stack
edu/mit/csail/relo/ReloCore.java:50: confused by earlier errors, bailing out

Any ideas?

-- 
Karl Hegbloom <[EMAIL PROTECTED]>

Reply via email to