I'm trying to compile a program which uses the remainder(), the nextafter()
and the ilogb() library routines. These routines are not present on the
system I'm using (linux, gcc 2.5.8).
Is it possible to install another libm.a which includes these routines?
Any help is appreciated.