SCO 5.0.4 Compilation

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: SCO 5.0.4 Compilation
Date: 2003-01-10 21:41:46
Message-ID: 20030110214146.B8C91103D6@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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>

Disclaimer: I do not claim that this is the correct way to deal with this
issue - I just needed the make to complete so I could get some clients and
libraries for SCO. My server, running on RedHat 8, compiles just fine and
does not produce this error.

Cheers,
Steve

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Luc Lachance 2003-01-10 21:48:49 Re: Calculating Differences Between Dates - Problem
Previous Message Simon Mitchell 2003-01-10 21:17:23 Re: Calculating Differences Between Dates - Problem