This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj compilation
- From: Andrew Haley <aph at redhat dot com>
- To: Gianluca Moro <giangiammy at yahoo dot com>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 2 Dec 2005 11:25:00 +0000
- Subject: Re: gcj compilation
- References: <20051202110750.21631.qmail@web52710.mail.yahoo.com>
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.