Hendrik Sattler wrote: > Or as usual for such things, he can write a small wrapper script for the > compiler and do whatever he wants, there: > #!/bin/sh > exec $CC_REAL "$@" | custom_script > Much better idea than mine! -Bill