This project is closed and read-only.
Actions
Backport #5575
closedruby does not compile on Lion with Xcode 4.2
Backport #5575:
ruby 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 15 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) over 14 years ago
- Status changed from Open to Closed
Actions