I filed a bug report about this this morning, but just wanted to
mention it here briefly. RubyGems 0.9.0 introduced a bug for
installing compiled extensions; in addition to doing the "make" and
"make install" steps of the build process, it *now* follows up with a
"make clean", which deletes the object files (*.o) and the extension
shared library (*.so). And, you know, that sort-of defeats the
purpose. ;)
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to