Hi,

My system architecture is:
SunOS bigfoot 5.6 Generic_105181-30 sun4u sparc SUNW,Ultra-1

Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/3.0.2/specs
Configured with: ../configure --with-as=/usr/local/bin/as 
--with-ld=/usr/local/bin/ld : (reconfigured) ../configure 
--with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld
Thread model: posix
gcc version 3.0.2

Configuring MySQL with:
shell> FLAGS="-O3" CXX=gcc CXXFLAGS="-O3 -felide-constructors 
-fno-exceptions -fno-rtti"
 ./configure --prefix=/usr/local/mysql 
 --localstatedir=/usr/local/mysql/data --with-thread-safe-client

And during the make it keeps dying at this point. It goes into the 
client folder and I get the following error:

g++ -DUNDEF_THREADS_HACK -I./../include                                 
-I../include -I./.. -I..                                -I..    -O3 
-DDBUG_OFF   -fno-implicit-templates -fno-exceptions -fno-rtti 
-DHAVE_RWLOCK_T -c mysql.cc
mysql.cc: In function `int sql_connect(char*, char*, char*, char*, unsigned
   int)':
mysql.cc:2171: `sleep' undeclared (first use this function)
mysql.cc:2171: (Each undeclared identifier is reported only once for each
   function it appears in.)
make: *** [mysql.o] Error 1

Can anyone please help me?

Thanks.

-- 
Harvey Hou
Computer/Network/System Administrator
UNC Highway Safety Research Center
email: [EMAIL PROTECTED]
http://www.hsrc.unc.edu/

-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

mQCNAzMXB/YAAAEEAPkb8vDVZvfUz4WorNTzQztCqvBok7s38pQZrrILwzwe1ey5
LznGlkBhBdWzNWveKq8W1rC43JOVOVbPA9XRgHqzhN+Aa7/sX50WgoNoC6AunsKO
7jJcZIf+lyYKMPwE4OX9DSi52fnbaar7RTJaM6rLO7tXmcsox8GOWV0EYQjJAAUR
tCRIYXJ2ZXkgSG91IDxob3VAY2xhaXJlLmhzcmMudW5jLmVkdT4=
=VsUa
-----END PGP PUBLIC KEY BLOCK-----




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