Re: getting a list of users

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: getting a list of users
Дата
Msg-id 5710.1241919440@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: getting a list of users  (Eric Smith <eric_h_smith@mac.com>)
Ответы Re: getting a list of users  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: getting a list of users  (Eric Smith <eric_h_smith@mac.com>)
Список pgsql-general
Eric Smith <eric_h_smith@mac.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

В списке pgsql-general по дате отправления:

Предыдущее
От: Eric Smith
Дата:
Сообщение: Re: getting a list of users
Следующее
От: Tom Lane
Дата:
Сообщение: Re: getting a list of users