This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: [ecj] Error compiling executable on i686-pc-linux-gnu
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.