This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gmp.h


On 2009-01-15 17:03:37 -0500, Franklyn Simon wrote:
> I uncompressed gmp-4.2.4 and mpfr-2.3.2 in /opt/gcc4.3.2 directory and 
> made symbol link: gmp and mpfr to point to them.  I also use the  
> with-gmp and with-mpfr to configure as the same time with gcc-4.3.2 but 
> I get the error message: checking for correct version of gmp.h no.  My  
> question is here is the header file (gmp.h).  Is this my problem not 
> having the gmp.h file?

This means that the gmp.h file can't be found by MPFR in the include
search path.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]