-
Notifications
You must be signed in to change notification settings - Fork 69
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
Problem with make:"ld: symbol(s) not found for architecture arm64" #504
Comments
Hi, I've spent a lot of time trying to install crpropa either directly on my laptop or using a virtual python environment, and I have a very similar issue, something to do with the architecture (although not identical - please let me know if I should open a new issue). I am on MacOS Ventura 13.1, python 3.10.8 with numpy 1.26.4, swig 4.2.1, Cmake version: 3.30.4, Build Type: Release CRPropa version: 3.2.1-167-g61a6257e. I've got this error when doing make:
Thanks in advance for your advice. |
I managed to shut this error down by adding |
Dear developers,
I have problems installing CRPropa on my system
System Information: (Please fill out the following information)
Did you install CRPropa from git or download a release?
I installed version [3.2.1] from the releases.
Things that I tried before asking for help:
I read and followed the installation instructions at https://crpropa.github.io/CRPropa3/ . Before writing this request I also checked previous installation issues at https://github.com/CRPropa/CRPropa3/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Ainstallation+ . However, this did not work. I receive the following output after cmake and when I do make:
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I found someone had mentioned this before, but solved this problem without methods.
Thanks for your help again.
The text was updated successfully, but these errors were encountered: