clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

Library not found for -liomp5 on Xcode 7.0.1 osx el Capitan #78

Open tahamr83 opened 8 years ago

tahamr83 commented 8 years ago

Followed the instructions of this link https://clang-omp.github.io/#contact . Also created a symlink $sudo ln -s /usr/local/bin/clang-omp++ /usr/local/bin/clang++-omp But still i get an error and the code does not compile

"ld: library not found for -liomp5 clang-3.5: error: linker command failed with exit code 1 (use -v to see invocation) Command /usr/local/bin/clang++-omp failed with exit code 1"