This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Help!


> Date: Thu, 20 May 1999 11:22:26 -0700 (PDT)
> From: Manosiz Bhattacharyya <mano@cse.ucsc.edu>
> 
> > Do things in this order:
> > 
> > configure egcs
> > make
> > make install
> 
> ./configure --prefix=/projects/learning/usr/java/egcs
> 
> I installed the egcs and the c++, gcc compiler are both working fine from
> here.
> 
> > 
> > configure libgcj
> > make
> > make install
> > 
> 
> I used the same configuration command. That is both libgcj and egcs have
> been installed in the same directory.
> 
> $(srcdir)/configure --prefix=/projects/learning/usr/java/egcs
> 
> Then from the build directory I did make and make install.

In the sparc-sun-solaris2.6/libjava directory, do you find an
executable called jv-convert?  Does it run?

If it does, do a 'make check' in the sparc-sun-solaris2.6/libjava
directory.  There may be a few fileures, but the majority of tests
should run.

If nothing runs, load your executable into gdb and run it.  Mail the
backtrace.

Andrew.

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