focus for this week: Why don't birds fly backwards ?
>1.1 mio views (popular pages, total: 2,030)
Static linking
From I ask questions
Contents |
ruby
So, you want to build ruby without any dependencies?
use this for configure to not run into the errors which will happen :-(
sh ./configure --prefix=$HOME/yourpath --with-baseruby=/usr/bin/ruby --disable-install-doc
see also
- disable rdoc for gem:
- "gem: --no-ri --no-rdoc" into gemrc
- rubygems: missing distribution packages for building here
python