Jason Curl wrote:
But I agree with Tor here, the "Library Version" doesn't necessarily
have to be the "Library API version" which is how I understand libtool.
yes, actually I mean library API version...
--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GN
Ralf Wildenhues wrote:
Hi Lorenzo,
* Lorenzo Bettini wrote on Tue, May 19, 2009 at 11:58:04PM CEST:
if I want to print the library version from a program I cannot simply
current:revision:age
because that does not correspond to the actual lib file name, e.g.,
2:0:1 corresponds to mylib.so.1.
Hi,
1. I have a automake, autoconf and libtool build environment
2. I create a "C" libraray using a couple of *.c files
3. now I want to create a "C++" library from the same *.c input
files
4. I have a directoty called "src" with all the *.h and