[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to advise or override the libtool make rules?
From: |
Alexandre Duret-Lutz |
Subject: |
Re: How to advise or override the libtool make rules? |
Date: |
Thu, 03 Jun 2004 21:35:24 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
>>> "Dan" == Dan Katz <address@hidden> 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