This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Problems to build libgcj/gcj


Hi,
After downloading gcj and starting the build of libgcj/gcj, when i try
to execute the command :make bootstrap. it gives me this error
message!!!

/.automount/vol/home/anast/compile/objdir/gcc/gcj
-B/.automount/vol/home/anast/compile/objdir/i586-pc-linux-gnu/libjava/
-B/.automount/vol/home/anast/compile/objdir/gcc/ -C -g -classpath
/.automount/vol/home/anast/compile/objdir/i586-pc-linux-gnu/libjava:/.automount/vol/home/anast/compile/gcc-20001211/libjava
-d /.automount/vol/home/anast/compile/objdir/i586-pc-linux-gnu/libjava
java/lang/Boolean.java
java/lang/Boolean.java:25: Blank static final variable `FALSE' may not
have be initialized.
     public static final Boolean FALSE = new Boolean(false);
                                 ^
java/lang/Boolean.java:26: Blank static final variable `TRUE' may not
have be initialized.
     public static final Boolean TRUE = new Boolean(true);
                                 ^
2 errors
make[2]: *** [libgcj.jar] Error 1
make[2]: Leaving directory
`/.automount/vol/home/anast/compile/objdir/i586-pc-linux-gnu/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/.automount/vol/home/anast/compile/objdir'
make: *** [bootstrap] Error 2

So please if you can give me a help i'll apreciate.
Thanks a lot. 
-- 
Anas Tiane
Software Designer
Solidum Systems
1575 Carling Avenue
ottawa ,Ontario K1Z 7M3
tel:(613)724-6004 ext.299
email:anast@solidum.com

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