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

From Benjamin Reed
Subject Re: BUG #1584: undefined symbol _tas
Date
Msg-id 4259DAD5.1060604@befunk.com
Whole thread Raw
In response to Re: BUG #1584: undefined symbol _tas  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #1584: undefined symbol _tas
List pgsql-bugs
Tom Lane wrote:

> 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.

Yeah, I got that far, but was having trouble backporting the 7.4 bits to
7.3.

The package really only exists for people with pre-existing installs; we
have packages for 7.4 and 8.0 as well.

The strange thing is, it *seems* like both __ppc__ and __powerpc__ are
defined, and __APPLE__ is definitely defined.

I'm having a really hard time narrowing down what's missing.

pgsql-bugs by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: BUG #1582: boolean DEFAULT TRUE results in FALSE for NULL values
Next
From: Tom Lane
Date:
Subject: Re: BUG #1584: undefined symbol _tas