Build failure agains uClibc/ARM

Issue #123 new
Former user created an issue

uClibc/ARM doesn't have the long double variant of math functions. The attached patch adds a local definition in this case.

Comments (1)

  1. Pierre Joye

    Thanks for the patch!

    Looks good, except the features.h include, is it available on all platform? Linux, bsd and co? Windows not. I think a check in configure and cmake is required.

    I would also prefer to have the declaration in gd_intern.h, as it will avoid code duplication if this function is used in other places.

    I will be able to do it next week. Feel free to provide a PR before if you like to :)

  2. Log in to comment