[Bug bootstrap/40833] gcc configure problem with mpfr.h

2009-10-13 Thread david dot sagan at gmail dot com
--- Comment #6 from david dot sagan at gmail dot com 2009-10-14 04:40 --- (In reply to comment #5) > > checking for correct version of mpfr.h... no > > That is correct error since mpfr cannot be used as you configured gcc so it is > not the correct version :). > No. This is not corr

[Bug bootstrap/40833] gcc configure problem with mpfr.h

2009-10-13 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2009-10-14 04:14 --- > checking for correct version of mpfr.h... no That is correct error since mpfr cannot be used as you configured gcc so it is not the correct version :). -- pinskia at gcc dot gnu dot org changed: W

[Bug bootstrap/40833] gcc configure problem with mpfr.h

2009-07-23 Thread david dot sagan at gmail dot com
--- Comment #4 from david dot sagan at gmail dot com 2009-07-23 15:32 --- > It has nothing to do with the version number. Read the log file you > included in your original post. You'll find Thanks for the information. As I see it, the problem here is that the error message from confi

[Bug bootstrap/40833] gcc configure problem with mpfr.h

2009-07-23 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2009-07-23 14:55 --- (In reply to comment #2) > The commands show: > > lnx498:/nfs/acc/temp/dcs/gcc/gcc_tmp> find /usr -name gmp.h > /usr/include/gmp.h > find: /usr/share/ssl/CA: Permission denied > [1] + Done em

[Bug bootstrap/40833] gcc configure problem with mpfr.h

2009-07-23 Thread david dot sagan at gmail dot com
--- Comment #2 from david dot sagan at gmail dot com 2009-07-23 10:59 --- The commands show: lnx498:/nfs/acc/temp/dcs/gcc/gcc_tmp> find /usr -name gmp.h /usr/include/gmp.h find: /usr/share/ssl/CA: Permission denied [1] + Done emacs -g 100x80 ~/.chsrc lnx498:/n

[Bug bootstrap/40833] gcc configure problem with mpfr.h

2009-07-22 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2009-07-23 03:03 --- What do the following commands show find /usr -name gmp.h find /usr -name libgmp\* It appears that you built mpfr against a different version of gmp. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40833