H.J. Lu wrote:
All cilk-plus link tests failed with
xgcc: error: libcilkrts.spec: No such file or directory
Don't you need to add -B............/libcilkrts for this?
Hmm, I really wonder why it fails for you while it works for me:
Running
/home/tob/projects/gcc/gcc/testsuite/gcc.dg/cilk-plus/cilk-plus.exp ...
=== gcc Summary ===
# of expected passes 1934
Running
/home/tob/projects/gcc/gcc/testsuite/g++.dg/cilk-plus/cilk-plus.exp ...
=== g++ Summary ===
# of expected passes 1906
# of unsupported tests 37
I cross-checked: I have the installed version not in the $PATH or
$LD_LIBRARY_PATH. And your version is r208851, which has my spec file,
which I initially (r208851) missed:
http://gcc.gnu.org/ml/gcc-testresults/2014-03/msg01965.html
Tobias