Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 365599

Summary: dev-libs/ppl-0.11.2 fails to configure with gcc-4.6
Product: Gentoo Linux Reporter: Markus Walter <gentoo>
Component: [OLD] LibraryAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log
emerge --info

Description Markus Walter 2011-05-01 17:22:54 UTC
Created attachment 271769 [details]
build log

When trying to compile ppl with gcc 4.6.0 the following configuring error occurs. It occours both with gmp-4.3.2 and gmp-5.0.1.

If I switch gcc-profile to 4.5.2 gmp is detected correctly and the merge is successful.

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.
Comment 1 Markus Walter 2011-05-01 17:23:14 UTC
Created attachment 271771 [details]
emerge --info
Comment 2 Markus Walter 2011-05-03 08:44:47 UTC
Strange, today it's working fine, but yesterday this was reproducible (I even double-checked).