bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: zsh compilation problem with autoconf git


From: Ismail Dönmez
Subject: Re: zsh compilation problem with autoconf git
Date: Tue, 29 Jan 2008 22:38:33 +0200
User-agent: KMail/1.9.8

Tuesday 29 January 2008 22:32:09 tarihinde Ralf Wildenhues şunları yazmıştı:
> * Ismail Dönmez wrote on Tue, Jan 29, 2008 at 09:03:44PM CET:
> > Tuesday 29 January 2008 21:38:33 tarihinde Ralf Wildenhues şunları 
yazmıştı:
> > > But that is a problem that has nothing whatsoever to do with the
> > > Autoconf version that you are using.  The Makefile files generated by
> > > 2.61a and mainline are completely identical.
> >
> > The problem is autoconf 2.61a works fine with the same automake :( Even
> > if you just grab config.status generated from autoconf 2.61a it works
> > fine with autoconf git then.
>
> Sorry, but you lost me here completely.  First off, the zsh package does
> not use Automake _at all_.  Second, I just told you how I produced
> identical zsh/Src/Makefile and zsh/Src/Modules/Makefile files with the
> two different Autoconf versions you are talking about.
>
> If you are seeing any difference with respect to Autoconf version, and
> you think the difference is indication of a bug, then please show me how
> to reproduce it exactly.  Best if you start off with empty directories
> in both cases, and just cut and paste what you do, and what output you
> see.  I want to see the bug right before my face, not described in
> words, but in plain command output.  Thanks.

Sure, just grab zsh.git and create two copies of it, and do

cd zsh
autoheader
autoconf-2.61a
./configure
make

Now in second copy do,

cd zsh2
autoheader
autoconf-gitversion
./configure
make

now if you compare zsh & zsh2 you will see that zsh directory have bunch of 
shared objects in Src/Modules where as zsh2 have none.

I hope this is clear enough.

Thanks,
ismail

-- 
Never learn by your mistakes, if you do you may never dare to try again.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]