Bugs item #1510313, was opened at 2006-06-21 20:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1510313&group_id=976
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Erin Goodman (elasticmuffin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Curl 7.15.4 fails compile with c-ares 1.3.0
Initial Comment:
I was using the script located at:
http://www.fbsd-dev.org/cgi-bin/cvsweb.cgi/~checkout~/curlinstall/curlinstall.sh?rev=1.13;content-type=application%2Fx-sh
to install libcurl for Unrealircd. Noting that the
latest version of curl was 7.15.4, I updated the
version of curl in the script. Download worked fine,
compile of curl progressed fine, until I got this:
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2
-L/home/arcsine/depend/ares/lib -o curl main.o
hugehelp.o urlglob.o writeout.o writeenv.o getpass.o
homedir.o strtoofft.o timeval.o ../lib/libcurl.la
-lcares -lssl -lcrypto -ldl -lssl -lcrypto -lz
gcc -g -O2 -o curl main.o hugehelp.o urlglob.o
writeout.o writeenv.o getpass.o homedir.o strtoofft.o
timeval.o
-L/home/arcsine/depend/ares/lib ../lib/.libs/libcurl.a /home/arcsine/depend/ares/lib/libcares.a
-ldl -lssl -lcrypto -lz
../lib/.libs/libcurl.a(hostares.o): In function
`Curl_resolv_getsock':
/home/arcsine/depend/curl-7.15.4/lib/hostares.c:113:
undefined reference to `ares_getsock'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory
`/home/arcsine/depend/curl-7.15.4/src'
make[1]: *** [install] Error 2
make[1]: Leaving directory
`/home/arcsine/depend/curl-7.15.4/src'
make: *** [install-recursive] Error 1
So I go back and try curl 7.15.1. It works fine.
Clearly some change has been introduced since that
broke this build. Tests on 7.15.2 and 7.15.3
revealed that this change must have been introduced
between .3 and .4.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1510313&group_id=976
Received on 2006-06-22