--On Friday, September 10, 2010 2:05 PM -0700 Quanah Gibson-Mount <[email protected]> wrote:

I don't have this issue on the other 20 or so OSes I build curl on.  Any
idea why curl is failing to pick up librt?

Adding it to the Makefile on this line:

curl_LDADD = $(top_builddir)/lib/libcurl.la -lz

to

curl_LDADD = $(top_builddir)/lib/libcurl.la -lz -lrt

fixes it.  Still, I would think that would be automatically determined.

--Quanah
--

Quanah Gibson-Mount
Principal Software Engineer
Zimbra, Inc
--------------------
Zimbra ::  the leader in open source messaging and collaboration
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to