I tried many solutions to install update for my gcc compiler on debian server. None of them worked. I need the compiler update to use new features of c++11, as this provides a stable libcxx11 ABI, and stable support for C++11 (refer here). Specifically getting version `GLIBCXX_3.4.21' which is not included in my current compiler gcc version 4.9.2 (Debian 4.9.2-10).
Some pointers to solution will be helpful. Thanks in advance.
Some links to forum related to my issue which I already tried:
1 2 3 (not entirely related solution is for ubuntu, but I couldn't find gcc-5 in ftp server of debian yet)