I am trying to compile mysql-5.0.15 on Solaris 5.9 with the
following options:

CC=cc;export CC
CFLAGS="-Xa -fast -native -xstrconst -mt -xarch=v9";export CFLAGS
CXX=CC;export CXX
CXXFLAGS="-noex -mt -xarch=v9" ASFLAGS="-xarch=v9";export CXXFLAGS
./configure --prefix=/usr/local/mysql --enable-assembler

using Sun C 5.6 2004/07/15. I am getting the following errors:

cc -O -DDBUG_OFF -Xa -fast -native -xstrconst -xarch=v9 -D_FILE_OFFSET_BITS=64 -
DHAVE_RWLOCK_T -o factorial my_main.o factorial.o  -mt libdbug.a ../mysys/libmys
ys.a ../strings/libmystrings.a -lpthread -lthread -lposix4 -lcrypt -lgen -lsocke
t -lnsl -lm -lpthread -lthread
Undefined                       first referenced
 symbol                             in file
strmov                              libdbug.a(dbug.o)
ld: fatal: Symbol referencing errors. No output written to factorial
make[2]: *** [factorial] Error 1
make[2]: Leaving directory `/export/home/src/net/db/mysql/mysql-5.0.15/dbug'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/src/net/db/mysql/mysql-5.0.15'
make: *** [all] Error 2

Any suggestions? I am new to the Sun environment. Thanks!


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to