>>> paul gounot <[EMAIL PROTECTED]> 02-Jul-01 10:03:27 AM >>>

     But this class is present in the gnu/java/lang directory.
     Does anyone know what should be done to get the 
     install successfull?

Did you have any install errors?


    Furthermore, could someone tell me which tools are 
    efficient to compile java programs on linux-arm?

Have you followed the build instructions? I thought it was possible
to bootstrap the build of GCC so as long as you have GCC already you
should be ok.

The basic instructions are:

1. copy gcc-source distrib to /somedir/gcc

2. $  mkdir /somedir/gccobj ; mkdir /built/gcc

3. $  cd /somedir/gccobj

4. $  ../gcc/configure --enable-threads=posix \
                                   --enable-languages=c++,java \
                                   --enable-shared  \
                                   --prefix=/built/gcc
5. $  make bootstrap

6. $  make

7. $  make install


And the compiler ends up in directories of /built/gcc/ 


Nic Ferrier

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to