Amrey Krause

Results 3 comments of Amrey Krause

Thanks @ZedThree - that got me a little further. Now I'm getting lots of these errors (still target `check-unit-tests`): ``` [100%] Linking CXX executable serial_tests Undefined symbols for architecture x86_64:...

Is this what you're after? ``` [ 98%] Linking CXX static library lib/libbout++.a /usr/local/Cellar/cmake/3.21.2/bin/cmake -P CMakeFiles/bout++.dir/cmake_clean_target.cmake /usr/local/Cellar/cmake/3.21.2/bin/cmake -E cmake_link_script CMakeFiles/bout++.dir/link.txt --verbose=1 /usr/bin/ar qc lib/libbout++.a CMakeFiles/bout++.dir/src/bout++.cxx.o CMakeFiles/bout++.dir/src/bout++-time.cxx.o CMakeFiles/bout++.dir/src/field/field.cxx.o CMakeFiles/bout++.dir/src/field/field2d.cxx.o CMakeFiles/bout++.dir/src/field/field3d.cxx.o CMakeFiles/bout++.dir/src/field/field_data.cxx.o...

It prints the location of `/usr/local/Cellar/netcdf/4.8.0_2/lib/libnetcdf-cxx4.dylib` and then ``` nm: error: /usr/local/Cellar/netcdf/4.8.0_2/lib/libnetcdf-cxx4.dylib: File format has no dynamic symbol table. ```