This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: libjava build fix
>>>>> "Bryce" == Bryce McKinlay <bryce@albatross.co.nz> writes:
Bryce> Automake still uses "-Wp,-MD,..." which c++ doesn't like any
Bryce> more. I'm going to hack the Makefile.in by hand until we can
Bryce> sort this out.
Bryce> Tom, help!
It sucks that backward compatibility was eliminated here.
It means that the current public automake won't work with gcc 3.0.
I changed our Makefile.am to turn off dependency tracking.
This will fix the problem for us for now.
I'll check it in when I'm done testing it.
Tom