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,

[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

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 generates

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

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 PHP 4.1.0