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/ ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster