Hi, At Mon, 6 Dec 2004 00:12:42 +0900, Ville Mattila wrote in [ruby-talk:122592]: > >> I think it would be good idea that, Mkmf.rb could warn if it finds > >> that different compiler is used to build extensions. > > > > mkmf.rb just uses specified compiler, or how can it know what > > it should call? > > 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. -- Nobu Nakada