On 30 Jun, "Josh Hurst" wrote: > 06-10-15 The remaining math functions from C99 were added for any system > that supports them. > Please compile the package with -std=gnu99 to get this math support
Are you sure that -std=gnu99 is necessary? There are definitely new math functions available with the new build without using this option. I think it is just finding the functions in libc and using them regardless of compiler support for C99. If you believe it is necessary, can you perhaps please name a specific math function so that I can verify that it makes a difference. Thanks Oliver -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

