Would appreciate any help / tips regarding the following problem :

Trying to compile mysql-3.23.39 with GCC 3.0 ( on Solaris 8 ) and the following
configuration options :
        CC=gcc CFLAGS="-O1" CXX=gcc CXXFLAGS="-O1 -felide-constructors -fno-exceptions 
-fno-rtti" \
        ./configure --prefix=/usr/local/mysql --with-low-memory --with-charset=sjis 
--with-extra-charset=complex

results in this error message :
-------
gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti 
-fno-implicit-templates -fno-exceptions -fno-rtti -DHAVE_CURSES_H 
-I/work/src/mysql-3.23.39/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 ../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 -ldl -lpthread -lthread -lz -lcrypt 
-lgen -lsocket -lnsl -lm -lpthread -lthread
Undefined                       first referenced
 symbol                             in file
__cxa_pure_virtual                  mysqlbinlog.o
ld: fatal: Symbol referencing errors. No output written to mysqlbinlog
collect2: ld returned 1 exit status
--------

Is it a problem with GCC 3.0 ( or some stupid miss on my part ) ?

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