Re: [Tutor] Explicitly define the lib path for python during build time

2014-06-26 Thread Alan Gauld
On 26/06/14 10:23, Tony Wang wrote: But my needs is quite special here, I need to statically link python with gdb, and I hope the python in gdb I build can run on other PC. This list is for people learning the Python language and library. As such your question is extremely specialized and adva

[Tutor] Explicitly define the lib path for python during build time

2014-06-26 Thread Tony Wang
Hi there, I'm building python2.7 from src code. Usually, after make, if I define a user folder to install the python, the python will depends on the lib folder in the installer folder. But my needs is quite special here, I need to statically link python with gdb, and I hope the python in gdb I bu