GCJ and dynamic linking
From: J.Neuhoff (NOSPAM_at_webcom.com)
Date: 12/24/03
- Previous message: David Segall: "Re: bussines reporting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Dec 2003 16:33:36 +0000
I recently compiled a few hundred *.class files into an ELF using the GCJ
frontend of GCC. The original total size was 416,832 bytes, the resulting
ELF size turned out to be 3,363,017 bytes, or 2,421,924 after applying a
strip. Either way, this is considerably larger, which makes me think that
GCJ statically links every dependent class into the ELF, too.
Is there a way to have GCJ only compile the original classes and then let
the ELF dynamicaly link with other imported classes from the libgcj ?
JNeuhoff
- Previous message: David Segall: "Re: bussines reporting"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|