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: linking a .so with libgcj.a ?


Andi Vajda wrote:
> If I managed to produce a -fPIC libgcj.a, this would work then ?
> 
Some parts of libgcj dynamically load classes.  You would also have to make
sure all dynamically loaded classes you need that are not otherwise
statically referenced are included.

David Daney


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