Machine info:
---------------------------------------------------------------------------
-
$ uname -a
Linux www 2.0.34 #1 Thu Feb 25 21:04:19 PST 1999 mips unknown

$ gcc -v
Reading specs from /usr/lib/gcc-lib/mipsel-redhat-linux/egcs-2.90.27/specs
gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)


Configure command:
---------------------------------------------------------------------------
-
./configure --with-low-memory --disable-assembler --disable-shared \
    --with-mysqld-ldflags="-all-static" 
--with-client-ldflags="-all-static" \
    mipsel-unknown-linux-gnu

The error:
---------------------------------------------------------------------------
-
In file included from mini_client.cc:43:
../include/global.h:680: warning: abstract declarator used as declaration
mini_client.cc: In function `int mc_sock_connect(int, const struct 
sockaddr *, unsigned int, unsigned int)':
mini_client.cc:318: warning: passing `int *' as argument 5 of 
`getsockopt(int, int, int, void *, unsigned int *)' changes signedness
mini_client.cc: In function `struct st_mysql * mc_mysql_connect(struct 
st_mysql *, const char *, const char *, const char *, const char *, 
unsigned int, const char *, unsigned int)':
mini_client.cc:623: passing `int *' as argument 5 of 
`gethostbyname_r(const char *, hostent *, char *, unsigned int, hostent 
**, int *)'
make[3]: *** [mini_client.o] Error 1
make[3]: Leaving directory 
`/home/sites/home/users/admin/mysql-3.23.44/sql'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/home/sites/home/users/admin/mysql-3.23.44/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sites/home/users/admin/mysql-3.23.44'
make: *** [all-recursive-am] Error 2


What's going on / how do I fix this?


Paul

         shad 96c / uw cs 2001 / mac activist / eda / fumbler
fan of / jewel / sophie b. / sarah slean / steve poltz / emm gryner /
       / x-files / buffy / dawson's creek / habs / bills / 49ers /
         
         t h i n k  d i f f e r e n t.

"Craziness that is you!" -- JS


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