[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Configure broken



Gisle Vanem writes:
> The configure on MingW is broken:
> (...)
> checking for socket in -linet... no
> checking for main in -lgen... no
> checking for select... no
> configure: error: select() required.
> 
> AFAICS due to configure is checking for socket@12() etc.

No, that's another test.  I guess it means something on the system it is
written for.

You can see the code for the 'select() required' test, and the error
message from the compiler, at the end of config.log.

Something like:

configure:9522: gcc -o conftest -g -O2   conftest.c -lgen -lnsl -lsocket -ldl  1>&5
configure:9505: <error message from gcc>
configure: failed program was:
...

-- 
Hallvard