From: David Plans Casal Date: 2005-04-07T00:32:24+09:00 Subject: Re: extconf.rb and dyld problem On 6 Apr 2005, at 16:24, Luc Heinrich wrote: > David Plans Casal 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