Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mark Round <mark(at)markround(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.
Date: 2004-09-24 14:42:18
Message-ID: 21594.1096036938@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Mark Round <mark(at)markround(dot)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

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Mark Round 2004-09-24 15:33:25 Re: PostgreSQL 8.0.0beta2 compile error with Sun CC.
Previous Message Mark Round 2004-09-24 13:23:48 PostgreSQL 8.0.0beta2 compile error with Sun CC.