> Unfortunately, the libm is not shipped with GCC. On any platform, some libc > and libm must be provided. Btw, this is not entirely true for C++ code, at least in your newer builds -- for example cmath header defines ceilf as alias to built-in ceilf function so no -lm is needed for m0n0's example code. -- MiKRO / Mystic Bytes http://mikro.atari.org