On 6 Apr 2005, at 16:24, Luc Heinrich wrote:

> David Plans Casal <dpc / davidcasal.com> wrote:
>
>> _AbsoluteToDuration
>> _AddDurationToAbsolute

> These furiously look like Carbon calls. You should try to link against
> the Carbon framework using the '-framework Carbon' in the link options.

Do you mean like this?

if RUBY_PLATFORM =~ /darwin/
     $CPPFLAGS += " -DUNIX"
     $LDFLAGS += " -framework Carbon"
     dir_config("fmod","/usr/local/include","/usr/local/lib")
end

d