Blame README_d/README.macosx

Packit 575503
Fri Feb 23 10:38:05 IST 2018
Packit 575503
============================
Packit 575503
Packit 575503
On PowerPC Macintosh, things are just weird.
Packit 575503
Packit 575503
* Using the stock compiler, you can't build gawk (c99 mode) against MPFR;
Packit 575503
there is an issue with duplicate inline functions from GMP.  By default,
Packit 575503
I have disabled this compilation.
Packit 575503
Packit 575503
* If you build GCC 4.2.4 and use that version of GCC, you can compile gawk
Packit 575503
with MPFR and the C99 settings.  But then the two readfile tests fail.
Packit 575503
The call to read(2) simply returns zero. I have no idea why.
Packit 575503
Packit 575503
Since nobody but me has one of these left, I'm not going to mess
Packit 575503
with it anymore right now.
Packit 575503
Packit 575503
Thu Jan 25 20:07:56 IST 2018
Packit 575503
============================
Packit 575503
Packit 575503
You may need to explicitly tell configure where to find the GNU gettext
Packit 575503
header file and library with --with-libintl-prefix=...'. Otherwise,
Packit 575503
the nlstringtest test will fail.
Packit 575503
Packit 575503
Mon Apr 13 09:49:40 IDT 2015
Packit 575503
============================
Packit 575503
Packit 575503
I have reports of success on this compiler:
Packit 575503
Packit 575503
$ gcc --version
Packit 575503
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
Packit 575503
--with-gxx-include-dir=/usr/include/c++/4.2.1
Packit 575503
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
Packit 575503
Target: x86_64-apple-darwin14.1.0
Packit 575503
Thread model: posix
Packit 575503
Packit 575503
Thu Apr  9 10:39:26 IDT 2015
Packit 575503
============================
Packit 575503
Packit 575503
There are reports of compilation issues on Mac OS X 10.10 (Yosemite).
Packit 575503
The only compiler reported to have produced a complete pass of
Packit 575503
"make check" is the MacPorts compiler, /opt/local/bin/clang-mp-3.5.
Packit 575503
Packit 575503
Arnold Robbins
Packit 575503
arnold@skeeve.com