>>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:

Garst> This is a multi-part message in MIME format.
Garst> --------------37E3EFE63C403AC7C25D10FB Content-Type:
Garst> text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit

Garst> Jean-Marc Lasgouttes wrote:
>>  >>>>> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes:
>> 
Garst> The problem seems to be in configure at line 5848 where it sets
Garst> args 2,3,4 to int. I changed the int to fd_set, and all seems
Garst> well. I can change it back and re-run configure if you still
Garst> need it.
>>  I'd like to see the error messages you get in config.log when
>> these tests are run. The right flags are among the ones that
>> configure checks, so it should have worked.
>> 
>> JMarc
Garst> ok, here they are. I reverted my change to configure.

Try to change line 5822 of configure from
  extern select ...
to
  extern int select ...

This should fix your problem. If it does, than this is a bug in
autoconf.

JMarc

Reply via email to