cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Curl 7.10.4-pre3 on HP-UX using GCC v3.2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 11 Mar 2003 20:21:13 +0100 (CET)

On Tue, 11 Mar 2003, Fisk, Kevin wrote:

> The error occurs further up, which may be a factor.
>
> configure: WARNING: netinet/if_ether.h: present but cannot be compiled

I've removed the check for this file in the CVS now, it seems it is a
left-over from the past that we don't need these days.

> This is the relevant section of config.log
>
> configure:14065: checking sys/select.h usability
> configure:14078: gcc -c -D_REENTRANT
> -I/usr/local/html-secure/qtwork/qt/project/openssl-0.9.7a/include/openss
> l -I/usr/local/html-secure/qtwork/qt/project/openssl-0.9.7a/i
> nclude conftest.c >&5
> configure:14144:24: sys/select.h: No such file or directory
> configure:14081: $? = 1
> configure: failed program was:
> | #line 14067 "configure"

I think you're mistaking. This is the check for the sys/select.h header file,
which obviously it doesn't find. This isn't necessarily a problem.

The check for the funtion select() is made a bit further down and post a
secton from there.

> The manpage for my "select" command is shows it should be sys/time.h:

That header is included in libcurl where select() is used. But I don't think
the configure script should need that only to check for the existance of the
function.

-- 
 Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs.
-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
Received on 2003-03-11