RSS/Atom feed Twitter
Site is read-only, email is disabled

Use of powf on UNIX systems without support in -lm

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Use of powf on UNIX systems without support in -lm Albert Chin 29 Nov 17:28
Albert Chin
2009-11-29 17:28:15 UTC (almost 15 years ago)

Use of powf on UNIX systems without support in -lm

The #define of powf() doesn't work on UNIX systems that don't support powf() in -lm, like Solaris 2.6 and 7. So, I modified autoconf to detect powf and modified #ifdef _MSC_VER to substitute the #define powf on systems that don't support it. Patch attached.