Thanks, before doing that, which gcc shows: ]$ which gcc /usr/bin/gcc
and after these: cp ccache /usr/local/bin/ ln -s /usr/local/bin/ccache /usr/local/bin/gcc ln -s /usr/local/bin/ccache /usr/local/bin/g++ ln -s /usr/local/bin/ccache /usr/local/bin/ccwhich gcc shows: ]$ which gcc /usr/local/bin/gcc seems it has been successfully installed and linked. Is it the end? If I use "make" without any argument or prefix or something else, will the compiler use cache??? Mahmood NT ----- Original Message ---- From: Tom Browder <[email protected]> To: Mahmood NT <[email protected]> Cc: ccache list <[email protected]> Sent: Monday, December 3, 2007 3:50:12 PM Subject: Re: [ccache] how to use ccache On Dec 3, 2007 4:02 AM, Mahmood NT <[email protected]> wrote: > >ln -s /usr/bin/ccache > > There is no such directory! > it is strange. I istalled ccache...!!! It should be in /usr/local/bin. Just insert '/local' after '/usr' in the instructions from Francois and it should work Ok. -Tom Tom Browder Niceville, Florida USA ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
