cURL / Mailing Lists / curl-library / Single Mail

curl-library

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

From: Fisk, Kevin <KFisk_at_linkpoint.com>
Date: Tue, 11 Mar 2003 11:50:52 -0800

I made an error. This is actually the correct text.

configure:14854: checking for select
configure:14904: gcc -o conftest -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/include
-L/usr/
local/html-secure/qtwork/qt/project/openssl-0.9.7a/lib conftest.c -lssl
-lcrypto >&5
configure:14937: conflicting types for `select'
/usr/include/sys/time.h:489: previous declaration of `select'
configure:14907: $? = 1
configure: failed program was:
| #line 14859 "configure"
.
.
.
-----Original Message-----
From: Fisk, Kevin
Sent: Tuesday, March 11, 2003 11:38 AM
To: 'curl-library_at_lists.sourceforge.net'
Subject: RE: Curl 7.10.4-pre3 on HP-UX using GCC v3.2

I THINK this is what you're looking for.

configure:14910: test -s conftest
configure:14913: $? = 0
configure:14924: result: yes
configure:14854: checking for poll
configure:14904: gcc -o conftest -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/includ
e -L/usr/local/html-secure/qtwork/qt/project/openssl-0.9.7a/lib
conftest.c -lssl -lcrypto >&5
configure:14907: $? = 0
configure:14910: test -s conftest
configure:14913: $? = 0
configure:14924: result: yes
configure:14987: error: Can't work without an existing select() function

It SEEMS to say "yes", but issue the error.

-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Tuesday, March 11, 2003 11:21 AM
To: libcurl Mailing list
Subject: RE: Curl 7.10.4-pre3 on HP-UX using GCC v3.2

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