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]

Re: libgcj_bc.so not embedded


Mohsen Saboorian writes:

 > I've compiled succesfully a project (a number of JARs) into native
 > library using GCJ 4.1 on Ubuntu 6.10 (Edgy). When I run it on a
 > light-weight FC5 machine, I've getting the following error message:
 > 
 > error while loading shared libraries libgcj_bc.so.1
 > 
 > Why this library is not embedded in my executable file?

It's not supposed to be.  The idea is that you compile your program
and it dynamically links with the libgcj installed on the system.

Andrew.

-- 
Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, UK
Registered in England and Wales No. 3798903


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