When compiling with gcc3.0 mysql 3.23.4 I get the following error trying to
link the mysqlbinlog (I think) any idaes?

Rick

lmach -lexc
mkdir .libs
gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti -o mysqlbinlog
mysqlbinlog.o mini_client.o net_serv.o mini_client_errors.o violite.o
password.o ../isam/libnisam.a ../merge/libmerge.a ../myisam/libmyisam.a
../myisammrg/libmyisammrg.a ../heap/libheap.a 

../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a
../strings/libmystrings.a -lpthread -lmach -lexc -lm -lpthread -lmach -lexc
/usr/bin/ld:
Unresolved:
__cxa_pure_virtual
collect2: ld returned 1 exit status
gmake[3]: *** [mysqlbinlog] Error 1
gmake[3]: Leaving directory `/usr/mysql/mysql323.4/sql'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/mysql/mysql323.4/sql'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/mysql/mysql323.4'
gmake: *** [all-recursive-am] Error 2
# ^D
script done on Thu Jul 26 15:11:26 2001

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