|  | 
 | 
Created on 2008-01-31.22:08:05 by zooko, last changed 2009-08-27.13:54:11 by admin. 
 
  
   | 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 |  |
 
| Date | User | Action | Args |  | 2008-01-31 22:08:05 | zooko | create |  |  | 2008-02-01 01:30:28 | markstos | link | issue634 superseder |  | 2008-02-01 01:31:15 | markstos | set | priority: bug status: unread -> unknown
 topic:
  + Darcs2, Mac
 nosy:
  droundy, tommy, beschmi, kowey, zooko
 |  | 2008-02-04 15:18:37 | droundy | set | status: unknown -> resolved nosy:
  droundy, tommy, beschmi, kowey, zooko
 |  | 2009-08-06 17:52:55 | admin | set | nosy:
  + markstos, jast, Serware, dmitry.kurochkin, darcs-devel, dagit, mornfall, simon, thorkilnaur, - droundy |  | 2009-08-06 20:56:08 | admin | set | nosy:
  - beschmi |  | 2009-08-10 22:12:44 | admin | set | nosy:
  - markstos, darcs-devel, jast, dagit, Serware, mornfall |  | 2009-08-25 18:04:22 | admin | set | nosy:
  + darcs-devel, - simon |  | 2009-08-27 13:54:11 | admin | set | nosy:
  tommy, kowey, darcs-devel, zooko, thorkilnaur, dmitry.kurochkin | 
 |