OK, then solution (I found it minutes ago, everything works now):
1) Download gcc source (current is >= 5.2 but 4.6.2 is enough) from here
https://gcc.gnu.org/mirrors.html
2) Compile it (follow instructions, install missing libs if needed) -- it takes looooooong time but files which you need are ready much sooner than compilation finishes
3) Find files "libstdc++.so.6" and "libstdc++.so.6.0.16" (if you compiled the newer version, last number might be different)
4) Copy them to XnView "lib" subdirectory
5) Run XnView, it should work now
Similar problem with the solution is explained here:
https://forum.qt.io/topic/25032/solved- ... -install/3
===
Pierre, could you please mention in the announcement that older systems might have this GLIBCXX problem? It is possible that other people have the same problem.