From: nobuyoshi nakada Date: 2005-11-15T18:49:28+09:00 Subject: Re: Has anyone written an extconf.rb that depends on a Mac OS Framework? Hi, At Tue, 15 Nov 2005 15:31:45 +0900, Duane Johnson wrote in [ruby-talk:165831]: > So, has anyone built an extconf.rb file that depends on a Mac OS > Framework that I might investigate? If not, how can I get extconf.rb > to compile files like this, according to the SDL's Mac OS README: > > "gcc -I/Library/Frameworks/SDL.framework/Headers MyProgram.c > SDLmain.m -framework SDL -framework Cocoa" See ext/tk/extconf.rb. -- Nobu Nakada