mysqld.cc: In function `void* handle_connections_sockets(void*)':
mysqld.cc:2394: invalid conversion from `size_socket*' to `socklen_t*'
mysqld.cc:2460: invalid conversion from `size_socket*' to `socklen_t*'
make[3]: *** [mysqld.o] Error 1

I am using gcc-3.1 on Solaris 8(SPARC) and attempting to compile 3.23.51
and I get the above error.  

I ran configure as:
CC=gcc CFLAGS="-O3" \
CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
./configure --prefix=/usr/local/mysql --with-low-memory --enable-assembler

Should I post my entire config.h?   I have the following that seems
relavent:
/* Define as the base type of the last arg to accept */
#define SOCKET_SIZE_TYPE int

/* Last argument to get/setsockopt */
/* #undef SOCKOPT_OPTLEN_TYPE */

Any suggestions?
Ryan


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