How do i do that?

Tried :
CC=gcc3 CXX=gcc3 ./configure
make -j2
but it does not work.
Gives this error :
<SNIP>
gcc3 -O3 -DDBUG_OFF -rdynamic -o .libs/mysqltest mysqltest.o
../libmysql/.libs/libmysqlclient.so -lz -lcrypt -lnsl -lm -lz -lcrypt -lnsl 
-lm -Wl,--rpath -Wl,/usr/local/lib/mysql
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'
collect2: ld returned 1 exit status
make[2]: *** [mysqlbinlog] Error 1
make[2]: *** Waiting for unfinished jobs....
creating mysqltest
make[2]: Leaving directory `/home/john/mysql-3.23.50/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/john/mysql-3.23.50'
make: *** [all-recursive-am] Error 2

//////////////////////////////////////////////////////
Some System info.....
OS : Linux 2.4.18
Dist : Red Hat 7.2
Arch : x86 (Dual Athlon)
[root@db mysql-3.23.50]# gcc3 -v
Reading specs from
/usr/local/gcc304/lib/gcc-lib/i386-redhat-linux/3.0.4/specs
Configured with:
./configure --prefix=/usr/local/gcc304 --enable-shared --enable-threads=posi
x --disable-checking --host=i386-redhat-linux
Thread model: posix
gcc version 3.0.4






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