Skip to content

Instantly share code, notes, and snippets.

@t9md
Created October 25, 2010 06:30
Show Gist options
  • Save t9md/644499 to your computer and use it in GitHub Desktop.
Save t9md/644499 to your computer and use it in GitHub Desktop.
./configure --enable-rubyinterp --with-macsdk=10.5 --with-features=huge --enable-perlinterp --enable-pythoninterp --enable-tclinterp
vim src/auto/config.mk
RUBY_SRC = if_ruby.c
RUBY_OBJ = objects/if_ruby.o
RUBY_PRO = if_ruby.pro
RUBY_CFLAGS = -I/Users/maeda_taku/.rvm/src/ruby-1.8.7-p302
RUBY_LIBS = -lruby-static -lpthread -ldl -lobjc -L/Users/maeda_taku/.rvm/rubies/ruby-1.8.7-p302/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment