Replies: 3 comments 9 replies
-
|
You don't have a local C compiler? Have you tried installing one? |
Beta Was this translation helpful? Give feedback.
-
|
This should be made clear by Homebrew/brew#22925. |
Beta Was this translation helpful? Give feedback.
-
|
The answer here is technically a bit more nuanced. If you are installing both glibc and gcc then you don't actually need a system compiler. It will use the If you are on a system where you need Homebrew GCC but cannot install You can also use Homebrew without using GCC at all. So Homebrew doesn't need any of this if you never install GCC or anything that depends on it. Obviously this may be limiting depending on your circumstances. Homebrew GCC is only a hard requirement for everything if your libstdc++ is older than 6.0.33 (at the time of writing). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew configOutput of
brew doctorDescription of issue
While updating dependencies
gccfailed to install.There is no
ccorgccavailable after the install, andbrew doctoralso complains about that.Warning: No developer tools installed. Install Clang or run `brew install gcc`.Running
brew postinstall gcc --debug --verbosegives this trace.So what is going on here?
Beta Was this translation helpful? Give feedback.
All reactions