Re: BUG #1584: undefined symbol _tas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Benjamin Reed" <ranger(at)befunk(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1584: undefined symbol _tas
Date: 2005-04-10 21:28:38
Message-ID: 16131.1113168518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Benjamin Reed" <ranger(at)befunk(dot)com> writes:
> Something has changed between 10.3 and 10.4; my PostgreSQL 7.3.9 Fink
> package builds just fine on 10.3, but fails on 10.4 with:
> /usr/bin/ld: Undefined symbols:
> _tas

Perhaps Apple stopped defining __APPLE__ ? Or switched from
__ppc__ to __powerpc__ ? But in any case, updating to PG 7.4
or later should make the problem go away. If you really don't
want to move off 7.3, look in src/backend/storage/lmgr/s_lock.c.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2005-04-10 21:34:52 Re: BUG #1547: CREATE TYPE AS error
Previous Message Tom Lane 2005-04-10 21:18:14 Re: Unexpected behaviour of numeric datatype when mixed with, float4, domains and plpgsql variables