This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Trouble compiling swt.jar
>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes:
>> Simply build with -findirect-dispatch. That should do the trick.
Ranjit> Right. More information in the Wiki:
Ranjit> http://gcc.gnu.org/wiki/How%20to%20BC%20compile%20with%20GCJ
Ranjit> I don't know if it works on Windows yet.
Plain old '-findirect-dispatch' should work fine everywhere. It
doesn't have any real platform dependencies, it just changes the
generated code to work a little differently.
Whether the class lookup database thing works, I don't know. I
thought the .dll situation on the Windows port was still "not
working".
Tom