Skip to content

Patch and Build Python

whirm edited this page Apr 24, 2013 · 3 revisions

We need to patch Python so that it knows it should 'send' Systemtap data.

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_