This is what I did to make it work on Snow Leopard:
cd ..../gems/memprof-0.3.10/ext/
Edit Makefile, find LD_SHARED =
Change
LDSHARED = cc -arch x86_64 -dynamiclib -undefined suppress -flat_namespace
to
LDSHARED = cc -arch x86_64 -bundle -bundle_loader $(RUBY) -undefined suppress -flat_namespace
(replaced by -dynamiclib with the -bundle and -bundleloader options)
Then
make install ( memprof.bundle memprof */lib)
: , $(RUBY) ruby โโ( ). RVM Makefile , .