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: [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.


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