darcs

Issue 634 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 build failure on Mac OS 10.4 -- libcurl doesn't have 'curl_multi_timeout'
View: 633
Nosy List darcs-devel, dmitry.kurochkin, kowey, markstos, thorkilnaur, tommy, zooko
Assigned To
Topics

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

Messages
msg3009 (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
msg3010 (view) Author: markstos Date: 2008-02-01.01:30:27
Dupe of issue633.
History
Date User Action Args
2008-01-31 22:08:05zookocreate
2008-02-01 01:30:28markstossetpriority: bug
status: unread -> resolved
superseder: + build failure on Mac OS 10.4 -- libcurl doesn't have 'curl_multi_timeout'
messages: + msg3010
nosy: + markstos
2009-08-06 17:52:59adminsetnosy: + jast, Serware, dmitry.kurochkin, darcs-devel, dagit, mornfall, simon, thorkilnaur, - droundy
2009-08-06 20:56:10adminsetnosy: - beschmi
2009-08-10 22:12:47adminsetnosy: - darcs-devel, jast, dagit, Serware, mornfall
2009-08-25 18:04:25adminsetnosy: + darcs-devel, - simon
2009-08-27 13:53:55adminsetnosy: tommy, kowey, markstos, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin