brady at spaceship.com said: > Finally, in a more general context, is there an easy way to build for > profiling, or do I have to edit the makefiles? I'm using gcc and > gprof. Try oprofile. It's more accurate than gprof, and it doesn't require you to recompile the source you're profiling. Jason