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: Properties files


>>>>> "Rutger" == Rutger Ovidius <r_ovidius@eml.cc> writes:

Rutger> The .properties files (ie:
Rutger> gnu/regexp/MessagesBundle.properties) are not in
Rutger> libgcj-4.0.0.jar. Are they supposed to be?

Yes.  Could you file in bugzilla?

Rutger> Secondly, on windows the resulting .exe is built static with
Rutger> libgcj.a.  These properties files don't seem to be put into
Rutger> the executable.
Rutger> How do I get them in there by default?

That's tricky, since the symbols defined in these files are not
referenced by anything and thus are omitted from the link.  You can
usually tell the linker to assume that the symbol is undefined, and
this will pull in the code.  That's a pain, but it also sums up why
static linking is only half supported.

Tom


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