From: nobu.nokada@... Date: 2005-04-06T23:38:53+09:00 Subject: Re: extconf.rb and dyld problem Hi, At Wed, 6 Apr 2005 22:39:23 +0900, David Plans Casal wrote in [ruby-talk:137071]: > sorry for such n00b question, but just can't figure it out, tried > several different LDFLAGS options after googling, and currently have > the following options set: If you need libstdc++, using have_library instead would be best right now. have_library("stdc++") dir_config("fmod", "/usr/local") -- Nobu Nakada