Re: SCO 5.0.4 Compilation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: SCO 5.0.4 Compilation
Date: 2003-01-10 23:52:11
Message-ID: 24755.1042242731@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Crawford <scrawford(at)pinpointresearch(dot)com> writes:
> In case this is of use to others attempting to compile 7.3.1 on SCO 5.0.4:
> My make fails with:
> error: undefined symbol: INT_MAX
> in the file pg_backup_tar.c

> My workaround is to add the following line to that file:
> #include <limits.h>

Good catch. The code appears to need that only when INT64_IS_BUSTED
is set. I guess 7.3 hasn't yet been tested on machines without int64
support. Did you find any other problems?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Benoit 2003-01-11 00:29:23 Planner making poor choices?
Previous Message Gregory Seidman 2003-01-10 22:40:12 Rules triggered by rules