Re: getting a list of users

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Eric Smith <eric_h_smith(at)mac(dot)com>
Cc: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: getting a list of users
Date: 2009-05-10 01:37:20
Message-ID: 5710.1241919440@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Eric Smith <eric_h_smith(at)mac(dot)com> writes:
> You bet... here you go.

Hmm, I see you are trying to build universal binaries:
> CFLAGS=-arch i386 -arch ppc ...

That isn't exactly a trivial thing to do, because the pg_config.h data
differs for the two arches. It will *not* work to just run a basic
configure and build with CFLAGS set like that. (If you troll the
pgsql-archives archives for "universal binary" you can probably
find some discussions of what's needed to make it work. I seem to
recall that we simplified it in the last year or so, but that was
very possibly post-8.3.)

I'm not immediately sure that the symptom you mention would be the most
obvious failure, but I'm suspicious. Did you take measures to try to
make the universal build actually work, or did you just build with
these switches? Which arch are you actually building and/or
running on?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-05-10 02:07:11 Re: getting a list of users
Previous Message Eric Smith 2009-05-10 01:15:37 Re: getting a list of users