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

From Tom Lane
Subject Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.
Date
Msg-id 21594.1096036938@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 8.0.0beta2 compile error with Sun CC.  (Mark Round <mark@markround.com>)
Responses Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.  (Mark Round <mark@markround.com>)
List pgsql-ports
Mark Round <mark@markround.com> writes:
> Compilation fails with the error that ".seg" is no a recognised opcode.
> The error is in src/backend/storage/lmgr/s_lock.c , lines 228 and 229.

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?

            regards, tom lane

pgsql-ports by date:

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