>Description:
        The following command is invoked by make:
        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
        And it reports:
        mysqlbinlog.o(.gnu.linkonce.d._ZTV9Log_event+0xc): undefined reference to 
`__cxa_pure_virtual'
        mysqlbinlog.o(.gnu.linkonce.d._ZTB9Log_event+0x1c): undefined reference to 
`__cxa_pure_virtual'
        This happens every time.
>How-To-Repeat:
        (./configure; make all)
>Fix:
        Unknown

>Submitter-Id:  <submitter ID>
>Originator:    Fredrik Tolf
>Organization:  None
>MySQL support: none
>Synopsis:      Linking errors at compile time
>Severity:      critical
>Priority:      medium
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.51 (Source distribution)

>Environment:
        Modified RedHat 7.1 system.
        glibc-2.2.4-24
        gcc-3.1
        
System: Linux pc7 2.4.2-2 #11 Wed Mar 13 00:52:03 CET 2002 i686 unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i686-pld-linux/3.1/specs
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info 
--mandir=/usr/share/man --enable-shared --enable-threads=posix 
--enable-languages=c,c++,f77,gcov,java,objc,ksi,ada --enable-long-long 
--enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib 
--without-x i686-pld-linux
Thread model: posix
gcc version 3.1 20020408 (prerelease)
Compilation info: CC='gcc'  CFLAGS=''  CXX='gcc'  CXXFLAGS=''  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 Apr 14 19:28 /lib/libc.so.6 -> libc-2.2.4.so
-rwxr-xr-x    1 root     root      5734740 Apr  2 18:44 /lib/libc-2.2.4.so
-rw-r--r--    1 root     root     27332668 Apr  2 18:42 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 Apr  2 18:42 /usr/lib/libc.so
Configure command: ./configure --with-unix-socket-path=/var/tmp/mysql.sock 
--with-low-memory --with-mit-threads=yes --without-perl --enable-thread-safe-client 
--with-berkeley-db --enable-local-infile --with-innodb CC=gcc CXX=gcc


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