This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: BootStrap Problems with Latest 3.4 SnapShot
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 01 Aug 2003 08:41:53 -0600
- Subject: Re: BootStrap Problems with Latest 3.4 SnapShot
- References: <bgd2ud$iac$1@main.gmane.org>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> What happens is that "make bootstrap" goes through fine but
Ranjit> "make install" *recompiles the ".cc" files in libjava* and
Ranjit> fails finally saying "No rule to make target 'iconv.h' needed
Ranjit> by 'gnu/gcj/convert/natIconv.cc'".
This is a bug in cpp; it stopped generating dependencies correctly.
I think it is fixed in cvs.
Tom