aboutsummaryrefslogtreecommitdiffstats
path: root/README_d/README.macosx
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-13 10:58:25 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-13 10:58:25 +0300
commitc94c41be952af8be29166fca886bbb11b3fe3330 (patch)
tree23ab404e69463100a8ec1f5d40a35f324f460b5c /README_d/README.macosx
parent10602a79c47b0bf6ef53b7308355ef2d4312003e (diff)
parent06a351f8774409db0d9c72ac4a51652f7c855c06 (diff)
downloadegawk-c94c41be952af8be29166fca886bbb11b3fe3330.tar.gz
egawk-c94c41be952af8be29166fca886bbb11b3fe3330.tar.bz2
egawk-c94c41be952af8be29166fca886bbb11b3fe3330.zip
Merge branch 'master' into feature/regex-type
Diffstat (limited to 'README_d/README.macosx')
-rw-r--r--README_d/README.macosx21
1 files changed, 21 insertions, 0 deletions
diff --git a/README_d/README.macosx b/README_d/README.macosx
new file mode 100644
index 00000000..92745bea
--- /dev/null
+++ b/README_d/README.macosx
@@ -0,0 +1,21 @@
+Mon Apr 13 09:49:40 IDT 2015
+============================
+
+I have reports of success on this compiler:
+
+$ gcc --version
+Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
+--with-gxx-include-dir=/usr/include/c++/4.2.1
+Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
+Target: x86_64-apple-darwin14.1.0
+Thread model: posix
+
+Thu Apr 9 10:39:26 IDT 2015
+============================
+
+There are reports of compilation issues on Mac OS X 10.10 (Yosemite).
+The only compiler reported to have produced a complete pass of
+"make check" is the MacPorts compiler, /opt/local/bin/clang-mp-3.5.
+
+Arnold Robbins
+arnold@skeeve.com