It's simply by definition (the software version anyway). To be unstable means to not have been tested thoroughly (this is where the Debian repository names come from - stable, testing and unstable). Even if you don't agree with this definition, for all it's worth that's what I meant. Now, if everyone used the same compiler (same version too!) and flags that wouldn't be a problem. Binaries compiled would also be the same, but if that was the case - why do the extra work and compile in the first place? The reality, of course, is that people use different compilers or *at least* different versions of the same compiler. They may also use different flags for their specific hardware or maybe use flags to remove certain features from software they won't need (That's the whole idea of Gentoo instead of just using binaries, isn't it?). Anyway, let's assume everyone use the same flags. Different versions of compilers compile differently. Ask any developer whether they've seen compiler bugs that caused them problems. I'm sure most will say yes. The bottom-line is that you can't expect that if your software works on your machine with YOUR version of GCC, it will necessarily work on my PC with MY version of GCC. And that's the whole problem and where the 'unstable' name has real consequences instead of just being a theoretical name for untested binaries.
P.S. I don't advice against Gentoo on servers purely because I read that some people on Slashdot don't like it. That's what I hinted at in my previous reply. I don't necessarily need to try Gentoo to see that the idea of Gentoo for servers (in many cases) is not good, simply because what Gentoo does best is not what you want for servers (generally).
P.S. I don't advice against Gentoo on servers purely because I read that some people on Slashdot don't like it. That's what I hinted at in my previous reply. I don't necessarily need to try Gentoo to see that the idea of Gentoo for servers (in many cases) is not good, simply because what Gentoo does best is not what you want for servers (generally).