Hi!

I've experienced a strange problem while making mysql-3.23.51:
The following command is issued:
g++ -O3 -DDBUG_OFF -fno-implicit-templates -fno-exceptions -fno-rtti
-rdynamic -o .libs/mysqlbinlog mysqlbinlog.o
../libmysql/.libs/libmysqlclient.so -lz -lcrypt -lnsl -lm -lz -lcrypt
-lnsl -lm -Wl,--rpath -Wl,/usr/local/lib/mysql

This gives the following errors:
mysqlbinlog.o(.gnu.linkonce.d._ZTV9Log_event+0xc): undefined reference
to `__cxa_pure_virtual'
mysqlbinlog.o(.gnu.linkonce.d._ZTV9Log_event+0x1c): undefined reference
to `__cxa_pure_virtual'

Since I'm relatively new to MySQL, I don't know what to do about this.
Does anyone know?

Fredrik Tolf


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to