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] | |
On Sat, Apr 29, 2006 at 02:10:14PM -0400, Jack Howarth wrote: > What exactly is the final word on this thread? Reading through it > it seems folks are talking past each other. While the GCC maintainers > don't even want a dependency on gmp, we are now adding a second one > on mpfr. I don't have a particular opinion on this but rather can't > figure out what the final decision was. Thanks in advance for any > clarifications. There has been no decision because I needed to update gcc/doc/install.texi. You'll also notice that you can use gmp 4.1 or newer, so the broken behavior of darwin with gmp 4.2 shouldn't be a problem. Note my copyright assignment covers all of gcc, and I'm listed as a Fortran maintainer. I, however, believe that I do not have "write after approval" for this change. Someone else will need to do the commit. 2006-04-29 Steven G. Kargl <kargls@comcast.net> * configure.in: Require MPFR 2.2 or newer for gfortran. Raise the require on GMP to 4.1 * configure: Regenerated. * gcc/doc/install.texi: Document the new requirements. -- Steve
Attachment:
mpfr.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |