[ecj] Error compiling executable on i686-pc-linux-gnu

Andrew Haley aph@redhat.com
Wed Dec 6 16:08:00 GMT 2006


Mohan Embar writes:
 > Hi Andrew,
 > 
 > >-      %{!findirect-dispatch:-fzip-dependency %U.zip}                   \
 > >-      %{!fsyntax-only:-fzip-target %U.jar}}\n                          \
 > >+      %{!findirect-dispatch:-fzip-dependency=%U.zip}                   \
 > >+      %{!fsyntax-only:-fzip-target=%U.jar}}\n                          \
 > 
 > Reverting this got my Linux gcj to work.

It turns out that there exist two versions of ecj1, one of them with
"=" and one of them with " ".  " " is newer.  Feel free to commit this
correction.

Thanks,
Andrew.



More information about the Java mailing list