From: "David Edelsohn" <dje....@gmail.com>
On Tue, Nov 10, 2009 at 1:16 AM, Kaveh R. GHAZI <gh...@caip.rutgers.edu>
wrote:
So IIUC, David is setting SHELL=/path/to/bash first, then running
configure, then getting an error. This happens because configure tests
that bash understands +=, but libtool is run with (presumably) /bin/sh
and
doesn't understand += right?
If so, then if one doesn't set SHELL (or CONFIG_SHELL?) on AIX,
everything
should work fine building MPC, right?
Basically, but using /bin/sh on AIX causes other problems.
David
Ok great, since Paolo fixed the libtool problem upstream I'll consider this
issue closed.
Could you please provide the testing details so we can note it in the MPC
platforms page? I.e. target triplet plus gcc/gmp/mpfr versions. Or just
confirm they are the same as the report you gave for the previous MPC
release noted here:
http://gcc.gnu.org/ml/gcc/2009-09/msg00203.html
Thanks,
--Kaveh