Does anyone have a solution?  The following are the compiler, utils and
O/S.  I have tried using gun ld and the ld supplied by sun.

Thanks.

-Trevor

[EMAIL PROTECTED]


SunOS solo 5.8 Generic_108529-09 i86pc i386 i86pc
gcc-3.0.1
gnu fileutils-4.1
gnu autoconf-2.50
gun automake-1.4-p5

export CC=gcc CFLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors
-fno-exceptions -fno-rtti"

./configure --prefix=/usr/local/mysql --enable-assembler --with-libwrap
--with-gnu-ld --with-mysqld-ldflags=-all-static

make

make[2]: Entering directory `/usr/local/src/mysql-3.23.42/client'
/bin/sh ../libtool --mode=link gcc  -O3 -DDBUG_OFF -O3
-felide-constructors -fno-exceptions -fno-rtti  -fno-implicit-templates
-fno-exceptions -fno-rtti -DHAVE_CURSES_H
-I/usr/local/src/mysql-3.23.42/include -DHAVE_RWLOCK_T  -o mysqlbinlog
mysqlbinlog.o ../libmysql/libmysqlclient.la -lz -lcrypt -lgen -lsocket
-lnsl -lm
gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti
-fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H
-I/usr/local/src/mysql-3.23.42/include -DHAVE_RWLOCK_T -o
.libs/mysqlbinlog mysqlbinlog.o ../libmysql/.libs/libmysqlclient.so -lz
-lcrypt -lgen -lsocket -lnsl -lm -lz -lcrypt -lgen -lsocket -lnsl -lm
-Wl,--rpath -Wl,/usr/local/mysql/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]: Leaving directory `/usr/local/src/mysql-3.23.42/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-3.23.42'
make: *** [all-recursive-am] Error 2


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