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: FYI: Updated "Building GCJ for Windows"


Hi All,

>It is probably possible to work around this somehow, say by extracting
>locale property files from libgcj.jar and compiling them into a .o
>that you ship with your application.

On a custom 4.02 build, I did this by linking these .o files into
an archive, putting this archive in the same location as libgcj.a
(I call it libgcj_properties.a)  and then linking to this archive via
libgcj.spec using -Wl,--whole-archive. You can do this for other
classes you want transparently linked in.

-- Mohan Embar
http://www.thisiscool.com/
http://www.animalsong.org/





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