This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: python tracing


I was finally able to get this working by using the following patched
version:

hg clone http://hg.jcea.es/cpython-2011
cd cpython-2011
hg checkout dtrace-issue13405_2.7
./configure --with-dtrace
cp Modules/Setup.dist Modules/Setup
make -j_Number_of_cores_in_the_machine_

and the right library path can be found by running on the built python:
ldd python

We're working on building a .deb file for the python version as it now
misses some linking with libraries.
Figured I'd post this here in case it might be of use to anyone.




--
View this message in context: http://sourceware-org.1504.n7.nabble.com/python-tracing-tp227721p229460.html
Sent from the Sourceware - systemtap mailing list archive at Nabble.com.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]