Re: [PHP-DEV] Can't build xslt/sablot

2003-01-30 Thread Sebastian Bergmann
Melvyn Sopacua wrote:
> adding -lstdc++ to ZEND_LD_FLAGS in the Makefile (to ensure -lstdc++
> is the last library linked) seems to do the trick for most.

  I added it to EXTRA_LDFLAGS and the problem was solved.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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




Re: [PHP-DEV] Can't build xslt/sablot

2003-01-30 Thread Melvyn Sopacua
Sebast1an,

On Thu, 30 Jan 2003, Sebastian Bergmann wrote:

SB>>> /usr/local/lib/libsablot.so: undefined reference to `operator new[](unsigned)'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `vtable for
SB>>> __cxxabiv1::__si_class_type_info'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `operator delete(void*)'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `__gxx_personality_v0'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `__cxa_pure_virtual'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `vtable for
SB>>> __cxxabiv1::__class_type_info'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `operator delete[](void*)'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `vtable for
SB>>> __cxxabiv1::__vmi_class_type_info'
SB>>> /usr/local/lib/libsablot.so: undefined reference to `operator new(unsigned)'
SB>>> collect2: ld returned 1 exit status
SB>>> make: *** [sapi/cgi/php] Error 1

for some systems there seems to be a fix, when using gcc3, for some (Mac OSX) there
isn't. IIC, adding -lstdc++ to ZEND_LD_FLAGS in the Makefile (to ensure -lstdc++
is the last library linked) seems to do the trick for most.

-- 
With kind regards,

Melvyn Sopacua



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




[PHP-DEV] Can't build xslt/sablot

2003-01-29 Thread Sebastian Bergmann
/usr/local/lib/libsablot.so: undefined reference to `operator new[](unsigned)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__si_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator delete(void*)'
/usr/local/lib/libsablot.so: undefined reference to `__gxx_personality_v0'
/usr/local/lib/libsablot.so: undefined reference to `__cxa_pure_virtual'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator delete[](void*)'
/usr/local/lib/libsablot.so: undefined reference to `vtable for
__cxxabiv1::__vmi_class_type_info'
/usr/local/lib/libsablot.so: undefined reference to `operator new(unsigned)'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/ http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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