From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Ron Harter" <rharte(at)pobox(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, pgsql-ports(at)postgresql(dot)org |
Subject: | Re: [PORTS] Problem compiling on HP/Compaq Tru64 UNIX |
Date: | 2002-10-21 14:03:13 |
Message-ID: | 16860.1035208993@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-ports |
"Ron Harter" <rharter(at)pobox(dot)com> writes:
> We are trying to compile and install postgresql on Tru64 UNIX. We get some
> errors during the build saying NAN not defined.
AFAICS, all uses of NAN in the PG code are preceded by something like
#ifndef NAN
#define NAN (0.0/0.0)
#endif
... which might or might not be the right thing for your platform, but
it certainly shouldn't yield an "undefined name" kind of error.
Could you be more specific about what error you're getting?
And where?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Mike Beachy | 2002-10-21 14:07:12 | Re: referential integrity violation |
Previous Message | Ian Harding | 2002-10-21 13:58:18 | Re: select into without creating new table |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-21 14:17:11 | Re: 723 failed to compile [FreeBSD-4.7-STABLE] |
Previous Message | Adam Manock | 2002-10-19 16:05:19 | rebuilding 7.2.3 srpm on RedHat 8.0 |