Hi,

I'm trying to install the latest version of MySQL on a Netra AC200 running
Solaris 2.8, using gcc 3.0.3.

Configure command was:

CC=gcc CFLAGS="-O3 -mcpu=v8 -Wa,-xarch=v8plusa" CXX=gcc CXXFLAGS="-O3 \
-felide-constructors -fno-exceptions -fno-rtti -mcpu=v8 \
-Wa,-xarch=v8plusa" \
./configure --with-low-memory --enable-assembler --with-berkeley-db \
--with-innodb

Configure ran to completion, with no errors.  But, make failed with the
following (looks like it was in the client directory at the time):

....
gcc -O3 -DDBUG_OFF -O3 -felide-constructors -fno-exceptions -fno-rtti
-mcpu=v8 -Wa,-xarch=v8plusa -fno-implicit-templates -fno-exceptions
-fno-rtti -DHAVE_CURSES_H -I/usr/local/src/mysql-3.23.49/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 -R/usr/local/lib/mysql
Undefined                       first referenced
 symbol                             in file
__cxa_pure_virtual                  mysqlbinlog.o
ld: fatal: Symbol referencing errors. No output written to
.libs/mysqlbinlog
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `mysqlbinlog'
Current working directory /usr/local/src/mysql-3.23.49/client
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /usr/local/src/mysql-3.23.49
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'


----
Any thoughts?

Thanks much,

Miles Fidelman



**************************************************************************
Network Technology Corporation              PO Box 600618
Miles R. Fidelman, President                Newtonville, MA 02460-0006
[EMAIL PROTECTED]                        617-558-3698
http://www.ntcorp.com                       fax: 617-630-8946
**************************************************************************



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