This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Error building libgcj on HP 10.20
- To: Jeff Sturm <jsturm at sigma6 dot com>
- Subject: Re: Error building libgcj on HP 10.20
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Mon, 10 Jan 2000 11:41:17 -0800 (PST)
- Cc: David Scott Urban <urban at ast dot lmco dot com>, java-discuss at sourceware dot cygnus dot com
- References: <200001101633.JAA27777@spica.ast.lmco.com><387A3C55.865E8CFD@sigma6.com>
>>>>> "Jeff" == Jeff Sturm <jsturm@sigma6.com> writes:
Jeff> - return (jdouble)::pow((jdouble)y, (jdouble)x);
Jeff> + return (jdouble)::pow((double)y, (double)x);
There were a few of these in natMath.cc.
I'll be sending and committing a patch soon.
Thanks,
Tom