>>> "Dan" == Dan Katz <[EMAIL PROTECTED]> writes: Dan> Hi.
Dan> I have a moderately large application that I'm working with which is Dan> built using autoconf, automake, and libtool. I want to profile the Dan> application, and the profiler I want to use (TAU) is adds code Dan> instrumentation prior to compilation. IMHO, the easiest route is to create a script the wrap the call to TAU and your real compiler, and tell configure to use this script as a compiler with `./configure CC=taucc`. That way you do not need to change your build setup. -- Alexandre Duret-Lutz