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] | |
Hi Marco,
I think this problem means that all cross-compilations where build != host will fail because make tries to use the generated gcj which won't run on the build system. Also my workaround only works for Windows because there we have the luck that all binaries have an ending. So "gcj" is free to be linked to the native gcj.
Have you reviewed my 2006-q4 patches against the ecj branch?
Like I said, I haven't studied this thread in detail and don't have time to build the trunk at the moment, but everything you're describing seems very familiar and I thought I worked around these issues (if I am understanding yours correctly).
Currently these are the problems: - ecj.jar can't be compiled on a host=Linux target=mingw build - a host=mingw target=mingw uses the wrong gcj (ignores --wigh-gcj=...)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |