libgcj/186: Solaris and Infinity
joerg.brunsmann@fernuni-hagen.de
joerg.brunsmann@fernuni-hagen.de
Tue Mar 28 23:20:00 GMT 2000
>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:
More information about the Java-prs
mailing list