automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 'ccache gcc' as compiler with libtool


From: Bob Friesenhahn
Subject: Re: 'ccache gcc' as compiler with libtool
Date: Wed, 26 Nov 2003 09:47:23 -0600 (CST)

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
address@hidden
http://www.simplesystems.org/users/bfriesen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]