We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, I am struggling to install oneTBB via conan. I get the following linker errors
[ 41%] Linking C shared library ../../clang_15.0_cxx17_64_release/libtbbmalloc.dylib ld: unknown options: -z -z clang-15: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [clang_15.0_cxx17_64_release/libtbbmalloc.2.10.dylib] Error 1 make[1]: *** [src/tbbmalloc/CMakeFiles/tbbmalloc.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs....
and
[ 92%] Linking CXX shared library ../../clang_15.0_cxx17_64_release/libtbb.dylib ld: unknown options: -z -z clang-15: error: linker command failed with exit code 1 (use -v to see invocation) make[2]: *** [clang_15.0_cxx17_64_release/libtbb.12.10.dylib] Error 1 make[1]: *** [src/tbb/CMakeFiles/tbb.dir/all] Error 2
I am using onetbb/2021.10.0 on osx. Any clue?
The text was updated successfully, but these errors were encountered:
This is a known bug in CMake files which is fixed by #1150. You can either switch to oneTBB 2021.11 for build or apply the fix locally.
Sorry, something went wrong.
Thanks @isaevil 2021.11 is not available afaik in conan. I'll look into the fix.
@andrea-cassioli-maersk closing the issue then. Please reopen if you'll have other questions/errors related to this.
No branches or pull requests
Hey,
I am struggling to install oneTBB via conan. I get the following linker errors
and
I am using onetbb/2021.10.0 on osx. Any clue?
The text was updated successfully, but these errors were encountered: