Avoid dylib from linkage fixing #274
Unanswered
daviderestivo
asked this question in
Tap maintenance and brew development
Replies: 1 comment 4 replies
-
I think the best way forward is to report this bug to homebrew/brew so it can be fixed instead of turning it off. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm currently maintaining a brew formula for GNU/Emacs. Since some time a new branch of Emacs is being develped allowing LISP code compilation into native code (dylib). More details here: http://akrl.sdf.org/gccemacs.html
I'm trying to modify my formula in order to support this new feature (native-comp branch) of GNU/Emacs HEAD. The installation is successful but it seems that after the "install" phase homebrew changes the DYLIB ID of the native compiled Elisp code breaking someway those libraries:
I would like to know if there is a way to avoid this behaviour.
Thanks in advance and regards,
Davide
Beta Was this translation helpful? Give feedback.
All reactions