Actions
Backport #6043
closedcompile error for 1.9.3-p125 on OS X 10.7.3 with Xcode 4.2.1, gcc not found
Status:
Closed
Assignee:
Description
Configure aborts due to not finding gcc, configure script looks for gcc-4.2 but there is only /usr/bin/gcc
/usr/bin/gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
For a successfule compile, param '--with-gcc=clang' needs to be specified:
rvm install ruby-1.9.3-p125 --with-gcc=clang
will successfully install ruby-1.9.3-p125
Actions
Like0
Like0Like0Like0