libtool-patches
[Top][All Lists]
Advanced

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

IRIX soname


From: David Kaelbling
Subject: IRIX soname
Date: Mon, 25 Mar 2002 11:58:24 -0500

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!

        David

-- 
David KAELBLING <address@hidden>            Silicon Graphics Computer Systems
1 Cabot Rd, suite 250; Hudson, MA 01749     781.839.2157, fax ...2357



reply via email to

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