libgcj.so.5: cannot open shared object file

Leston Buell bulbul@ucla.edu
Sat Jun 12 15:34:00 GMT 2004


Hello. I am running Mandrake 10 and am excited to try out compiling Java 
code with AWT or Swing to native code. I have compiled and installed gcc 
3.4 and can compile and link a program like this:

   prompt$ gcj-3.4 -c -g -O Hello.java
   prompt$ gcj-3.4 --main=Hello -o Hello Hello.o

However, i can't run it:

   prompt$ ./Hello
   prompt$ ./Hello: error while loading shared libraries:
     libgcj.so.5: cannot open shared object file:
     No such file or directory

Is there some environement variable i need to set to fix this? I've 
tried searching for this problem in the mailing list archives, but 
wasn't successful.

Leston




More information about the Java mailing list