This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: java install bug
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: java install bug
- From: "Zack Weinberg" <zackw at stanford dot edu>
- Date: Wed, 10 Jan 2001 19:44:01 -0800
- Cc: apbianco at cygnus dot com, martin dot kahlert at infineon dot com, gcc-bugs at gcc dot gnu dot org, java-patches at sourceware dot cygnus dot com, Ramakrishna Kandula <ramky2000us at yahoo dot com>, Neil Booth <neil at daikokuya dot demon dot co dot uk>
- References: <20010109092801.A9506@keksy.muc.infineon.com> <14939.35918.405103.504412@deliverance.cygnus.com> <3A5D280E.E420F74E@albatross.co.nz>
On Thu, Jan 11, 2001 at 04:27:10PM +1300, Bryce McKinlay wrote:
> Alexandre Petit-Bianco wrote:
>
> > Martin Kahlert writes:
> >
> > > -o gnu/gcj/convert/.libs/JIS0208_to_Unicode.o
> > > .deps/JIS0208_to_Unicode.pp: No such file or directory
> >
> > I'm seeing this too. It's been reported to the relevant PR (1586.) As
> > a temporary work around, I propose what's below. It seems to let me do
> > clean builds.
>
> Neil has put the -MP option back into cpp for the benefit of automake
> (Thanks, Neil). This patch, which I've just checked in, puts the Java build
> back the way it was before and should fix these problems.
>
> Interestingly, the "-M -MF" didn't seem to work in place of the "-Wp,-MD"
> even when we hacked the Makefile.in by hand. For some reason I was getting
> preprocessor output in the .o files. Maybe I misunderstood something.
-M inhibits compilation.
We ought to turn it back on again when we see -MF, but that's going to
make the specs, which are already disgusting, even worse...
zw