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 _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool