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: C++ demangler horrors


On Fri, Jul 11, 2003 at 01:51:08AM -0300, Alexandre Oliva wrote:
> On Jul 10, 2003, Phil Edwards <phil@jaj.com> wrote:
> 
> > Most of that size is just lists of combinations of header filenames,
> > but also a number of automake conditionals are in there.  Loops, stamp files,
> > building precompiled headers... a lot of it could be changed over to a shell
> > script, but the result would be "interesting" (in the Chinese-curse sense).
> 
> I was just thinking of tacking a `(cd include && make)' at the of
> configure.

Oh, well, if you want to be all logical about it... :-)

I'm messing with converting the AC_OUTPUT_COMMANDS right now, as it happens.
Tacking that line onto the other commands produced disasterous results
from 'make', but I suspect it's because we're getting some dependancies
wrong somewhere.  I'll keep persuing this idea.


Phil

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