special zero-length 'gnu.gcj.gcj-compiled' attribute ???

2007-05-24 Thread Luigi De Donà

Hi all,

I have succesfully (configure, make, make install) installed gnu classpath
0.95 on my mipsel/debian machine,
I have exported the adjusted $CLASSPATH $LD_LIBRARY_PATH vaiables but when I
compile my java code I obtain an error :

"gcj x.jar --main=test -o binaries
java/lang/Object.java:0: fatal error: the 'java.lang.Object' that was found
in '/usr/local/classpath/share/classpath/glibj.zip' didn't have the special
zero-length 'gnu.gcj.gcj-compiled' attribute.  This generally means that
your classpath is incorrectly set.  Use 'info gcj "Input Options"' to see
the info page describing how to set the classpath
compilation terminated."

Intead if I run gij4-1 VM then it run correctly...

Please let me know for an help !
Many Thanks
Luigi





Re: special zero-length 'gnu.gcj.gcj-compiled' attribute ???

2007-05-24 Thread Robert Schuster
Hi Luigi,
although GCJ uses GNU Classpath you are not supposed to compile it
separately. The GCC tarball already includes a snapshot of Classpath
which is modified slightly to fit to GCJ's requirements.

If you compile gcj correctly it will bring its own 'Classpath' (named
libgcj) and uses that at runtime.

Regards
Robert

Luigi De Donà schrieb:
> Hi all,
> 
> I have succesfully (configure, make, make install) installed gnu classpath
> 0.95 on my mipsel/debian machine,
> I have exported the adjusted $CLASSPATH $LD_LIBRARY_PATH vaiables but when I
> compile my java code I obtain an error :
> 
> "gcj x.jar --main=test -o binaries
> java/lang/Object.java:0: fatal error: the 'java.lang.Object' that was found
> in '/usr/local/classpath/share/classpath/glibj.zip' didn't have the special
> zero-length 'gnu.gcj.gcj-compiled' attribute.  This generally means that
> your classpath is incorrectly set.  Use 'info gcj "Input Options"' to see
> the info page describing how to set the classpath
> compilation terminated."
> 
> Intead if I run gij4-1 VM then it run correctly...
> 
> Please let me know for an help !
> Many Thanks
> Luigi
> 
> 
> 



signature.asc
Description: OpenPGP digital signature


special zero-length 'gnu.gcj.gcj-compiled' attribute ???

2007-05-23 Thread Luigi De Donà

Hi all,

I have succesfully (configure, make, make install) installed gnu classpath
0.95 on my mipsel/debian machine,
I have exported the adjusted $CLASSPATH $LD_LIBRARY_PATH vaiables but when I
compile my java code I obtain an error :

"gcj x.jar --main=test -o binaries
java/lang/Object.java:0: fatal error: the 'java.lang.Object' that was found
in '/usr/local/classpath/share/classpath/glibj.zip' didn't have the special
zero-length 'gnu.gcj.gcj-compiled' attribute.  This generally means that
your classpath is incorrectly set.  Use 'info gcj "Input Options"' to see
the info page describing how to set the classpath
compilation terminated."

Intead if I run gij4-1 VM then it run correctly...

Please let me know for an help !
Many Thanks
Luigi