From: Ville Mattila Date: 2004-12-06T01:42:38+09:00 Subject: Re: mkmf problems >> What I meant that mkmf could warn, if the current compiler differs with >> rbconfig['CC'] compiler. > > > Config::CONFIG['CC'] in rbconfig.rb is the current compiler. > There is nothing else. > Oops, I just read the Guy's example again. You are right. Sorry about the confusion. How about adding RUBY_CC that tells the complier that was used to compiler ruby binary? - Ville