Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-15 Thread Adam Dickmeiss
This patch makes Zend includes its "own" set of libraries, so that external support libs used by PHP extensions are linked once when building PHP lib. I simply define ZEND_LIBS. I cannot tell what impact this would otherwise have. I'm not that familiar with the PHP code. I guess, AC_SUBST(ZEND_LIB

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
I also upgraded Libtool of PHP. Result the same :( $ ./libtool --version ltmain.sh (GNU libtool) 1.4.2a (1.922.2.79 2001/11/28 21:50:31) I'm using apxs: $ ./configure --with-yaz --with-apxs=/home/adam/proj/apache/bin/apxs -- Adam On Fri, Dec 14, 2001 at 05:55:02PM +0100, Adam Dickmeiss wrote:

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
On Fri, Dec 14, 2001 at 07:44:28PM +0200, Jani Taskinen wrote: > > Does this happen with latest CVS? Yes. > --Jani > > > On Fri, 14 Dec 2001, Adam Dickmeiss wrote: > > >I have the following problem. On UNIX, PHP fails to link with > >a static library generated by Libtool. Problem occurs with

Re[2]: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Andrew Sitnikov
Hello , I have similar problem when compile php4.1.0 as apx (all ok with cgi), but with mm and mhash libs. I found workaround: after configure completed, I manually remove '-lmm -lmhash' form Zend/Makefile P.S. I also have many other problem with installation php-4.1. I think 4.1 Has no the r

Re: [PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Jani Taskinen
Does this happen with latest CVS? --Jani On Fri, 14 Dec 2001, Adam Dickmeiss wrote: >I have the following problem. On UNIX, PHP fails to link with >a static library generated by Libtool. Problem occurs with PHP 4.1.0 >but not PHP 4.0.6. The YAZ extension, for example, which I maintain >genera

[PHP-DEV] Linking PHP with static Libtool libraries

2001-12-14 Thread Adam Dickmeiss
I have the following problem. On UNIX, PHP fails to link with a static library generated by Libtool. Problem occurs with PHP 4.1.0 but not PHP 4.0.6. The YAZ extension, for example, which I maintain generates by default a static Libtool library only. So After doing cd yaz-1.8.3 ./configure -