Re: pg_config --configure ... - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: pg_config --configure ...
Date
Msg-id 20050609040813.GA4180@winnie.fuhr.org
Whole thread Raw
In response to Re: pg_config --configure ...  ("Marc G. Fournier" <scrappy@postgresql.org>)
List 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 by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: unsafe use of hash_search(... HASH_ENTER ...)
Next
From: Josh Berkus
Date:
Subject: Re: Account in postgresql database