Hi.
gdb doesn't run due to there is no libpython2.7.so on the system. $ ./gdb/gdb --version ./gdb/gdb: error while loading shared libraries: libpython2.7.so: cannot open shared object file: No such file or directory
There is only static python library available. Is there a way to build gdb with static python library?
Regards, Martins