| From: | Michael Fuhr <mike(at)fuhr(dot)org> |
|---|---|
| To: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org> |
| Cc: | Brett Schwarz <brett_schwarz(at)yahoo(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pg_config --configure ... |
| Date: | 2005-06-09 04:08:13 |
| Message-ID: | 20050609040813.GA4180@winnie.fuhr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2005-06-09 04:12:44 | Re: Account in postgresql database |
| Previous Message | Tom Lane | 2005-06-09 03:58:20 | Re: [HACKERS] Should *.backup files ever be removed from pg_xlog? |