Actions
Backport #5575
closedruby does not compile on Lion with Xcode 4.2
Status:
Closed
Assignee:
-
Description
Apple removed gcc from Lion / Xcode 4.2. Now we have LLVM-gcc as the oldest compiler. Please update ruby so it can be compiled with the latest tools (Ideally LLVM 3.0).
Thanks!
Files
Updated by drbrain (Eric Hodel) almost 13 years ago
=begin
llvm-gcc is no longer supported by LLVM. You can either install gcc yourself or you can build ruby with clang:
CC=clang ./configure
make
…¶
See [ruby-core:40473]
=end
Updated by kosaki (Motohiro KOSAKI) almost 13 years ago
- Status changed from Open to Closed
Actions
Like0
Like0Like0