You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the installation instruction online. However, I can not set up gcc correctly with Homebrew. Would you point out what is wrong? Thank you.
System information:
MacOS. Version 12.2.1 (21D62)
Homebrew 3.3.16
Error:
When I use homebrew to install gcc with the command:
% brew install gcc --without-multilib
the output is abnormal:
Usage: brew install [options] formula|cask [...]
Install a formula or cask. Additional options specific to a formula may be
appended to the command.
Unless HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set, brew upgrade or brew
reinstall will be run for outdated dependents and dependents with broken
linkage, respectively.
Unless HOMEBREW_NO_INSTALL_CLEANUP is set, brew cleanup will then be run for
the installed formulae or, every 30 days, for all formulae.
Unless HOMEBREW_NO_INSTALL_UPGRADE is set, brew install formula will
upgrade formula if it is already installed but outdated.
The text was updated successfully, but these errors were encountered:
Hi,
I am following the installation instruction online. However, I can not set up gcc correctly with Homebrew. Would you point out what is wrong? Thank you.
System information:
MacOS. Version 12.2.1 (21D62)
Homebrew 3.3.16
Error:
When I use homebrew to install gcc with the command:
% brew install gcc --without-multilib
the output is abnormal:
Usage: brew install [options] formula|cask [...]
Install a formula or cask. Additional options specific to a formula may be
appended to the command.
Unless HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set, brew upgrade or brew
reinstall will be run for outdated dependents and dependents with broken
linkage, respectively.
Unless HOMEBREW_NO_INSTALL_CLEANUP is set, brew cleanup will then be run for
the installed formulae or, every 30 days, for all formulae.
Unless HOMEBREW_NO_INSTALL_UPGRADE is set, brew install formula will
upgrade formula if it is already installed but outdated.
The text was updated successfully, but these errors were encountered: