Hello,

I want to install the source distribution of Mysql on Solaris 2.7.
I have make this:

gzip mysql-3.23.45.tar.gz
gtar xvf mysql-3.23.45.tar
cd mysql-3.23.45

setenv CFLAGS "-O3"
setenv CXX gcc
setenv CXXFLAGS "-O3 -felide-constructors -fno-exceptions -fno-rtti" 
./configure --prefix=/opuskit/pub/mysql-3.23.45 --enable-assembler
--with-mysqld-ldflags=-all-static
make


The error message is:

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 /home/scd2/tringa/pub/mysql-3.23.45/client
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/scd2/tringa/pub/mysql-3.23.45
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'


Help me please.

Christine TRINGA.
ST Microelectronics.


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