This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: bug in gfortran : achard(34) is buggy



Hi Steve,


Quoting Steve Kargl <sgk@troutmask.apl.washington.edu>:
Tobi, what kind of problem are you having?  I've updated my
configure.in patch to specifically require gmp 4.1 (or newer)
and mpfr 2.2 (or newer).  I would like to get the requirement
of mpfr 2.2 into trunk so that I can use mpfr_atan2 and
mpfr_subnormalize.

I'm very much in favor of doing this. My problems seem to have to do with my local installation, not with any issues with the libraries themselves, presumably I'm getting the include file from one version and the library file from another version, or something of that kind. I'm in the middle of investigating what's the minimal thing that I need to do, but this takes time as it involves rebuilding from scratch a few times.


A random observation which you might want to take care of in your patch if you haven't already is that the error message if mpfr.h is not found says "MPFR enabled GMP required". This will of course not be a correct statement with the newer versions of the libraries.

- Tobi

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.



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