Boost logo

Boost Users :

Subject: Re: [Boost-users] Use of ccache with Boost
From: Dalton, Tom (tom.dalton_at_[hidden])
Date: 2009-10-05 10:54:04


Thanks, I will try this. However, being the inquisitive type, can you
explain to me what the problem is?

Cheers,

Tom

-----Original Message-----
From: boost-users-bounces_at_[hidden]
[mailto:boost-users-bounces_at_[hidden]] On Behalf Of Mathieu
Malaterre
Sent: 05 October 2009 15:28
To: boost-users_at_[hidden]
Subject: Re: [Boost-users] Use of ccache with Boost

On Mon, Oct 5, 2009 at 10:45 AM, Dalton, Tom <tom.dalton_at_[hidden]> wrote:
> Further to my questions from last week:
>
> I've tried both methods - first I tried changing the toolset to make
> the gcc toolset use "ccache g++" as the compiler executable. I had
> some problems with that, so I tried the symlink approach suggested by
Roland.
> This is also failing, with some seemingly very subtle bug that I can't

> suss out.

Use cmake.

 apt-get install ccache
 cd /path/to/boost
 mkdir bincache
 cd bincache
 export CC="ccache gcc"
 export CXX="ccache g++"
 cmake ..
 make -j8

cheers

--
Mathieu
_______________________________________________
Boost-users mailing list
Boost-users_at_[hidden]
http://lists.boost.org/mailman/listinfo.cgi/boost-users

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net