What about -Os? Since most software isn't cpu-bound, and since memory and disk are also limited resources, why not try -Os? `-Os' Optimize for size. `-Os' enables all `-O2'...
Build System Ick, ick ick. What the heck is wrong with standard autoconf? It's portable, it's familiar, and it's very versatile. There is no excuse for using such a crappy build syst...
Re: Best of both worlds Encap sounds just like stow.
Re: Been using this for 5 years.. I do nearly the same thing, but gnu stow makes it easier. Just install to /usr/local/stow/foo, cd to /usr/local/stow, stow foo, and voila, everything under foo ...
Re: If you build it, they will come... > I really don't understand why people are > confused about this issue. C++, in my > humble opinion, is perfectly suited to > the design...