[gfortran patch] use libtool version info

Steven Bosscher stevenb@suse.de
Sun Jul 4 08:50:00 GMT 2004


On Sunday 04 July 2004 06:34, Matthias Klose wrote:
> Although the VERSION_libtool is set to 6:0:0, the library that is
> built has '0' in it's soname. The simple fix is to define
>
>     libgfortran_la_LDFLAGS = -version-info $(libtool_VERSION)
>
> in the Makefile.am, but requires regenerating the files when the
> soname changes. The following patch puts the version in it's own file
> as done for the other runtime libraries.
>
> Ok to checkin?

Yes.


> Is there a reason to start with 6 as the version number? Or should the
> be 1?

We probably copied it over from libstdc++  ;-)

I think we should start at version 1, or even 0.x.y until the library
is finished.  Thoughts, others?

Gr.
Steven





More information about the Fortran mailing list