This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 'ccache gcc' as compiler with libtool


On Wed, 26 Nov 2003, Earnie Boyd wrote:

> So, you need to
>
> <file name='~/bin/cg++' status="untested">
> #! /bin/sh
> ccache g++ "$@"
> </file>
>
> Make sure ~/bin is in PATH and use cg++ to execute.

This approach does not work with libtool 1.5 and later unless this
script is specified as CXX for configure.  Sometimes configuring using
the alternate compiler driver is not desireable since it may be doing
exotic things like memory or CPU profiling during the configure run.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us
http://www.simplesystems.org/users/bfriesen




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]