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


>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:

>> I don't think there is a --with-gcj option, is there?

Marco> Yes, there is. Compiling a canadian cross for mingw without it gives:
Marco> error: cannot find javac (even if it's in PATH), try --with-gcj,
Marco> --with-jikes, --with-kjc, --with-ecj, ...

Ah, I see.  That is from the Classpath configure.
libjava/configure should be passing the correct arguments down.
If that is not happening then the bug is in libjava; passing
--with-gcj is more likely to confuse things that to fix the problem.

How is classpath's configure run?

Tom


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