automake
[Top][All Lists]
Advanced

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

Re: library was not installed


From: Ralf Wildenhues
Subject: Re: library was not installed
Date: Thu, 23 Aug 2007 13:53:35 +0200
User-agent: Mutt/1.5.16 (2007-07-25)

Hello Jan,

* Jan Engelhardt wrote on Thu, Aug 23, 2007 at 12:45:46PM CEST:
> 
> in the testcase at http://jengelh.hopto.org/f/am.tar.bz2 ,
> liba.la does not get installed. What is the cause of this

An Automake/Libtool bug/limitation in that it does not enforce the
correct installation order of dependent libraries.  It's a TODO item.

> and how could I fix it?

Work around by listing libraries in the order in which they are to be
installed:
  lib_LTLIBRARIES  = libb.la liba.la

Cheers,
Ralf




reply via email to

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