From: James Edward Gray II Date: 2005-11-29T12:24:47+09:00 Subject: Re: Ruby/Tk and MacOS X framework On Nov 28, 2005, at 9:18 PM, Hidetoshi NAGAI wrote: > Hi, > > I want to ask one question to MacOS X users. > > When --with-tcltk-framework configure option is given, > current (1.8.4 and 1.9) 'ext/tk/extconf.rb' searches > Tcl.framework and Tk.framework from "/Library/Frameworks" > at first, and next searchs from "/System/Library/Frameworks". > > My question is "Is the order proper? Or should it be in reverse?". > I need comments from MacOS X users. /System/... is the location of Apple's version, on the latest OS (Tiger). User's could install in /Library/... or even ~/Library/..., so I think your order is probably okay. James Edward Gray II