Re: [PHP-DEV] build no longer working

2003-02-14 Thread Marcus Börger


   Ensure that m4 --version actually outputs 1.4 and not 1.4o.
Some rpms are mislabeled in that area.

Otherwise, the only problem source comes from having a
polluted installation where multiple autoconf/libtool
versions are sprinkled through the whole system.



Thanks for the help :-)

The problem was that the libtool sources contained a file libtool.m4 of zero
bytes in size. After adding a correct file to the sorce directory and building
everything again it works now: Thanks to Jani  Sascha

regards
marcus


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] build no longer working

2003-02-13 Thread Marcus Börger
I updated all m4,autoconf  libtool AND now i can no longer build php

Anybody help?

using default Zend directory
buildconf: checking installation...
buildconf: autoconf version 2.54 (ok)
buildconf: Your version of autoconf likely contains buggy cache code.
   Running cvsclean for you.
   To avoid this, install autoconf-2.13 and automake-1.5.
buildconf: automake version 1.5 (ok)
buildconf: libtool version 1.4.3 (ok)
rebuilding configure
configure.in:830: warning: AC_PROG_LIBTOOL is m4_require'd but is not 
m4_defun'd
configure.in:143: error: possibly undefined macro: AC_MSG_RESULT
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.in:292: error: possibly undefined macro: AC_DEFINE
configure.in:1064: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:95991: error: possibly undefined macro: _LT_AC_TRY_DLOPEN_SELF
rebuilding acconfig.h
rebuilding main/php_config.h.in
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
configure.in:830: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] build no longer working

2003-02-13 Thread Magnus M@! 8!Y
On Thu, 13 Feb 2003 23:29:44 +0100
[EMAIL PROTECTED] (Marcus Börger) wrote:

 I updated all m4,autoconf  libtool AND now i can no longer build php
 
 Anybody help?
 
 using default Zend directory
 buildconf: checking installation...
 buildconf: autoconf version 2.54 (ok)

Did you try with autoconf 2.13 ?


/ Magnus

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] build no longer working

2003-02-13 Thread Sascha Schumann
On Thu, 13 Feb 2003, Marcus Börger wrote:

 I updated all m4,autoconf  libtool AND now i can no longer build php

 Anybody help?

Get autoconf-2.13 and m4-1.4 (not 1.4o) from ftp.gnu.org.

- Sascha

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] build no longer working

2003-02-13 Thread Marcus Börger
At 01:57 14.02.2003, Jani Taskinen wrote:

On Fri, 14 Feb 2003, Marcus Börger wrote:

   AC_PROG_LIBTOOL is defined in libtool.m4,
which should come from libtool installation.
Most likely you've just got mixed up versions in your
system. Easiest way to get it working is to remove _all_
the auto* tools and libtool. And compile all from sources.
With same prefix..

--Jani


Is it possible that i have a problem due to the order of build
and install?

marcus


--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] build no longer working

2003-02-13 Thread Sascha Schumann
On Fri, 14 Feb 2003, Marcus Börger wrote:

 At 01:57 14.02.2003, Jani Taskinen wrote:
 On Fri, 14 Feb 2003, Marcus Börger wrote:
 
 AC_PROG_LIBTOOL is defined in libtool.m4,
  which should come from libtool installation.
  Most likely you've just got mixed up versions in your
  system. Easiest way to get it working is to remove _all_
  the auto* tools and libtool. And compile all from sources.
  With same prefix..
 
  --Jani

 Is it possible that i have a problem due to the order of build
 and install?

Ensure that m4 --version actually outputs 1.4 and not 1.4o.
Some rpms are mislabeled in that area.

Otherwise, the only problem source comes from having a
polluted installation where multiple autoconf/libtool
versions are sprinkled through the whole system.

- Sascha

--
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php