Is purecov like tool supported by boost build ? Can anyone tell me how ?
It has been asked before but I don't see any solution was given yet.

Thanks in advance.

(In case you need to know.) purecov is a tool to instrument your code in this way :
purecov cc -o yourcode.o yourcode.c

So I need a way to prepend purecov before cc in Jamfile.