Hello When compiling deal.ii on macos M1 with clang I get these messages while linking
[ 90%] Linking CXX shared library ../lib/libdeal_II.g.dylib ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame Compiling succeeds and examples seem to run, though I see those warnings there also [100%] Built target release Consolidate compiler generated dependencies of target step-3 [ 50%] Building CXX object CMakeFiles/step-3.dir/step-3.cc.o [100%] Linking CXX executable step-3 ld: warning: could not create compact unwind for ___emutls_get_address: registers 23 and 24 not saved contiguously in frame [100%] Built target step-3 But is this something we can ignore or needs to be fixed ? Thanks praveen -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/EB9A235B-3BCA-4D74-8F2A-488883A4EDA8%40gmx.net.
