forked from OSchip/llvm-project
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:
parent
87590e60c0
commit
3ab0434bb7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue