From: Jannis Harder Date: 2005-04-11T21:36:12+09:00 Subject: Re: OSX Tiger comes with Ruby 1.8.2! gabriele renzi wrote: > I'm not very much into OSX, but IIRC there are packages coming as > "frameworks". > It seem to me this was the case for python in the last release, is it > the same for ruby now ? Frameworks (.framework) are Mac OS X Shared Libraries (not .dynlib (same as .so on linux)) that can include Cocoa specific things like .nib files. (RubyCocoa comes as framework). Maybe python includes a cocoa binding that comes as a framework or the python lib is a framework. (it's possible to compile c libs as frameworks too (SDL for example)) Mac OS X Installer packages are .pkg or .mpkg -- Jannis Harder