diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 07:02:08 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 07:02:08 +0200 |
commit | c6242c988141367a8acb7db7171ff08afc521eec (patch) | |
tree | bb603cd07f2e3f124d1e72acb5265606774feeb8 /README_d/README.macosx | |
parent | a7db2037c7e6ccd7ea4a10e01f7455f79c4d6b67 (diff) | |
download | egawk-c6242c988141367a8acb7db7171ff08afc521eec.tar.gz egawk-c6242c988141367a8acb7db7171ff08afc521eec.tar.bz2 egawk-c6242c988141367a8acb7db7171ff08afc521eec.zip |
Restore MPFR compilation on PowerPC Macintosh.
Diffstat (limited to 'README_d/README.macosx')
-rw-r--r-- | README_d/README.macosx | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/README_d/README.macosx b/README_d/README.macosx index 11f10cb6..008964e2 100644 --- a/README_d/README.macosx +++ b/README_d/README.macosx @@ -1,3 +1,11 @@ +Wed Feb 21 06:59:28 IST 2018 +============================ + +On PowerPC Macintosh, if you build GCC 4.2.4 and use that version of GCC, +you can compile gawk with MPFR and the C99 settings. So I have restored +the MPFR check for that system. Right now the two readfile tests fail +on that system; I may not let that block the release of 4.2.1. + Thu Jan 25 20:07:56 IST 2018 ============================ @@ -5,15 +13,6 @@ You may need to explicitly tell configure where to find the GNU gettext header file and library with --with-libintl-prefix=...'. Otherwise, the nlstringtest test will fail. -Fri Dec 23 13:42:58 IST 2016 -============================ - -If anyone besides me still has a PowerPC Macintosh, it's no longer -possible to build gawk using MPFR. C99 and the last version of MPFR -that works on that platform don't get along, and I could not solve -the problem. So I simply disabled the MPFR check in configure.ac on -that platform. - Mon Apr 13 09:49:40 IDT 2015 ============================ |