> 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
_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe