libstdc++ compatibility spell (Feature #35)
Description
We lack libstdc++.so.5 library required for some bin-only stuff.
Its name is libstdc++5 in Arch, libstdc++-v3 in Gentoo and compat-libstdc++ in binary friends ;)
It can be compiled from GCC 3.3.6.
History
Updated by Vlad Glagolev almost 2 years ago
looks like gcc33 provides it, but also with a whole set of gcc+g++.
do we need it as is, or try to leave listdc++.so.5 library only?