I’m attempting to build ruby 1.8.7 on OS X. This is only for one project so I need to build from source and not use a package manager because I don’t want to overwrite the older build of ruby I use for everything else.
Ruby 1.9.X supports –with-arch in ./configure but 1.8.7 doesn’t seem to.
Am I missing something obvious?
RVM is your best friend for this sort of thing: http://rvm.io/