From: lucsky@... (Luc Heinrich) Date: 2005-04-07T00:24:45+09:00 Subject: Re: extconf.rb and dyld problem David Plans Casal wrote: > waldorf:~/Development/music/hail-ruby dc$ irb > irb(main):001:0> require 'hail' > dyld: ruby Undefined symbols: > _AbsoluteToDuration > _AddDurationToAbsolute > _BitClr > _BitTst > _CloseOpenTransportInContext > _Dequeue > _DisposePtr > _Enqueue > _Fix2Long > > > > _SndDoImmediate > _SndNewC_SndSoundManagerVersion > _UpTime > _YieldToAnyThread > __MPIsFullyInitialized > Trace/BPT trap These furiously look like Carbon calls. You should try to link against the Carbon framework using the '-framework Carbon' in the link options. -- Luc Heinrich - lucsky@mac.com