libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Integrating libtool head into GraphicsMagick


From: Bob Friesenhahn
Subject: Re: Integrating libtool head into GraphicsMagick
Date: Mon, 5 Dec 2005 20:48:04 -0600 (CST)

On Mon, 5 Dec 2005, Bob Friesenhahn wrote:

So I am at a loss as to why Automake fails to build ltdl/libltdlc.la before attempting to use it.

FYI, a quick fix to the build-order problem is

  # Convince libltdl to be built before the library which needs it.
  $(LIBMAGICK): $(LIBLTDL)

but this feels wrong to me. Automake should already know about this dependency.

Is it possible that the problem is due to libtool using

  LIBLTDL = ${top_builddir}/ltdl/libltdlc.la

rather than

  LIBLTDL = ltdl/libltdlc.la

???

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]