On Nov 15, 2005, at 8:59 AM, nobu.nokada / softhome.net wrote: > Hi, > > At Wed, 16 Nov 2005 00:21:34 +0900, > Duane Johnson wrote in [ruby-talk:165892]: >> The file you mention is only four lines long: >> >> require 'mkmf' >> $preload = ["tcltklib"] >> ($INSTALLFILES||=[]) << ["lib/tkextlib/SUPPORT_STATUS", "$ >> (RUBYLIBDIR)", "lib"] >> create_makefile("tkutil") >> >> I don't see how it's compiling using a Framework... ? > > It's older ext/tkutil/extconf.rb. > > http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/tk/extconf.rb? > rev=1.12;content-type=text%2Fplain > AWESOME!! Thanks, Nobu Nakada. I'll go digest this for a while on my own :) Duane Johnson (canadaduane)