This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: libjava "make install" silent failures
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Alexandre Oliva <aoliva at redhat dot com>
- Cc: gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Sat, 16 Mar 2002 10:13:22 +1300
- Subject: Re: libjava "make install" silent failures
- References: <3C9133DE.9060402@waitaki.otago.ac.nz> <orheniw605.fsf@free.redhat.lsd.ic.unicamp.br>
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.