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/06/24 16:33:03 UTC

[02/10] incubator-singa git commit: SINGA-22 redress Q&A3 and add -fPIC option when installing gflags

SINGA-22 redress Q&A3 and add -fPIC option when installing gflags


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/1c124e35
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/1c124e35
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/1c124e35

Branch: refs/heads/master
Commit: 1c124e358afded2be9e398b0000050ba4cc5d38e
Parents: 07596d9
Author: xiezl <xi...@comp.nus.edu.sg>
Authored: Tue Jun 23 15:08:41 2015 +0800
Committer: xiezl <xi...@comp.nus.edu.sg>
Committed: Tue Jun 23 15:08:41 2015 +0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/1c124e35/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d712a94..b8eab1f 100644
--- a/README.md
+++ b/README.md
@@ -118,7 +118,7 @@ A2:You can try following command:
 
 Q3:I get error "./configure --> cannot find blas_segmm() function" even I run "install.sh OpenBLAS".
 
-A3:Since OpenBLAS library is installed in /opt folder by default or /other/folder by your preference, you may edit your environment settings. For example, you can add its default installation directories to LIBRARY_PATH, just run:
+A3:Since OpenBLAS library is installed in /opt folder by default or /other/folder by your preference, you may edit your environment settings. You need add its default installation directories before linking, just run:
 
 	$ export LDFLAGS=-L/opt