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
>
* Patrick Welche wrote on Fri, Sep 19, 2008 at 05:19:18PM CEST:
> Ah.. Is the following true:
>
> No -rpath flag => convenience library => no .lai is created ?
Yes, I think so.
> Anyway, CMU libsasl's breakage is to define
>
> AM_LDFLAGS = -module -export-dynamic -rpath $(plugindir)
>
> in
On Fri, Sep 19, 2008 at 07:56:28PM +0200, Ralf Wildenhues wrote:
> Please note that Automake 1.10 has changed handling of *_LDFLAGS,
> quoting from the NEWS file:
So that explains why everyone isn't clamouring - I am using automake 1.10a
Thanks,
Patrick
___