| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Ron Harter <rharte(at)pobox(dot)com>, 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 15:47:35 |
| Message-ID: | 200210211547.g9LFlZr25363@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-ports |
Tom Lane wrote:
> "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?
And mention the PostgreSQL version.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-10-21 15:51:05 | Re: [GENERAL] Security implications of (plpgsql) functions |
| Previous Message | Josh Berkus | 2002-10-21 15:46:02 | Re: isAutoIncrement and Postgres |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-10-21 17:05:28 | Re: 723 failed to compile [FreeBSD-4.7-STABLE] |
| Previous Message | Tom Lane | 2002-10-21 14:17:11 | Re: 723 failed to compile [FreeBSD-4.7-STABLE] |