This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: bootstrap error in libjava on powerpc-linux
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: bootstrap error in libjava on powerpc-linux
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 13 Jun 2001 16:11:05 -0400 (EDT)
- cc: Matthias Klose <doko at cs dot tu-berlin dot de>, java at gcc dot gnu dot org, dan at debian dot org, chris at debian dot org
On 9 Jun 2001, Alexandre Oliva wrote:
> > /usr/bin/ld: failed to set dynamic section sizes: Bad value
>
> Do you have a previously-installed libgcc_s without this symbol in the
> same prefix? This would be a problem. Unfortunately, AFAICT, this
> problem can't be fixed without making libgcc_s a libtool library too.
Since nobody else asked...
Why isn't libgcc_s a libtool library? I've had no end of problems with
failing testsuites due to libgcc_s.
I guess someday libgcc_s will be stable and installed by the vendor, and
that won't matter anymore. Still, I can't believe anybody would want to
shove all the various platform-specific shared library rules into gcc.
Jeff