ppl: configure: error: Cannot find GMP version 4.1.3 or higher.
Upgrading ppl 1.0_0 to 1.0_1 on my Tiger PPC machine fails as follows:
checking for the GMP library version 4.1.3 or above... no
configure: error: Cannot find GMP version 4.1.3 or higher.
GMP is the GNU Multi-Precision library:
see http://www.swox.com/gmp/ for more information.
When compiling the GMP library, do not forget to enable the C++ interface:
add --enable-cxx to the configuration options.
$ port installed gmp
The following ports are currently installed:
gmp @5.0.5_0 (active)
Change History (4)
Owner: |
changed from macports-tickets@… to ryandesign@…
|
Status: |
new →
assigned
|
Keywords: |
tiger leopard added
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
The config.log says:
The port deliberately blacklists gcc-4.0, leading MacPorts to try gcc-3.3 as an alternative; obviously this works even less well. The port should also blacklist gcc-3.3, and until MacPorts 2.2 is released, add apple-gcc-4.2 as a fallback.