This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: anyone seen this libgcj failure?
Aldy Hernandez wrote:
>>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.
>>
>
>cvs update
>cd build-dir
>/source/configure
>make all-target
>
>that should show it. i did it on a ppc linux box.
>
How about "cvs update -d" ?
regards
Bryce.