libtool
[Top][All Lists]
Advanced

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

Move from handcrafted makefile to libtool


From: Stepan Kasal
Subject: Move from handcrafted makefile to libtool
Date: Thu, 14 Sep 2006 15:36:36 +0200
User-agent: Mutt/1.4.2.1i

Hello,
  project newt currently uses handcrafted makefiles and installs
libnewt like this:

/usr/lib/libnewt.so.0.52.1
/usr/lib/libnewt.so.0.52 -> libnewt.so.0.52.1

where SONAME is libnewt.so.0.52

We would like use automake with the project, which means libtool
should be used for shared libraries.

Is there a way to get the above soname, so that current applications
need not be recompiled?

The option -version-number seems to generate sonames in form
        libname.so.n

Or is there a way to modify the builddir/libtool script to get this?

Please CC me, I'm not subscribed.

Thanks for any help,
        Stepan Kasal




reply via email to

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