This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
- To: java-gnats at sourceware dot cygnus dot com
- Subject: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
- From: hargettp at mindspring dot com
- Date: 30 Mar 2000 18:25:32 -0000
- Reply-To: hargettp at mindspring dot com
- Resent-Cc: java-prs at sourceware dot cygnus dot com, green at cygnus dot com
- Resent-Reply-To: java-gnats@sourceware.cygnus.com, hargettp@mindspring.com
>Number: 189
>Category: gcj
>Synopsis: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: apbianco
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 30 10:30:00 PST 2000
>Closed-Date:
>Last-Modified:
>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
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: