Re: undefined symbol _isnan refered from text segment

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
Date: Monday, October 26, 1992 - 1:20 pm

mal11@po.CWRU.Edu (Matthew A. Lewis) writes:





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)