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: libgcc_s.so.1 and libgcj.so.4


>>>>> "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


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