libtool-patches
[Top][All Lists]
Advanced

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

Re: IRIX soname


From: Albert Chin
Subject: Re: IRIX soname
Date: Tue, 26 Mar 2002 11:11:26 -0600
User-agent: Mutt/1.2.5i

On Mon, Mar 25, 2002 at 11:58:24AM -0500, David Kaelbling wrote:
> I recently built a package that used libtool/1.4.2a, and noticed that
> the soname of the shared library was missing $major.  I believe the
> following patch will fix the problem:
> 
> --- ./ltmain.sh       Wed Jan  9 14:26:41 2002
> +++ ../libexif-0.5.0/./ltmain.sh      Mon Mar 25 11:46:44 2002
> @@ -2291,9 +2291,8 @@
>           nonstopux) verstring_prefix=nonstopux ;;
>           *)         verstring_prefix=sgi ;;
>         esac
> -       verstring="$verstring_prefix$major.$revision"
> -
>         major=`expr $current - $age + 1`
> +       verstring="$verstring_prefix$major.$revision"
>  
>         # Add in all the interfaces that we are compatible with.
>         loop=$revision
> 
> I hope that helps!

A change similar to this was checked into the 1.4 branch (branch-1-4)
a week or two back.

-- 
albert chin (address@hidden)



reply via email to

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