Hello!!!
I changed the version to bison 1.28...here is the log:
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... i686-pc-linux-gnu
checking for mawk... (cached) gawk
checking for bison... (cached) bison -y
checking bison version... 1.28 (ok)
checking for gcc... (cached) gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... (cached) none needed
checking for ranlib... (cached) ranlib
checking whether gcc and cc understand -c and -o together... (cached) yes
checking whether ln -s works... (cached) yes
what do you think is going on???
Pablo Sabatino.
----- Original Message -----
From: "Kelly Cochran" <[EMAIL PROTECTED]>
To: "Pablo Sabatino" <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 5:37 PM
Subject: Re: [PHP] `AM_PROG_LIBTOOL' not found in library
>
> Did it warn you during configure about your bison version? I think
> 1.28 is required, and that error will pop up if you have an earlier
> version.
>
> Pablo Sabatino wrote:
> >
> > Thank you, Kelly!!!!
> > I tried compiling again and seems like was good!
> >
> > The ./configure that ok.
> > Now, when I execute $./gmake come to error...
> >
> > pablo@pablito:~/php4 > gmake
> > Making all in Zend
> > gmake[1]: Entering directory `/home/pablo/php4/Zend'
> > /bin/sh ../libtool --silent --mode=compile
> >
gcc -DHAVE_CONFIG_H -I. -I. -I../main -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT
> > -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -c zend_ini_parser.c
> > /usr/share/bison.simple:157: conflicting types for `ini_parse'
> > ./zend_ini_parser.y:51: previous declaration of `ini_parse'
> > /usr/share/bison.simple: In function `ini_parse':
> > /usr/share/bison.simple:219: number of arguments doesn't match prototype
> > /usr/share/bison.simple:157: prototype declaration
> > gmake[1]: *** [zend_ini_parser.lo] Error 1
> > gmake[1]: Leaving directory `/home/pablo/php4/Zend'
> > gmake: *** [all-recursive] Error 1
> >
> > Please, help me!!!!!!!
> > Pablo Sabatino.
> >
> > ----- Original Message -----
> > From: "Kelly Cochran" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 18, 2001 8:30 PM
> > Subject: Re: [PHP] `AM_PROG_LIBTOOL' not found in library
> >
> > >
> > > Do a 'which libtool' and I'd hazard a guess that it'll find the one in
> > > /usr/local/bin first. As it's using that libtool (dir:
/usr/local/bin)
> > > and your normal automake (dir: /usr/bin), the dirs don't match and
> > > aclocal fails, as the warning mentions. Either switch your path
around
> > > to move /usr/local/bin after /usr/bin (and end up using the libtool
your
> > > system came with), or reconfigure and reinstall libtool 1.3.5 starting
> > > with "./configure --prefix=/usr" which will cause it to install into
> > > /usr/bin, /usr/share, etc. (otherwise it defaults to /usr/local which
> > > is likely the problem you have right now).
> > >
> > > Pablo Sabatino wrote:
> > > >
> > > > Hello!!
> > > > I am using php4-cvs on Linux Suse 6.4.
> > > > I issued the command ./buildconf and got a message:
> > > >
> > > > pablo@pablito:~/php4 > ./buildconf
> > > > buildconf: checking installation...
> > > > buildconf: autoconf version 2.13 (ok)
> > > > buildconf: automake version 1.4 (ok)
> > > > buildconf: libtool version 1.3.5 (ok)
> > > >
> > > >
> > > > WARNING: automake and libtool are installed in different
> > > > directories. This may cause aclocal to fail.
> > > > continuing anyway
> > > > aclocal: configure.in: 810: macro `AM_PROG_LIBTOOL' not found in
> > library
> > > > make[1]: *** [aclocal.m4] Error 1
> > > > make: *** [all] Error 2
> > > > pablo@pablito:~/php4 >
> > > >
> > > > pablo@pablito:~/php4 > whereis libtool
> > > > libtool: /usr/bin/libtool /usr/local/bin/libtool
/usr/share/libtool
> > > > pablo@pablito:~/php4 > whereis automake
> > > > automake: /usr/bin/automake /usr/share/automake
> > > > pablo@pablito:~/php4 > whereis automake
> > > > automake: /usr/bin/automake /usr/share/automake
> > > > pablo@pablito:~/php4 >
> > > >
> > > > I installed libtool-1.3.5.
> > > > Help me, please!!
> > > > Pablo Sabatino..
> > >
> > > -- -
> > > Kelly Cochran <[EMAIL PROTECTED]>
> > > Technical Staff - funschool.com Corporation
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail:
[EMAIL PROTECTED]
> > >
>
> -- -
> Kelly Cochran <[EMAIL PROTECTED]>
> Technical Staff - funschool.com Corporation
> Phone: 408-453-7280x113 FAX: 408-453-7285
> Cell: 408-772-0657
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]