Hello,

what you have committed as [dfdf0c0] (PROBLEMS: Mention MacOS
X 10.6 issues., 2014-09-04) is not correct.  It is just that one
should ensure that CXX is not set to the default (developer-tools)
`clang', but to the also default g++-4.2.
Sorry,

--steffen
diff --git a/PROBLEMS b/PROBLEMS
index e54876f..f1efbd8 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -959,13 +959,9 @@ as usual.
 
 ----------------------------------------------------------------------
 
-* Configuration on MacOS X 10.6 doesn't succeed.
+* Configuration on MacOS X 10.6 doesn't succeed.  Use
 
-Configuration fails with the native clang compiler (`Apple clang
-version 1.7 (tags/Apple/clang-77) (based on LLVM 2.9svn)'), as shipped
-with developer-tools.  It works successfully with newer compilers,
-e.g., clang version 3.4 (from MacPorts) and gcc (MacPorts gcc48
-4.8.2_0) 4.8.2.
+  ./configure CXX=g++-4.2
 
 ##### Emacs settings
 Local Variables:

Reply via email to