You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2015/05/11 14:26:39 UTC

svn commit: r1678741 - /incubator/singa/site/trunk/content/markdown/docs/installation.md

Author: wangsh
Date: Mon May 11 12:26:39 2015
New Revision: 1678741

URL: http://svn.apache.org/r1678741
Log:
FAQ added in installation page

Modified:
    incubator/singa/site/trunk/content/markdown/docs/installation.md

Modified: incubator/singa/site/trunk/content/markdown/docs/installation.md
URL: http://svn.apache.org/viewvc/incubator/singa/site/trunk/content/markdown/docs/installation.md?rev=1678741&r1=1678740&r2=1678741&view=diff
==============================================================================
--- incubator/singa/site/trunk/content/markdown/docs/installation.md (original)
+++ incubator/singa/site/trunk/content/markdown/docs/installation.md Mon May 11 12:26:39 2015
@@ -88,3 +88,16 @@ The installation commands of czmq can be
 After the execution, czmq will be installed in /usr/local while zeromq is installed in /usr/local/zeromq.
 
 ### FAQ
+
+Q1:While compiling Singa and installing glog on max OS X, I get fatal error "'ext/slist'  file not found"
+A1:You may install glog individually and try command :
+
+  $ make CFLAGS='-stdlib=libstdc++' CXXFLAGS='stdlib=libstdc++'
+#
+
+Q2:While compiling Singa, I get error "SSE2 instruction set not enabled"
+A2:You can try following command:
+    
+  $ make CFLAGS='-msse2' CXXFLAGS='-msse2'
+#
+