Hello all, When I compiling trio-printf, I got this error messages: sh-3.1$ tcc -g -I. -DDEBUG regression.o -L. -ltrio -o regression tcc: error: undefined symbol 'powl' tcc: error: undefined symbol 'strtof' tcc: error: undefined symbol 'log10l' tcc: error: undefined symbol 'floorl' tcc: error: undefined symbol 'fmodl' tcc: error: undefined symbol 'ceill' tcc: error: undefined symbol 'nan'
And I found that there is no long double math library in tinycc. Should we include one? Regards, Roy _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
