On 5-6-2020 06:12, Michael Torrie wrote:
On 6/4/20 2:47 AM, Filip Bascarevic wrote:
When I tried to build GDB with Python support on Linux, I realized I
couldn’t find embeddable python for Linux.
Please, can you give me some instructions how can I build embeddable Python
from source in Linux? Is it possible in the Linux environment?
What does "embeddable python" mean? Do you mean the libpython shared
library and C API? If so it's just a matter of installing the correct
-devel or -dev package on your distro. On Debian this would likely be
libpython#.#-dev where # is the version. For example, libpython3.8-dev.
On Fedora that might be python-devel (or on CentOS, python36-devel).
probably the same as asked here (with no answer (yet)):
https://stackoverflow.com/questions/49425397/building-an-embeddable-minimal-python-distribution-on-linux
--
Luuk
--
https://mail.python.org/mailman/listinfo/python-list