This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libjava "make install" silent failures
Alexandre Oliva wrote:
>On Mar 14, 2002, Bryce McKinlay <bryce@waitaki.otago.ac.nz> wrote:
>
>>I'm still having intermittent problems with "make install" failing to
>>install libjava ;-(
>>
>
>Whoever checked in the latest version of libjava/configure apparently
>used an old version of libjava/aclocal.m4 to do so, and created a
>configure script that used CXX again, instead of glibjava_CXX. This
>explains the problem you're running into.
>
You're quite right. In fact, simply running autoconf fixed the problem.
I don't know how the bad configure got there.
>However, before I check in a corrected version of configure, please
>check whether the last hunk in this patch helps exposing the problem
>you're running into, and whether the remainder of the patch actually
>fixes it.
>
I'm doing a rebuild now with your patch and will let you know how it
turns out.
regards
Bryce.