Finding workarounds for compiler bugs with git-bisect
How to use git-bisect to find a workaround for a compiler bug in older GCC versions that it already fixed in current versions.
more ...How to use git-bisect to find a workaround for a compiler bug in older GCC versions that it already fixed in current versions.
more ...This is not a HOWTO, but more a RFC. I'm in the need for a portable, fast build-system. For lighttpd, for MySQL Proxy, ...
I need what autotools + gmake
do, just in a portable (yes, including windows) and fast way. Up to now I tried SCons and cmake as alternatives ...