>>> "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
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
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
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