/usr/local
?
$ ./configure $ make $ make check # run test programs # make install
/usr/local
?
$ ./configure --prefix=<installation directory> $ make # make installThe following commands *do not* work:
$ ./configure $ make # make install prefix=<installation directory> # DOES NOT WORK
libcilk.so
not being found, then Cilk does not know how to
hardcode the path to the Cilk shared library into Cilk programs. Try
one of the following suggestions:
LD_LIBRARY_PATH
to <cilk-dir>/runtime/.libs
, where <cilk-dir>
is the top-level Cilk-5.3 directory.
/usr
or /usr/local
.
$ ./configure --disable-shared
Bradley C. Kuszmaul / bradley@mit.edu - 27 January 2013