Project

General

Profile

This project is closed and read-only.

Actions

Backport #5575

closed

ruby does not compile on Lion with Xcode 4.2

Backport #5575: ruby does not compile on Lion with Xcode 4.2

Added by matthew (Matthew Johnson) almost 15 years ago. Updated over 14 years ago.

Status:
Closed
Assignee:
-
[ruby-core:40761]

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

config.log (6.97 KB) config.log matthew (Matthew Johnson), 11/06/2011 04:56 AM

Related issues 1 (0 open1 closed)

Related to Ruby - Bug #5082: test_context_switch(TestMarshal) was failed on OS X 10.7 (Lion)Closedkosaki (Motohiro KOSAKI)Actions

Updated by drbrain (Eric Hodel) almost 15 years ago Actions #1 [ruby-core:40790]

=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 Actions #2 [ruby-core:41890]

  • Status changed from Open to Closed
Actions

Also available in: PDF Atom