Re: PostgreSQL 8.0.0beta2 compile error with Sun CC. - Mailing list pgsql-ports

From Mark Round
Subject Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.
Date
Msg-id 41543E45.4010306@markround.com
Whole thread Raw
In response to Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-ports
>We heard about this before, but the previous complainant didn't answer
>the obvious followup question: which versions of Solaris will fail if we
>change it to ".section"?  Or more to the point, how can we #ifdef the
>code so that this works on all Solaris versions?
>
>
Hi,

If it is changed to ".section", any SunOS 4.1.x -based (pre-1992) system
will fail to compile it.

I am guessing here (not a programmer), but as the ".seg" pseudo-op was a
SunOS 4.1.x construct, you could probably check for a 5.x version of
SunOS, and in which case, set the lines to ".section". I am not sure
what the appropriate #ifdef lines should look like, but will try to find
out for you.

-Mark

pgsql-ports by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.