Hello Managers ,
I was compiling postgres 7.3.3 on my XP1000 with
Compaq C V6.5-207 (dtk) on Compaq Tru64 UNIX V5.1A (Rev. 1885) .
Now I have come across a similar error that someone on the list had
it is something like this
gmake[3]: Entering directory `.....
cc -std -O4 -Olimit 2000 -I../../../../src/include -I/usr/local/include
-c -o datum.o datum.c
cc -std -O4 -Olimit 2000 -I../../../../src/include -I/usr/local/include
-c -o float.o float.c
cc: Error: float.c, line 202: In this statement, the libraries on this
platform do not yet support compile-time evaluation of the constant
expression "0.0/0.0". (constfoldns)
val = NAN;
------------------------------^
cc: Error: float.c, line 263: In this statement, the libraries on this
platform do not yet support compile-time evaluation of the constant
expression "0.0/0.0". (constfoldns)
val = NAN;
------------------------------^
Could anyone suggest a way out .
Thanks in advance
yogesh
Received on Thu Jul 24 2003 - 17:16:12 NZST