0
votes
1answer
271 views

Running 64bit dylib with 32bit ruby on Mac

I was trying to install ruby-llvm. I could install llvm with brew install llvm -shared, and I also could install ruby-llvm with sudo gem install ruby-llvm command. However, when I tried to run the ...