Re: Support for precompiled C++ headers

2004-11-30 Thread Dale E. Martin
> 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'

Re: Error because README is missing

2004-11-30 Thread Paul Smith
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 --

Re: RFC for new FAQ entry: Flag Variables Ordering

2004-11-30 Thread Bruce Korb
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

Re: RFC for new FAQ entry: Flag Variables Ordering

2004-11-30 Thread Leonardo Boiko
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'

Re: RFC for new FAQ entry: Flag Variables Ordering

2004-11-30 Thread Ralf Wildenhues
* 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