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]

FW: libgcc_s.so.1 and libgcj.so.4


>>>> It's a matter of linking your program with "gcj -v", looking at the
options that are passed to ld, and editing those by hand, adding
-dynamic and -static where appropriate.

Thanks. I need to create a simplifying gcj front end tool, that supports a
particular strand of using gcj (and swt).

>>>>> However, this is rather fragile as the options used may well vary
between versions of gcj.

I hope it doesn't change dramatically at every snapshot. I can live with
relatively controlled changes. That just requires a bit of maintenance. If
it's going to be revolutionized with every snapshot, I'll be in trouble
indeed.


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