« Return to Thread: libgcj_bc.so not embedded

Re: libgcj_bc.so not embedded

by Andrew Haley :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: libgcj_bc.so not embedded