-
-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
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
HPX 1.10 Failed Linking CXX executable for arm64-osx #6501
Comments
Frankly I wouldn't know what causes this. It looks like hwloc can't find one of its dependencies. Would you have any ideas what this could be caused by? |
Unfortunately, I don't. I've tried losing all extra dependencies and build on the basic example (updated the issue description). It still fails with the same error. |
Hi @AndreyKulikov2022, Can you please share the CMakeCache.txt from the build directory. |
Content of `CMakeCache.txt`# This is the CMakeCache file. # For build in directory: $HOME/CLionProjects/my_hpx/cmake-build-debug # It was generated by CMake: /Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. |
@hkaiser @srinivasyadav18 I think the issue is in the way libhwloc is compiled. CFCopyTypeIDDescription and other The reason why I think this is because when you try to run a simple main.c:
clang version:
if i run
to compile it properly i have to execute |
Expected Behavior
CMakeLists.txt:
main.cpp:
Expecting it to write "Hello, World!"
Actual Behavior
Linking CXX executable my_hpx
FAILED:
Steps to Reproduce the Problem
Applications/CLion.app/Contents/bin/cmake/mac/bin/cmake --build /Users/andreykulikov/CLionProjects/my_hpx/cmake-build-debug --target my_hpx -j 10
Specifications
The text was updated successfully, but these errors were encountered: