This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcc_s.so.1 and libgcj.so.4
- From: Tom Tromey <tromey at redhat dot com>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: "Andrew Haley" <aph at redhat dot com>, <java at gcc dot gnu dot org>
- Date: 19 Apr 2003 09:48:43 -0600
- Subject: Re: libgcc_s.so.1 and libgcj.so.4
- References: <POEIJGMGPFPGFHAGKFHAAEECCHAA.erik.poupaert@chello.be>
- Reply-to: tromey at redhat dot com
>>>>> "Erik" == Erik Poupaert <erik dot poupaert at chello dot be> writes:
Erik> I'm planning indeed to use RPM, but not in a way that it depends
Erik> on other RPMs, which in their turn depend on other RPMs. That
Erik> story is really not attractive.
I'd suggest just shipping libgcj.so and libgcc.so in your RPM. Just
install them someplace that other programs won't look
(/usr/lib/myprogram/) and make sure to link your program with the
correct -rpath.
Otherwise, David Young's idea of building with --disable-shared
sounds good.
Tom