------- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-29 02:13 ------- > /* strtold is declared in <stdlib.h> only for C99. */ > extern long double strtold (const char *, char **); > #define STR_TO_BFP strtold
Well use -std=gnu99 then. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30013