This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Build failure due to java libraries if java not built
On Saturday, 16 December 2000, 16:12:27 +0100, manfredh@redhat.com wrote:
> On , 13 December 2000, 02:55:50 -0200, aoliva@redhat.com wrote:
>
> > On Dec 13, 2000, Tim Josling <tej@melbpc.org.au> wrote:
> >
> > > I built the latest build on Intel Linux, and it fails. I do not
> > > bvuild java, but it unconditionally buulds the java libraries;
> > > they blow up if you haven't built gjc, Workaround is to patch out
> > > the java from the Makefile.in.
> >
> > Or to update and configure --enable-languages=c,c++,f77,objc
>
> Or to add a proper check to libjava's configure script if the
> required compiler has been built at all; libstdc++-v3 shares the
> same problem. Similar checks are already in libf2c, libio, libstdc++
> and libobjc.
>
> OK to install?
Forget about this patch; I just realized that Alexandre installed
a fix for this already (Subject: Disabling target libraries depending
on --enable-languages).
Cheers, manfred.