[kaffe] --enable-pure-java-math not working yet
Timothy Stack
stack at cs.utah.edu
Fri Jan 24 09:24:01 PST 2003
> Yeah, I've just seen it yesterday, too, and had a
> patch handy ;)
>
> thanks, I've checked in a fix, that does pretty much
> what you proposed.
Now it doesn't work the other way ;)... This line in configure.in:
MATH_LIB=$(top_builddir)/libraries/clib/math/libmath.la
needs to look like this:
MATH_LIB="\$(top_builddir)/libraries/clib/math/libmath.la"
Otherwise "top_builddir" doesn't resolve so MATH_LIB has a value of
/libraries/clib/math/libmath.la
> cheers,
> dalibor topic
thanks,
tim
More information about the kaffe
mailing list