jury {l Wrote}:What do I need to satisfy the executable? When I searched "libstdc++" in Synaptic, I get quite short list of possible libraries, from which nothing I tried did help.
Since I'm not sure which apt-based distribution you use, I'll give you a generic reply:
Use the command "apt-file search /usr/lib/x86_64-linux-gnu/libstdc++.so.6 ", which will give you a list of files looking like it, and the packages that contains it. For me, it gives
- {l Code}: {l Select All Code}
libstdc++6: /usr/lib/x86_64-linux-gnu/libstdc++.so.6
libstdc++6: /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
libstdc++6: /usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22-gdb.py
1st column is the package's name, second is the complete filename.