This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: testsuite says objects "are the same file"
- To: Per Bothner <per at bothner dot com>
- Subject: Re: testsuite says objects "are the same file"
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Mon, 19 Mar 2001 15:18:32 -0500 (EST)
- cc: java at gcc dot gnu dot org
On 19 Mar 2001, Per Bothner wrote:
> One mystery is why libtool thinks it needs to mv the .o file at all,
> give that gcc does support -c combined with -o.
Search for compiler_c_o in <target>/libjava/libtool. It gets sometimes
misconfigured to "no" if gcj fails to run for any reason during libtool
configure.
This used to be a problem when gcj could not find its class files. I
thought it had been fixed though.
Jeff