This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
- To: apbianco at cygnus dot com
- Subject: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
- From: "Phil Hargett" <hargettp at mindspring dot com>
- Date: 31 Mar 2000 00:00:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: "Phil Hargett" <hargettp at mindspring dot com>
The following reply was made to PR gcj/189; it has been noted by GNATS.
From: "Phil Hargett" <hargettp@mindspring.com>
To: "Bryce McKinlay" <bryce@albatross.co.nz>
Cc: <java-gnats@sourceware.cygnus.com>
Subject: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
Date: Thu, 30 Mar 2000 18:53:21 -0500
Actually, that's how I did try to create libgcj: download gcc from CVS,
build it using my RH installed compiler (egcs-1.1.2), then using the new
compiler (2.95.2), compile libgcj. If I had received some other bug, I
would have imagined that it was just shame on me for using a new, unstable
release, but it's the same bug that's been around for a month.
Thanks!
-----Original Message-----
From: bryce@havoc.albatross.co.nz [mailto:bryce@havoc.albatross.co.nz]On
Behalf Of Bryce McKinlay
Sent: Thursday, March 30, 2000 5:25 PM
To: hargettp@mindspring.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/189: can not build libgcj (internal error - SP
mismatch) -- PR#155 not fixed
Hi Phil,
You cannot build the current cvs libgcj with gcc 2.95.2. Please checkout the
latest gcc from cvs and try it with that, or take a look at
http://sourceware.cygnus.com/java/download.html for other options. We know
this is a sub-optimal situation, but we're bound by gcc release
schedules as to when we can release a new stable gcj/libgcj combination.
regards
[ bryce ]
hargettp@mindspring.com wrote:
> >Originator: Phil Hargett
> >Release: 2.95.2 - updated from CVS on 3/30/00
> >Organization:
> >Environment:
> RH Linux 6.0, i686, gcc -v 2.95.2
> >Description:
> The same problem reported in PR#155 is happening on my machine. Apologies
> >How-To-Repeat:
> 1. Download gcc 2.95.2 (core + c++ and java files)
> 2. ./configure --prefix=/home/phil, to avoid overwriting the installed
compiler
> 2. make -- Compile gcc using default compiler on RH 6.0 (egcs-1.1.2, which
reports egcs-2.91.66 on gcc -v)
> 3. make install (puts gcc in /home/phil/bin, other support files relative
to that as appropriate)
> 4. change $PATH to put /home/phil/bin ahead of /usr/bin, to ensure that
invoking gcc will invoke gcc 2.95.2, not the egcs-1.1.2 in /usr/bin
> 5. checkout libgcj (latest as of 3/30/00)
> 6. libgcj/configure --prefix=/home/phil (again to install in user
directory)
> 7. make -- after a *lot* of work, reports same error as PR#155 in
isNegative() method of BigInteger.java