tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] [win32] missing long double math library


From: Roy Tam
Subject: [Tinycc-devel] [win32] missing long double math library
Date: Wed, 7 Nov 2012 09:00:41 +0800

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]