diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 10:43:16 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-21 10:43:16 +0200 |
commit | 4a4c35ecc8cedd1189220d0d1044cd2b35c108a2 (patch) | |
tree | abf76297b6d25cc57c65dcd365a34441972d7ea2 /README_d/README.macosx | |
parent | da3ac2919cb102b1af573bfa413ffbf85af722d9 (diff) | |
parent | f69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (diff) | |
download | egawk-4a4c35ecc8cedd1189220d0d1044cd2b35c108a2.tar.gz egawk-4a4c35ecc8cedd1189220d0d1044cd2b35c108a2.tar.bz2 egawk-4a4c35ecc8cedd1189220d0d1044cd2b35c108a2.zip |
Merge branch 'master' into feature/fix-comments
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 ============================ |