cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Fedora 13 issue building curl

From: Kamil Dudka <kdudka_at_redhat.com>
Date: Sat, 11 Sep 2010 09:49:54 +0200

On Saturday 11 September 2010 08:56:42 Dan Fandrich wrote:
> On Fri, Sep 10, 2010 at 05:47:00PM -0700, Quanah Gibson-Mount wrote:
> > --On Friday, September 10, 2010 2:51 PM -0700 Dan Fandrich
> >
> >> diff --git a/acinclude.m4 b/acinclude.m4
> >> index 86f7c7b..225fb9d 100644
> >> --- a/acinclude.m4
> >> +++ b/acinclude.m4
> >> @@ -2145,6 +2145,7 @@
> >> AC_DEFUN([CURL_CHECK_LIBS_CLOCK_GETTIME_MONOTONIC], [ else
> >> LIBS="$curl_cv_gclk_LIBS $curl_cv_save_LIBS"
> >> fi
> >> + CURL_LIBS="$CURL_LIBS $curl_cv_gclk_LIBS"
> >> AC_MSG_RESULT([$curl_cv_gclk_LIBS])
> >> ac_cv_func_clock_gettime="yes"
> >> ;;
> >
> > That patch by itself had no change in behavior.
>
> I just got a chance to try it and it worked for me (using
> CFLAGS=-Wl,--no-add-needed to simulate Fedora 13's ld). You need to run
> ./buildconf and ./configure after applying the patch. Does it work if
> you do that?

It solves the problem with linking the curl tool, but you will face basically
the same problem while linking certain libcurl test-cases.

Kamil
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-09-11