-
Notifications
You must be signed in to change notification settings - Fork 78
Problem with make:"ld: symbol(s) not found for architecture arm64" #504
Description
Dear developers,
I have problems installing CRPropa on my system
System Information: (Please fill out the following information)
- Operating system: macos sonoma 14.5
- Laptop
- Python version: Python 3.9.12
- Swig version: 4.2.1
- Cmake version: 3.23.2
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.