Re: BUG #1584: undefined symbol _tas - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1584: undefined symbol _tas
Date
Msg-id 16131.1113168518@sss.pgh.pa.us
Whole thread Raw
In response to BUG #1584: undefined symbol _tas  ("Benjamin Reed" <ranger@befunk.com>)
Responses Re: BUG #1584: undefined symbol _tas
List pgsql-bugs
"Benjamin Reed" <ranger@befunk.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unexpected behaviour of numeric datatype when mixed with,float4, domains and plpgsql variables
Next
From: Michael Fuhr
Date:
Subject: Re: BUG #1547: CREATE TYPE AS error