libgccjit 11.3 on homebrew change .so
to .dylib
makes some breaking changes.
#3222
Unanswered
ccqpein
asked this question in
Everyday usage
Replies: 1 comment
-
What you are seeing is a consequence of upstream fixing a bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100613 (not marked as fixed, but it was in 11.3.0). The dylib extension is correct behaviour and you will see all macOS distributions of libgccjit use it from now on, Homebrew or not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just upgrade
libgccjit
this morning and one of my build scripts fails after that. Then I notice thelibgccjit.so
file in/usr/local/opt/libgccjit/lib/gcc/
changed tolibgccjit.0.dylib
.Is there a way I can build libgccjit through homebrew and also bring
.so
back?Beta Was this translation helpful? Give feedback.
All reactions