please, no bullshits
you can learn with every distro, and you can find very competent people with fedora and too many idiots "omg, I'm going so fast with -O9 -mmake-all-faster-than-light" in gentoo
also, about your "competence" ("U probably need glibc-devel.") --> if you don't know what you're talking about, just shut up
libstdc++.so.6 is provided by gcc-3.4, and a c++ program compiled with gcc-3.4 links to that library, while c++ programs compiled with gcc-3.3 link to libstdc++.so.5
apparently, fedora packages are compiled with gcc-3.4 while suse 9.2 packages are compiled with gcc-3.3
these two versions of libstdc++ are binary incompatibles (so the change of major version from 5 to 6), and messing up with those libraries can cause serious troubles... @supergirl: just wait for a package built for your distro, with the correct toolchain and against the correct versions of libraries