cURL / Mailing Lists / curl-users / Single Mail

curl-users

building 7.11.0 on HP-UX11i

From: Jonathan Bourgeois <jbourgeois_at_Yantra.com>
Date: Tue, 3 Feb 2004 19:45:46 -0500

Hi all,

I have successfully built 7.11.0 on my solaris box, and now I am having trouble building it on my hpux box. Specifically, it fails on the make after running configure. Some of the results from running configure are below:

checking for strtoll... no
checking deeper for strtoll... but still no

checking for stricmp... no
checking deeper for stricmp... but still no
checking for strcmpi... no
checking deeper for strcmpi... but still no

checking for closesocket... no
checking deeper for closesocket... but still no

checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for strlcat... no
checking deeper for strlcat... but still no

From the config.log file:

configure:28326: checking for strtoll
configure:28383: gcc -o conftest -g -O2 conftest.c >&5
/usr/ccs/bin/ld: Unsatisfied symbols:
   strtoll (code)
collect2: ld returned 1 exit status

configure:28414: result: no
configure:28423: checking deeper for strtoll
configure:28441: gcc -o conftest -g -O2 conftest.c >&5
/usr/ccs/bin/ld: Unsatisfied symbols:
   strtoll (code)
collect2: ld returned 1 exit status

warnings in make:

connect.c: In function `bindlocal':
connect.c:297: warning: passing arg 3 of `getsockname' from incompatible pointer type
connect.c: In function `verifyconnect':
connect.c:365: warning: passing arg 5 of `getsockopt' from incompatible pointer type

tail of make:

creating libcurl.la
(cd .libs && rm -f libcurl.la && ln -s ../libcurl.la libcurl.la)
Making all in src
        make all-am
        if gcc -DHAVE_CONFIG_H -I../include -I../src -I../src -g -O2 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \
        then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.c:1014:2: #error "lack of strtoll() needs fixing"
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Any help and pointers to get this resolved would be greatly appreciated.

Thanks.

-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
Received on 2004-02-04