Homebrew libraries & CMake on MacOS Sonoma: ld does not find symbols despite correct specified architecture
Problem I am trying to port a C++ project from Linux to MacOs sonoma with the arm64 architecture. Configuring is done via CMAKE and the following toolchain GCC 14 from Homebrew HDF5 (installed via Homebrew) Boost program options (installed via Homebrew) The configuration and compilation step is finished correctly. However, when the project is supposed […]