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

Re: libtool question



>> Igor Genibel <igor@genibel.org> writes:

 > Why using libmifluz_la_LDFLAGS = -version
 > $(MAJOR_VERSION):$(MINOR_VERSION):\ $(MICRO_VERSION) in the makefile
 > this genrates a library which name is libmifluz.so.0.0.22 with MAJOR
 > and TIME version to 0 and MINOR to 22 ?  The result should be
 > libmifluz.so.0.22.0 ?

 Do you mean perhaps -version-info?  And CURRENT:REVISION:AGE?  You
 should really *not* try to influence the version generated by libtool,
 just follow the documentation regarding updating the version
 information and you should be fine.

 HTH,

--
Marcelo



Reply to: