Configuring fails on missing mpc.h on Mac OS 10.5.8
Janus Weil
janus@gcc.gnu.org
Thu Dec 17 14:37:00 GMT 2009
Hi Damian,
> I just did an svn update and also tried a fresh checkout, but both fail to
> configure because configure can't find mpc.h. Is this a new requirement? I
> never needed it before.
Yes, it is new, see http://gcc.gnu.org/ml/gcc/2009-11/msg00823.html.
> I'm on Mac OS 10.5.8. My configure line and the
> tail of the output are below. I installed mpc via macports, but it didn't
> seem to install mpc.h.
I think the 'mpc' that you find in macports is a different thing than
what GCC requires (namely some kind of audio tool). Try 'port info
mpc'. I have not been able to find mpc (the multi-precision library
for complex numbers) in the macports repo.
You should consider building mpc from source (available from
http://www.multiprecision.org/).
Cheers,
Janus
More information about the Fortran
mailing list