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: semi-static linux binary


On Oct 24, 2003, at 6:24 AM, Jeff Sturm wrote:

Hmm... this seems to be desired often enough that a -static-libgcj flag
might be worthwhile.

Yeah. I like it.


2) export LD_LIBRARY_PATH=.
3) use -static-libgcc when linking your binary (don't use -static)

This works for me, too.

Doesn't -static-libgcc have binary compatibility issues for EH and such? Why can't we have static libgcj and shared libgcc?


Regards

Bryce.



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