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

前端 未结 8 580
耶瑟儿~
耶瑟儿~ 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.

提交回复
热议问题