Managing the GCC compiler coming from a different OS package depending on the OS system #1774
Unanswered
alduboiseddyflow
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
How would you recommend managing GCC with Rez, knowing that:
1. I am on Linux
2. I have different Unix OS to deal with together
3. I am not planning on recompiling specific GCC version, and will try to keep the native version available with the different Unix OS (Centos, Ubuntu, Rocky, Debian,...)
After a careful look, I realize that the native GCC version of each of the systems I need GCC for is available, but also is usually part of a bigger native package that includes other things (valgrind, etc...)
So installing GCC separately from Rez and calling rez-bind seems to be the way to go.
But also I just saw rez-bind is getting deprecated soon.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions