This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc-4.1.2 configuration failed
- From: Brian Dessent <brian at dessent dot net>
- To: sagrav at racsa dot co dot cr
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 05 Mar 2007 19:00:37 -0800
- Subject: Re: gcc-4.1.2 configuration failed
- References: <1173148628.7617.4.camel@makumba>
- Reply-to: gcc-help at gcc dot gnu dot org
Gordiano Brunati wrote:
> configure:2284:17: error: gmp.h: No such file or directory
It looks like you don't have the headers installed. They are usually in
a separate package (with -dev or -devel in the name) because they are
only needed by developers (i.e. linking against the library), not for
regular users that are just running binaries that use the library. So
you need to double check that you got the right package.
Brian