Replies: 1 comment 2 replies
-
what dependency collision are you seeing? Julia already statically links almost all of it's dependencies |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to build Julia (v1.9.4) for a RHEL8 system but I have dependency collision between Julia’s dependencies and other packages due to version differences. As a result, decided to build Julia as a standalone (staticly linked) binary using the full source tarball.
Has anyone tried this before?
Is there an easy way to do this (like setting a flag or something) or do I have to dig into the makefiles (I am not familiar with the details on building Julia, I just have some experience trying to build it as is)?
Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions