Skip to content

Should gcc be required on Fedora Silverblue? #5627

Answered by Bo98
osalbahr asked this question in Linux
Discussion options

You must be logged in to vote

Short answer is that it should probably be broken down better but it currently doesn't because (a) nobody has worked on it and (b) we don't have separate subpackages anyway - just a single gcc formula.

Homebrew could depend on any of the following depending on the formula (with the whatever corresponding minimum versions roughly align with GCC 11):

  • libgcc_s
  • libstdc++
  • libgomp
  • libquadmath
  • GCC compiler itself (e.g. if you installed ruby and ran gem install on a native gem)

(+ any glibc library or anything from lib6c-dev/glibc-devel or equivalent)

Because the compiler itself usually covers all of it, we checked for that for simplicity. I agree that this should be broken down better - it jus…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@osalbahr
Comment options

Answer selected by osalbahr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Linux
Labels
None yet
2 participants