libm binary compat still broken (diablo-jdk does not run)

David Schultz das at FreeBSD.ORG
Sun Jul 4 19:26:16 PDT 2004


On Wed, Jun 30, 2004, Kris Kennaway wrote:
> Looks like libm binary compatibility with 4.x was never quite fixed :-(
> [...]
> > ===>  Building for jzip.org-0.2.0
> > /usr/libexec/ld-elf.so.1: /lib/libm.so.2: Undefined symbol "__fpclassifyd"

Sigh.  Steve is right.  The library's major version number should
have been bumped long ago.  However, if this is the *only* thing
that's broken w.r.t. backwards binary compatibility, I think I can
fix it another way.  I'll see if I can make the isnan() macro
point to the isnan() function when given a double input, and the
isnanf() function when given a float input.


More information about the freebsd-current mailing list