php-developer-list | 2001122

[PHP-DEV] Setting of libZend_la_LDFLAGS From: Adam Dickmeiss (adam <email protected>)
Date: 12/17/01

I'd like to ask the motivation for adding EXTRA_LIBS in the
setting of libZend_la_LIBS in Zend/Makefile.am.

libZend.la is a convenience library. It's always linked to a an
executable or shared object, later. EXTRA_LIBS includes all external
support libraries that have no relevance to Zend. The setting breaks
shared PHP build when (e.g. APXS) and external libraries are Libtool
static.

libZend_la_LIBS has had this for a long time. It wasn't a problem with
PHP 4.0.6, but it is with PHP 4.1.0 and latest CVS that uses a newer
version of Libtool.

I've reported this issue earlier on the list and have had no reply.
Please prove me wrong on this!

Cheers,
  Adam

-- 
Adam Dickmeiss  mailto:adam <email protected>  http://www.indexdata.dk
Index Data      T: +45 33410100           Mob.: 212 212 66

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