diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-23 10:42:19 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-02-23 10:42:19 +0200 |
commit | 9b1151d32d047649e2a6a1f601aa8163ebe3e8e9 (patch) | |
tree | 67d211d32be1d34773ccb784d2a0eaee57d5f0fe /README_d/README.macosx | |
parent | f69ed9061421a142ddcb8ee1a2b8203c3e76fc11 (diff) | |
parent | 1fccd6a693c301926cb5153e06d1017326968894 (diff) | |
download | egawk-9b1151d32d047649e2a6a1f601aa8163ebe3e8e9.tar.gz egawk-9b1151d32d047649e2a6a1f601aa8163ebe3e8e9.tar.bz2 egawk-9b1151d32d047649e2a6a1f601aa8163ebe3e8e9.zip |
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'README_d/README.macosx')
-rw-r--r-- | README_d/README.macosx | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/README_d/README.macosx b/README_d/README.macosx index 008964e2..b46f0128 100644 --- a/README_d/README.macosx +++ b/README_d/README.macosx @@ -1,10 +1,18 @@ -Wed Feb 21 06:59:28 IST 2018 +Fri Feb 23 10:38:05 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. +On PowerPC Macintosh, things are just weird. + +* Using the stock compiler, you can't build gawk (c99 mode) against MPFR; +there is an issue with duplicate inline functions from GMP. By default, +I have disabled this compilation. + +* If you build GCC 4.2.4 and use that version of GCC, you can compile gawk +with MPFR and the C99 settings. But then the two readfile tests fail. +The call to read(2) simply returns zero. I have no idea why. + +Since nobody but me has one of these left, I'm not going to mess +with it anymore right now. Thu Jan 25 20:07:56 IST 2018 ============================ |