problems when build OpenJDK on mips64el
Andrew Haley
aph at redhat.com
Mon Mar 15 03:49:39 PDT 2010
On 03/15/2010 10:46 AM, Linwen Deng wrote:
>
> My problem is that I meet troubles when compile a test program with gcj,
> then wonder if only libgcj is enough to compile OpenJDK.
>
> The test program:
> *public class test{
> public static void main(String args[]){
> System.out.print("Hello kylin");
> System.exit(0);
> }
> }*
>
> The problem is:
> error: the method exit(int) was not in the type of System.
Go into the libjava build directory and run "make check".
Andrew.
More information about the distro-pkg-dev
mailing list