From: Motohiro KOSAKI Date: 2011-11-19T02:07:32+09:00 Subject: [ruby-core:41137] [ruby-trunk - Bug #5541][Open] Better configure error message when llvm-gcc is the default compiler Issue #5541 has been updated by Motohiro KOSAKI. Status changed from Closed to Open Assignee changed from Ryan Davis to Eric Hodel > Ryan committed r33780. No. this is different patch. Eric patch is far better. Maybe the best message is, llvm-gcc is not further supported by ruby. Use gcc or clang (eg. CC=clang) ---------------------------------------- Bug #5541: Better configure error message when llvm-gcc is the default compiler http://redmine.ruby-lang.org/issues/5541 Author: Eric Hodel Status: Open Priority: Normal Assignee: Eric Hodel Category: build Target version: ruby -v: - The error message ./configure gives when llvm-gcc is the default compiler is not very helpful. This patch gives a better message. -- http://redmine.ruby-lang.org