This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Compile Error libgcj
- To: "java-discuss at sources dot redhat dot com" <java-discuss at sources dot redhat dot com>
- Subject: Compile Error libgcj
- From: Edgar Villanueva <edgarvil at home dot com>
- Date: Sun, 03 Dec 2000 23:23:27 -0500
- Reply-To: edgar at villanueva dot com
I have been following the list as of late and have followed most
instruction as to how to compile both gcc and glibc.
Here is the latest compile error I have run into:ly once for each
function it appears in.)
../../../libgcj/libjava/java/lang/natDouble.cc: In static member
function
`static java::lang::String*
java::lang::Double::toString(__java_double,
__java_boolean)':
../../../libgcj/libjava/java/lang/natDouble.cc:76: `fabs' undeclared
(first use
this function)
../../../libgcj/libjava/java/lang/natDouble.cc:76: (Each undeclared
identifier
is reported only once for each function it appears in.)
make[2]: *** [java/lang/natDouble.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-target-libjava] Error 2
I think I fixed it by replacing mprec.h with fdlibm.h.
#include "fdlibm.h"
//#include "mprec.h"