This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: (no) GCC pre-compiled headers on Cygwin


On Wed, Jul 23, 2003 at 06:39:45PM -0300, Alexandre Oliva wrote:
> On Jul 23, 2003, Phil Edwards <phil@jaj.com> wrote:
> 
> > Right.  I've been meaning to ask you about that...  In 2.57, AC_PROG_CXX
> > does more stuff, is smarter, makes coffee, etc.  I would very much like
> > to use it instead of having to try and do it ourselves.  The caching is
> > (so far) the only problem.
> 
> m4_define([ac_cv_prog_CXX],[glibcxx_cv_prog_CXX]) might do it.

How delightfully evil.  I've just learned something else about the sequence
and timing of m4/auto* operations; I'd thought that things wouldn't
happen in the right order for this to work, but it works like a charm.

Thanks very much!

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]