I have seen on different projects (TCL, PHP, ...) that there are problems to link dtrace userland probes on Solaris. The problem is that the linker complains if it has to link the dtrace compiled object with gcc compiled PIC objects (position independent code). <br />Now I have the problem if I attempt to add dtrace probes in Python.<br /><br />Has anybody a solution for this problem?<br />@Laurent: Do you has the dtrace support now in TCL8?<br />