Get started guide: Suggest users to append the parent directory of cloog

libraries to LD_LIBRARY_PATH.

llvm-svn: 153734
This commit is contained in:
Hongbin Zheng 2012-03-30 08:18:19 +00:00
parent 87590e60c0
commit 3ab0434bb7
1 changed files with 8 additions and 1 deletions

View File

@ -135,10 +135,17 @@ make
<h3> Test Polly</h3>
To check if Polly works correctly you can run <em>make polly-test</em> for the
<p>To check if Polly works correctly you can run <em>make polly-test</em> for the
cmake build or <em>make polly-test -C tools/polly/test/</em> for the autoconf
build.
<p>If you get something like <em>"... libisl.so.9: cannot open shared object file .."</em>,
it is because you installed cloog to a non-standard path, and libisl/libcloog
could not be found. To solve this issue, you need to append the path of parent
directory of libisl/libcloog, i.e. ${CLOOG_INSTALL}/lib, to LD_LIBRARY_PATH by:
<pre>export LD_LBIRARY_PATH=$LD_LIBRARY_PATH;${CLOOG_INSTALL}/lib</pre>
<h2> Optional Features </h2>
<h3> Pocc </h3>