gccを下記からインストール
https://github.com/kennethreitz/osx-gcc-installer/downloads
.zshrc
export PATH=$HOME/.rbenv/bin:$PATH
eval "$(rbenv init - zsh)"
export CC=/usr/bin/gcc-4.2
Go to list of users who liked
More than 5 years have passed since last update.
gccを下記からインストール
https://github.com/kennethreitz/osx-gcc-installer/downloads
export PATH=$HOME/.rbenv/bin:$PATH
eval "$(rbenv init - zsh)"
export CC=/usr/bin/gcc-4.2
Register as a new user and use Qiita more conveniently
Go to list of users who liked