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: mingw compilation problems


Mohan Embar wrote:
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?

No, you said they were committed so I thought that's ok and that there are new problems.



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=...)

That's all. I think you fixed way more stuff back then. So this is probably new stuff here... And they're not that bad... I can live with it.
Ah, btw: Thanks for your effort and all you patches when you worked with the ecj branch. I think I never honored that :-(



Marco



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