Re: 7.1.3 Compile fails on SCO OpenServer 5.0.6a - Mailing list pgsql-ports

From Tom Lane
Subject Re: 7.1.3 Compile fails on SCO OpenServer 5.0.6a
Date
Msg-id 6163.1003860078@sss.pgh.pa.us
Whole thread Raw
In response to 7.1.3 Compile fails on SCO OpenServer 5.0.6a  (Steve Burger <steve@customware.aust.com>)
List pgsql-ports
Steve Burger <steve@customware.aust.com> writes:
> In the mean time I'm working my way back through the available versions
> to see if this is something that broke in one of the newer releases.

According to the "supported platforms" list, we haven't had a port
report from anyone using OpenServer 5 since PG 6.5.  So I wouldn't be
too surprised if some small problems have snuck in for that platform.
Please send patches if you figure out what's needed.

As far as the NOFILE issue goes, current sources already do "#ifdef NOFILE"
in all cases, so 7.2 shouldn't have a problem there.  In the meantime
you could just provide a dummy definition "#define NOFILE 50" (or so).

Can't really help you with the compiler-related problems.  You did read
doc/FAQ_SCO I hope --- maybe the people mentioned in it can help.

            regards, tom lane

pgsql-ports by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: 7.1.3 Compile fails on SCO OpenServer 5.0.6a
Next
From: Peter Eisentraut
Date:
Subject: Re: RE- Compile 7.1.3 on SCO OpenServer 5.0.6a