From:             [EMAIL PROTECTED]
Operating system: Mandrake 9.0
PHP version:      4.3.0
PHP Bug Type:     *Compile Issues
Bug description:  Libsablot compile error

OS:      Mandrake 9.0
Expat:   expat 1.95.2 & 1.95.6
Sablot:  Sablot 0.97
Libtool: 1.4.2
PHP:     php 4.3.0

Sablot config:
./configure 
--prefix=/usr/local/sablot --with-expat-prefix=/usr/local/expat

PHP config:
./configure \
--prefix=/usr/local/php \
--bindir=/usr/local/bin \
--with-apxs=/usr/local/apache/bin/apxs \
--with-config-file-path=/etc \
--with-zlib \
--with-dom \
--with-dom-xslt \
--with-gd \
--with-gettext \
--with-java=/usr/local/java \
--with-mysql \
--with-pgsql \
--with-regex=system \
--with-xslt-sablot=/usr/local/sablot \
--with-xml \
--enable-magic-quotes \
--enable-bcmath \
--enable-calendar \
--enable-dio \
--enable-exif \
--enable-shmop \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--enable-xslt


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

This error is generated durning the "make" process.
What can i do to fix this problem?

Thanks,

Ray
-- 
Edit bug report at http://bugs.php.net/?id=22236&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22236&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22236&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22236&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22236&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22236&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22236&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22236&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22236&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22236&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22236&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22236&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22236&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22236&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22236&r=gnused

Reply via email to