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. (Just a reference in autobook) My guess is that it may have to do with plugins/Makefile.am: libsasldb_la_LIBADD = ../sasldb/libsasldb.la $(SASL_DB_LIB) $(COMPAT_OBJS) libsasldb.la being built in a neighbouring directory. Have you any hints on where to look? Cheers, Patrick _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool