Date: 05/23/01
- Next message: Sean R. Bright: "[PHP-DEV] Is the command line php.exe under Win32 supposed to work at all?"
- Previous message: Yusuf Goolamabbas: "[PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- In reply to: Yusuf Goolamabbas: "[PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Next in thread: Yusuf Goolamabbas: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Reply: Yusuf Goolamabbas: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 24 May 2001, Yusuf Goolamabbas wrote:
> I tried that. This is what I get whilst doing ./configure. My build tree
> is separate from my source tree
From an email sent to this list on May 12:
I've removed ltconfig from cvs which should make it easier to
notice whether your libtool installation is broken.
If configure complains about not being able to find ltconfig,
it is a clear indication that aclocal has used the libtool.m4
of libtool 1.3.x to build aclocal.m4. That is usually the
result of installing libtool with another prefix than
automake.
Running the following sequence of commands should cure that
(adapt to OS-specific commands as necessary):
a=`which aclocal`; b=`which libtool`; \
cp `dirname $b`/../share/aclocal/libtool.m4 \
`dirname $a`/../share/aclocal/
- Sascha Experience IRCG
http://schumann.cx/ http://schumann.cx/ircg
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sean R. Bright: "[PHP-DEV] Is the command line php.exe under Win32 supposed to work at all?"
- Previous message: Yusuf Goolamabbas: "[PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- In reply to: Yusuf Goolamabbas: "[PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Next in thread: Yusuf Goolamabbas: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Reply: Yusuf Goolamabbas: "Re: [PHP-DEV] libtool configure fails [was Re: [PHP-DEV] Trying to get buildconf to use libtool 1.4 installed in non-standard place]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

