Hi, At Sat, 30 Apr 2005 09:35:22 +0900, Richard Kilmer wrote in [ruby-talk:140540]: > Mac OS X Tiger ships with Ruby 1.8.2 pre-installed. However, > rbconfig.rb needs to be edited if you want to build any gems. (from > Rich...not gems, native extensions) > > Edit rbconfig.rb > > sudo pico -w /usr/lib/ruby/1.8/powerpc-darwin8.0/rbconfig.rb > Now remove -arch i386 from the CFLAGS and LDFLAGS variables. > > You will also need to change: > CONFIG["LIBRUBYARG_STATIC"] = "-l$(RUBY_SO_NAME)-static" > to: > CONFIG["LIBRUBYARG_STATIC"] = "" > _____ ARCH_FLAG should be "-arch ppc" on darwin. As what is it defined, and RUBY_SO_NAME? -- Nobu Nakada