cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Fedora 13 issue building curl

From: Quanah Gibson-Mount <quanah_at_zimbra.com>
Date: Fri, 10 Sep 2010 14:08:07 -0700

--On Friday, September 10, 2010 2:05 PM -0700 Quanah Gibson-Mount
<quanah_at_zimbra.com> 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
Received on 2010-09-10