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


>>>>> I seem to have statically linked libgcc_s.a and libgcj.a by
configuring
>>>>> the gcc suite with the option "--disable-shared".  When I run ldd on
my
>>>>> gcj/swt-motif app, I get the following results

As I can see from your input, all shared objects referred to by your
executable are stable, "platform-type" dependencies. As Adrew pointed out,
libgcc itself could also be referenced dynamically -- instead of
statically -- but I guess the option is not necessarily available in the GCC
configure script, is it? But then, I can live with libgcc referenced
statically as well.

>>>>> Does disabling sharing, however, create other complications for the
application?

I don't think so, at this point. In my impression, "--disable-shared" should
do. I'll give it a shot. Thanks.


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