GC symbols no longer exported (on Debian) from libgcj 8 and up
Erik Groeneveld
erik@cq2.nl
Wed Dec 9 12:39:00 GMT 2009
On Fri, Nov 27, 2009 at 10:25, Andrew Haley <aph@redhat.com> wrote:
>> If it was intentional, my question is how I can get access to the GC?
>> The symbols exported are controlled by:
>> if ANONVERSCRIPT
> extra_ldflags_libjava += -Wl,--version-script=$(srcdir)/libgcj.ver
> endif
>> Which is:
>> # Anonymous GNU ld version script to hide boehm-gc, libffi and fdlibm
> # symbols in libgcj.so.
>> {
> global: Jv*; _Jv_*; __gcj_personality_v0; __gcj_personality_sj0; _Z*;
> local: *;
> };
Adding GC_*; to gloca
More information about the Java
mailing list