https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100613
Bug ID: 100613 Summary: libgccjit should produce dylib on macOS Product: gcc Version: 11.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: jit Assignee: dmalcolm at gcc dot gnu.org Reporter: wyuenho at gmail dot com Target Milestone: --- Created attachment 50818 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=50818&action=edit Make-lang.in patch to fix library ext on macOS Compiling GCC with the language jit currently does not produce the correct share library extension on macOS due to omission in Make-lang.in. The patch to correct this is provided. You can also find the patch in Macports at https://raw.githubusercontent.com/macports/macports-ports/master/lang/gcc11/files/patch-Make-lang.in.diff