Your linker is failing to locate an ANSI library function.
#include <math.h>
int isnan (double x);
This should return 1 if x is not a valid IEEE number and zero
otherwise. I suggest you look through the source for the maths
library libm.a. I don't have linux running and so cannot help
further.
Gareth Lee.
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: undefined symbol _isnan refered from text segment, Gareth Lee, (Mon Oct 26, 1:20 pm)