> Are there short-term plans to facilitate the generation and use
> of GCC's precompiled headers?
>
> Can anyone point me to a C++ project that is working with
> precompiled headers and that is doing it with the currently
> available versions of automake and autoconf?
> Many thanks in advance,
I'
That worked! Thanks Andreas.
--
---
Paul D. Smith <[EMAIL PROTECTED]> HASMAT--HA Software Mthds & Tools
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
--
Leonardo Boiko wrote:
> Maybe you could add a small clarification: that LDADD and LIBADD are
> automake-specific variables. As far as I understand, there is a
> mumble_LDADD and a LDADD, but not an AM_LDADD, and plain LDADD is not
> from the user. Thus LDADD and LIBADD are entirely different fro
Alexandre Duret-Lutz wrote:
This section attempts to answer all these questions. We will mostly
discuss `CPPFLAGS' in our examples, but actually the answer holds for
all the compile flags used in Automake: `CCASFLAGS', `CFLAGS',
`CPPFLAGS', `CXXFLAGS', `FCFLAGS', `FFLAGS', `GCJFLAGS', `LDFLAGS'
* Alexandre Duret-Lutz wrote on Tue, Nov 30, 2004 at 01:49:07AM CET:
> There have been questions and even bug reports about this
> lately. So here is an attempt to document the difference
> between CFLAGS, AM_CFLAGS, and mumble_CFLAGS, how they are
> ordered, and how they should be (or not be) use