Hello. When I call expf function and link the program with libm, I get "undefined reference" error. Calling __ieee754_expf is OK. I use libm from mspgcc-030306.exe. I tested some other functions from math.h.
These functions generate the same error (the others not):
sinhf
expf
logf
log10f
powf
sqrtf
fmodf
rxf
acoshf
atanhf
remainderf
gammaf
gammaf_r
lgammaf
lgammaf_r
y0f
y1f
ynf
j0f
j1f
jnf
hypotf
cabsf
dremf
Am I doing something wrong?
Regards,
Petr
