This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: configure --disable-shared
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Erik Poupaert <erik dot poupaert at chello dot be>
- Cc: gnustuff at thisiscool dot com, <java at gcc dot gnu dot org>
- Date: Mon, 26 May 2003 14:37:05 -0400 (EDT)
- Subject: Re: configure --disable-shared
On Mon, 26 May 2003, Erik Poupaert wrote:
> > 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.
Try running "ldd" on the installed executable with your LD_LIBRARY_PATH
etc. set to ensure it is linking exactly the libraries you expect.
Jeff