At 04:31 PM 4/26/2001 -0500, Jacob Steinberger wrote:
>I was getting the following, though I've since remove it, it would be easy 
>for me to unzip again..
>
>libmysql.c: In function 'connect2':
>libmysql.c:179: warning: passing arg 5 of 'getsockopt' from incompatible 
>pointer type
>make: 1254-004 The error code from the last command is 1.
>
>Line 179 is the following:
>
>if (getsockopt(s, SOL_SOCKET, SO_ERROR, (char*) &s_err, &s_err_size) != 0)
>
>I was also getting a few errors about int8,16,32 but the make at least it 
>got past those. This is were it died.

Weird, it shouldn't die on a warning. Do you have gmake on that system (GNU 
make)?

Andi


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to