darcs

Issue 633 build failure on Mac OS 10.4 -- libcurl doesn't have 'curl_multi_timeout'

Title build failure on Mac OS 10.4 -- libcurl doesn't have 'curl_multi_timeout'
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tommy, zooko
Assigned To
Topics Darcs2, Mac

Created on 2008-01-31.22:08:05 by zooko, last changed 2009-08-27.13:54:11 by admin.

Messages
msg3008 (view) Author: zooko Date: 2008-01-31.22:08:03
I think what is happening is that Mac OS 10.4 comes with a libcurl  
that is too old:

configure says:

checking for libcurl... 7.13.1
checking for curl_global_init in -lcurl... yes

and then make says:

[ghc] src/hscurl.o
src/hscurl.c: In function 'perform':

src/hscurl.c:85:0:
      warning: implicit declaration of function 'curl_multi_timeout'
[ghc] src/rts.o
Linking darcs ...
/usr/bin/ld: Undefined symbols:
_curl_multi_timeout
collect2: ld returned 1 exit status
make: *** [darcs] Error 1

I don't know how to write configure.ac language, but if someone gives  
me some hand-holding I can learn how to teach configure.ac to make a  
configure that checks for curl_multi_timeout().

Regards,

Zooko
History
Date User Action Args
2008-01-31 22:08:05zookocreate
2008-02-01 01:30:28markstoslinkissue634 superseder
2008-02-01 01:31:15markstossetpriority: bug
status: unread -> unknown
topic: + Darcs2, Mac
nosy: droundy, tommy, beschmi, kowey, zooko
2008-02-04 15:18:37droundysetstatus: unknown -> resolved
nosy: droundy, tommy, beschmi, kowey, zooko
2009-08-06 17:52:55adminsetnosy: + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, dagit, mornfall, simon, thorkilnaur, - droundy
2009-08-06 20:56:08adminsetnosy: - beschmi
2009-08-10 22:12:44adminsetnosy: - markstos, darcs-devel, jast, dagit, Serware, mornfall
2009-08-25 18:04:22adminsetnosy: + darcs-devel, - simon
2009-08-27 13:54:11adminsetnosy: tommy, kowey, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin