This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj compilation


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]