libtool
[Top][All Lists]
Advanced

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

Re: .lai files


From: Patrick Welche
Subject: Re: .lai files
Date: Fri, 19 Sep 2008 16:19:18 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

On Wed, Sep 17, 2008 at 10:25:00PM +0200, Ralf Wildenhues wrote:
> >> I'm trying to debug the libsasl make install error:
> >>
> >> libtool: install: /usr/bin/install -c .libs/libsasldb.lai 
> >> /usr/local/lib/sasl2/libsasldb.la
> >> install: .libs/libsasldb.lai: stat: No such file or directory
> >>
> >> but I can't seem to find any documentation on where/when a .lai is created.
> 
> Should be created at the time the .la file is created.


Ah.. Is the following true:

  No -rpath flag => convenience library => no .lai is created ?


Anyway, CMU libsasl's breakage is to define

  AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir)

in plugins/Makefile.am, but then override that setting for every plugin with
its own LDFAGS eg

  libsasldb_la_LDFLAGS = -version-info $(sasldb_version)


Cheers,

Patrick




reply via email to

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