This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

libgcj.so.5: cannot open shared object file


Leston Buell writes:
 > 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?

LD_LIBRARY_PATH should point to the dir that contains libgcj.so.5.

Andrew.


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