This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
libgcj/186: Solaris and Infinity
- To: java-gnats at sourceware dot cygnus dot com
- Subject: libgcj/186: Solaris and Infinity
- From: joerg dot brunsmann at fernuni-hagen dot de
- Date: 29 Mar 2000 07:17:42 -0000
- Reply-To: joerg dot brunsmann at fernuni-hagen dot de
- Resent-Cc: java-prs at sourceware dot cygnus dot com, green at cygnus dot com
- Resent-Reply-To: java-gnats@sourceware.cygnus.com, joerg.brunsmann@fernuni-hagen.de
>Number: 186
>Category: libgcj
>Synopsis: Solaris and Infinity
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: tromey
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Mar 28 23:20:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: joerg.brunsmann@fernuni-hagen.de
>Release: unknown-1.0
>Organization:
>Environment:
Sparc/Solaris 2.7
>Description:
In java.lang.Double you see:
public static final double NEGATIVE_INFINITY = -1.0d/0.0d;
public static final double POSITIVE_INFINITY = 1.0d/0.0d;
In the generated Double.h you see:
static const jdouble NEGATIVE_INFINITY = -Infinity;
static const jdouble POSITIVE_INFINITY = Infinity;
The compilation of libgcj stops because of the unknown
symbol 'Infinity' on Solaris. Only commenting out helps.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: