I just installed Ruby 1.9.3-p194 by running
rvm install 1.9.3 --with-gcc=clang
And it got installed with no problem.
Now when I want to install 1.9.3-p125 I get this error message:
rvm install 1.9.3-p125 --with-gcc=clang
Fetching yaml-0.1.4.tar.gz to /Users/foo/.rvm/archives
Extracting yaml-0.1.4.tar.gz to /Users/foo/.rvm/src
Configuring yaml in /Users/foo/.rvm/src/yaml-0.1.4.
Compiling yaml in /Users/foo/.rvm/src/yaml-0.1.4.
Installing yaml to /Users/foo/.rvm/usr
clang: error: unsupported option '--with-libyaml'
But the installation proceeds and 1.9.3-p125 gets installed in the end.
Any ideas why am I getting clang: error: unsupported option '--with-libyaml' and how can I avoid it?