This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: configure --disable-shared
> Why can't you just set LD_LIBRARY_PATH in your executable launch
> script and deploy the shared libraries side-by-side with your executable?
Our administrator tried to put both libgcj.so and libgccc_s.so on an otherwise excellently performing RedHat 8.0 server, and copied them to the LD_LIBRARY_PATH. It didn't work.
Funnily, the statically linked win32 xmlrpc servant, deployed on the same RedHat 8.0 server, does work properly with wine. It's easier to deploy the win32 version and run it wine, than deploy the native linux version.