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 include("not_reflecting_employers_views.txt"); ?>


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

Reply via email to