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

From Marc G. Fournier
Subject Re: pg_config --configure ...
Date
Msg-id 20050609002526.S34152@ganymede.hub.org
Whole thread Raw
In response to Re: pg_config --configure ...  (Brett Schwarz <brett_schwarz@yahoo.com>)
Responses Re: pg_config --configure ...
Re: pg_config --configure ...
List pgsql-hackers
On Wed, 8 Jun 2005, Brett Schwarz wrote:

> I usually just look at config.log, and copy and
> paste...but I am guessing you are trying to automate
> this. Looks like pg_config adds '' around each option
> when specifying --configure (i.e. '--with-libraries'),
> at least on my system (Linux, PG803). You can try to
> get rid of the ''. This seems to work on my system:
>
> ./configure `pg_config --configure | tr "'" " "`
>
> I'm not a shell guru by any means, so there might be a
> better way...

Thought of that too, still blows up:

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.


----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org           Yahoo!: yscrappy              ICQ: 7615664


pgsql-hackers by date:

Previous
From: "Qingqing Zhou"
Date:
Subject: Re: adding new pages bulky way
Next
From: "Qingqing Zhou"
Date:
Subject: Re: unsafe use of hash_search(... HASH_ENTER ...)