Jay Krell
Jay Krell
Btw, if mono switches to C++, fixing this will be marginally easier, as we'll already be using -xc++. Then the proposed fix is either to rename *.cpp to *.c, or...
Please see if https://github.com/jaykrell/mono/commit/d601cc8767e9c276e8b0f9d8238a7a802ef6b3ef also fixes this. This is structured in a way that doesn't remove the LLVM support, but hides its C++-ness from automake, so that automake uses the...
There might be another way. https://www.gnu.org/software/automake/manual/html_node/How-the-Linker-is-Chosen.html I don't quite understand that but some experimentation might make it clear.
Please try one line https://github.com/mono/mono/pull/12091 instead.
Btw, I don't have your setup, so try either/both, and if the one liner does not work, there are other similar to try. Specifically: ``` libmonoboehm_2_0_la_LINK = $(LINK) libmonosgen_2_0_la_LINK =...
To be clear, we haven't confirmed "what changed?", it could very well be gcc/ld.
The crash reporting used to be quite useful, when it could in fact run gdb or lldb and print native stacks with symbols. I don't claim it is still so...
The Windows loader was refactored to use worker threads, for example. There is still need for serialization of DllMain -- somewhat like cctor. But path probing and mapping/reading of files...