Changes between Initial Version and Version 1 of Ticket #68586, comment 4
- Timestamp:
- Nov 1, 2023, 5:18:30 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68586, comment 4
initial v1 2 2 > (BTW, I have no PowerPC hardware nor has any been made by apple in a very long time. You can feel free to debug that if you like.) 3 3 4 I solved the first error (it is the same as with Dune, so borrowing a fix from there works), but the got __Unwind_Resumeundefined symbols. That often happens when C compiler is used to link a library instead of C++ one. However, I could not easily find where it is even set in Makefiles. Do you have an idea?4 I solved the first error (it is the same as with Dune, so borrowing a fix from there works), but the got `__Unwind_Resume` undefined symbols. That often happens when C compiler is used to link a library instead of C++ one. However, I could not easily find where it is even set in Makefiles. Do you have an idea? 5 5 6 6 P. S. For Sonoma, I will clean everything and try again. But I installed everything default there. Puzzling.