~vcs-imports/gawk/master

731.11.321 by Arnold D. Robbins
Restore PowerPC mac to not build MPFR.
1
Fri Feb 23 10:38:05 IST 2018
731.11.320 by Arnold D. Robbins
Restore MPFR compilation on PowerPC Macintosh.
2
============================
3
731.11.321 by Arnold D. Robbins
Restore PowerPC mac to not build MPFR.
4
On PowerPC Macintosh, things are just weird.
5
6
* Using the stock compiler, you can't build gawk (c99 mode) against MPFR;
7
there is an issue with duplicate inline functions from GMP.  By default,
8
I have disabled this compilation.
9
10
* If you build GCC 4.2.4 and use that version of GCC, you can compile gawk
11
with MPFR and the C99 settings.  But then the two readfile tests fail.
12
The call to read(2) simply returns zero. I have no idea why.
13
14
Since nobody but me has one of these left, I'm not going to mess
15
with it anymore right now.
731.11.320 by Arnold D. Robbins
Restore MPFR compilation on PowerPC Macintosh.
16
731.11.289 by Arnold D. Robbins
More doc updates.
17
Thu Jan 25 20:07:56 IST 2018
18
============================
19
20
You may need to explicitly tell configure where to find the GNU gettext
21
header file and library with --with-libintl-prefix=...'. Otherwise,
22
the nlstringtest test will fail.
23
408.13.131 by Arnold D. Robbins
Update in README_d/README.macosx.
24
Mon Apr 13 09:49:40 IDT 2015
25
============================
26
27
I have reports of success on this compiler:
28
29
$ gcc --version
30
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
31
--with-gxx-include-dir=/usr/include/c++/4.2.1
32
Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
33
Target: x86_64-apple-darwin14.1.0
34
Thread model: posix
35
408.13.127 by Arnold D. Robbins
Add README_d/README.macosx.
36
Thu Apr  9 10:39:26 IDT 2015
37
============================
38
39
There are reports of compilation issues on Mac OS X 10.10 (Yosemite).
40
The only compiler reported to have produced a complete pass of
41
"make check" is the MacPorts compiler, /opt/local/bin/clang-mp-3.5.
42
43
Arnold Robbins
44
arnold@skeeve.com