Re: pg_config --configure ...

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pg_config --configure ...
Дата
Msg-id 20050609040813.GA4180@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: pg_config --configure ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
On Thu, Jun 09, 2005 at 12:26:06AM -0300, Marc G. Fournier wrote:
> 
> pgsql74# ./configure `pg_config --configure | tr "'" " "`
> configure: WARNING: you should use --build, --host, --target
> configure: error: unrecognized option: -rpath=/usr/lib:/usr/local/lib
> Try `./configure --help' for more information.

Have you tried eval or xargs?

eval ./configure `pg_config --configure`
pg_config --configure | xargs ./configure

Both work for me in simple tests; I haven't given much thought to
what might make them fail, though....

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


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

Предыдущее
От: "Qingqing Zhou"
Дата:
Сообщение: Re: unsafe use of hash_search(... HASH_ENTER ...)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Account in postgresql database