Faine, Mark writes:
> Anybody seen this before:
>
> gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti
> -fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H
> -I/export/home6/temp/mysql-3.23.41/include -DHAVE_RWLOCK_T -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
> -lthread -lz -lcrypt -lgen -lsocket -lnsl -lm -lpthread -lthread
> 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[3]: *** [mysqlbinlog] Error 1
> make[3]: Leaving directory `/export/home6/temp/mysql-3.23.41/sql'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/export/home6/temp/mysql-3.23.41/sql'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/export/home6/temp/mysql-3.23.41'
> make: *** [all-recursive-am] Error 2
>
>
> Could use some help getting this to compile,
> -Thanks
> Mark
>
A solution for building MySQL with gcc 3.0 has been found.
After unpacking a tarball and prior to running configure, run this
command :
export CXXLD=g++
With this we answer to all our users that started using gcc 3.0 before
we did.
--
Regards,
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer
/_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus
<___/ www.mysql.com
---------------------------------------------------------------------
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