diff options
Diffstat (limited to 'README_d')
-rw-r--r-- | README_d/ChangeLog | 8 | ||||
-rw-r--r-- | README_d/README.macosx | 21 |
2 files changed, 29 insertions, 0 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 8c19cfdb..861891bd 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,11 @@ +2015-04-13 Arnold D. Robbins <arnold@skeeve.com> + + * README.macosx: Updated. + +2015-04-09 Arnold D. Robbins <arnold@skeeve.com> + + * README.macosx: New file. + 2014-08-12 Juergen Kahrs <jkahrs@users.sourceforge.net> * README.cmake: Moved file from top-level to here. 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 |