Re: ccache and autotools

2002-11-14 Thread Alexandre Duret-Lutz
>>> "Jean-Eric" == Jean-Eric Cuendet <[EMAIL PROTECTED]> writes: [...] Jean-Eric> In fact, ccache tells in logfile that -MT is not supported. Jean-Eric> What does -MT do? Dependency tracking, see the GCC 3.x manual. Jean-Eric> And why dows autoconf use it? Can we not use it safely? Automake

Re: ccache and autotools

2002-11-08 Thread Jean-Eric Cuendet
Is it possible to tell autoconf/automake to not use -MT when generating the Makefiles? Would it not be best to fix ccache? Or is it such that ccache should avoid -MT? In fact, ccache tells in logfile that -MT is not supported. What does -MT do? And why dows autoconf use it? Can we not use

Re: ccache and autotools

2002-11-08 Thread Earnie Boyd
Jean-Eric Cuendet wrote: Hi, I have a C++ project with a lot of source files (~4000). I'd like to use ccache to speed recompilation of the project. I can't since ccache doesn't support -MT flag to gcc What does EXACTLY this flags? Is it possible to tell autoconf/automake to not use -MT when genera

ccache and autotools

2002-11-08 Thread Jean-Eric Cuendet
Hi, I have a C++ project with a lot of source files (~4000). I'd like to use ccache to speed recompilation of the project. I can't since ccache doesn't support -MT flag to gcc What does EXACTLY this flags? Is it possible to tell autoconf/automake to not use -MT when generating the Makefiles? Thank