This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Trouble compiling swt.jar
>>>>> "Michael" == Michael Baranov <michael.baranov@gmail.com> writes:
>> Plain old '-findirect-dispatch' should work fine everywhere.
Michael> Please correct me if I'm wrong, but GCJ seems to ignore the
Michael> flag in version 3.4.4 (minGW original build). Not
Michael> implemented?
Yes, this flag is a new addition in 4.0.
Michael> Please, can someone advise how to deal with this issue with
Michael> this version of gcc/gcj? It seems like some people are able
Michael> to compile it. Currently, I would be happy to work with
Michael> v. 4.x but can't because of all the win32 problems in
Michael> it... Have to fall back to the latest workable.
I'm afraid your options are pretty limited... you could hack the
verifier to ignore this error, or you could try to make 4.0 work.
Tom