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

Re: [MiNT] Gcc 4.4.3 Linking problems, libmath testcase attached...



Am Mittwoch, den 26.05.2010, 10:14 +0200 schrieb Miro Kropacek
<miro.kropacek@gmail.com>:
>> This workaround seems to work:
>> #define ceilf(x) ceil(x)
> That means there's no float (single precision) version of this
> function in our math lib. Mentioned workaround is probably ok (ceil()
> returns double, i.e. bigger precision) but sure, it's annoying.

OK, that explains it all. Thanks for the info. 

greets,
ole