On 2015-08-13, Allan Sandfeld Jensen <k...@carewolf.com> wrote: > Why does the KDE and Qt packaged depend on specific versions of GCC anyway, > Qt > doesn't care about libstdc++ ABI, you can link to two different incompatible > versions and it will work fine.
Most stuff doesn't. Especially the Qt stuff. But there are a few bits in the K-stack that e.g. uses boost or other stdlib expanding things. /Sune