Replies: 1 comment 1 reply
-
Hi, If you are in Matteo's group at TUD, you can also directly ask @NAnand-TUD or @EvertBunschoten |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to build from source the last official version of SU2 on my Mac M1 pro with OS Ventura.
The first step works (./meson.py build), while the ninja command (./ninja -C build install) gives me the error attached in the err.txt file.
in particular the compilations seems to fail at this point:
"ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed."
Did someone ever had the same problem and knows how to solve it? (I have every compiler in place (gcc, g++, clang, mpicc, etc..)).
Thank you
err.txt
Beta Was this translation helpful? Give feedback.
All reactions