OS X 10.9.2: checking whether the C compiler works… no

前端 未结 8 572
耶瑟儿~
耶瑟儿~ 2020-12-09 02:41

I\'m attempting to install texinfo 5.2, and I\'m running into some issues during ./configure, which I believe are related to the C compiler. When I upgraded fr

相关标签:
8条回答
  • 2020-12-09 03:18

    I can't really take credit for the answer, but the same things happened to me. I tried to get a ruby-1.9.3 ruby. RVM grabed gcc46 and told homebrew to install it. But then the rvm install command didn't like that. So brew uninstall gcc46 and then brew install apple-gcc42 worked like a charm.

    0 讨论(0)
  • 2020-12-09 03:18

    Similar problem while installing python3. My home brew was out dated. I simply update my home brew utility.

    0 讨论(0)
提交回复
热议问题