Re: BUG #1584: undefined symbol _tas

From: Benjamin Reed <ranger(at)befunk(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1584: undefined symbol _tas
Date: 2005-04-11 02:03:01
Message-ID: 4259DAD5.1060604@befunk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruno Wolff III 2005-04-11 02:24:29 Re: BUG #1582: boolean DEFAULT TRUE results in FALSE for NULL values
Previous Message Bruce Momjian 2005-04-11 00:59:28 Re: BUG #1580: pg_dumpall aborts when cwd is unreadable