When trying to build coreclr using the system version of libunwind, the build fails with the following error:
$ ./build.sh cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=TRUE...../../dlls/mscordac/libmscordaccore.so: undefined reference to `_OOP_find_proc_info'clang-9: error: linker command failed with exit code 1 (use -v to see invocation)gmake[2]: *** [src/debug/createdump/createdump] Error 1gmake[1]: *** [src/debug/createdump/CMakeFiles/createdump.dir/all] Error 2gmake[1]: *** Waiting for unfinished jobs....[100%] Built target mscordbigmake: *** [all] Error 2Failed to build CoreCLR component.
When trying to build coreclr using the system version of libunwind, the build fails with the following error: