FYI: Updated "Building GCJ for Windows"

Mohan Embar gnustuff@thisiscool.com
Fri Jun 16 02:20:00 GMT 2006


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/






More information about the Java mailing list