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: linux audio software using gcj&swt!


Bryce McKinlay writes:
 > 
 > "Making dlopen() "work" in static binaries is basically asking the ELF 
 > spec to bend itself over a table...." - Todd Vierling

Yurss.

 > Perhaps the answer here is to make "-static" for GCJ mean statically 
 > linked to libgcj, but still dynamically linked against the other system 
 > libraries.

No, I don't think so.  The meaning of "-static" is already pretty well
known, and to change it would be unwise.  "-static-libgcj" would be a
batter choice.

 > That should be possible with a bit of .spec hacking? Or would this
 > mess up legitimate uses for the "real" -static?

It would.

Andrew.


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