This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: anyone seen this libgcj failure?
Tom Tromey wrote:
>>>>>>"Aldy" == Aldy Hernandez <aldyh@redhat.com> writes:
>>>>>>
>
>Aldy> make[1]: *** No rule to make target `gnu/java/math/MPN.java', needed by `libgcj.jar'. Stop.
>
>Aldy> i did a cvs update today of everything....
>
>It's been reported before, but I don't know why it occurs.
>The file is definitely there.
>I suspect Bryce's recent libjava/Makefile.am changes may have some
>effect here.
>
Well I didn't change anything to do with .java files, so if there is a
problem it was most likely there before.
What I guess could be happening is that the generated dependencies (eg
for java.math.BigInteger) which reference the old location of the file,
are not being rebuilt before make sees them and complains? I have not
seen this problem, however.
regards
Bryce.