[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool.m4: shrext should be shared_ext
From: |
Max Bowsher |
Subject: |
Re: libtool.m4: shrext should be shared_ext |
Date: |
Wed, 9 Jul 2003 23:15:29 +0100 |
tjoen wrote:
> [not subscribed to the list, only submitting bugfix]
> Libtool 1.5 linux
>
> Problem: $shared_ext has no value, libs are installed without .so suffix
> Search on shrext and shared_ext in the mailinglist: no results.
>
> /usr/share/aclocal/libtool.m4:
>
> # Shared library suffix (normally ".so").
> shrext='$shrext'
>
> that should be
> shared_ext='$shrext'
I think you have mismatched versions of libtool.m4 and ltmain.sh.
Max.