gcj compilation
Andrew Haley
aph@redhat.com
Fri Dec 2 11:25:00 GMT 2005
Gianluca Moro writes:
> hi all,
>
> I'm trying to compile gcj con a mips patform:
> I compileg gcc-3.3.4
>
> ../gcc/configure --enable-threads=posix --enable-libgcj
> --prefix=/home/joerg/g\
> cc --enable-shared --enable-languages=c++,java
>
> make bootstrap
> make
>
> but when I run
>
> gcj --main=Hello -o Hello Hello.java
>
> I get
>
> gcj: libgcj.spec: No such file or directory
>
> As I understand, the libjava is missing: so I did
OK, so the libjava is missing, but that's probably for a reason. A
top-level 'make install" will install libjava if it's supported on
your platform.
Andrew.
More information about the Java
mailing list