libtool
[Top][All Lists]
Advanced

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

versuffixes for different platforms


From: Jan Engelhardt
Subject: versuffixes for different platforms
Date: Tue, 6 Jan 2009 04:12:57 +0100 (CET)
User-agent: Alpine 2.00 (LSU 1167 2008-08-23)

Hi,


I noticed that different platforms get different filenames, e.g.
for "-version-info 16:0:2":

Linux, libfoo.so.14.2.0
NetBSD, libfoo.so.16.0
FreeBSD, libfoo.so.16

I looked at the libtool source and found

        
        freebsd-elf)
          major=".$current"
          versuffix=".$current";

which kinda explains why it [the lack of 2nd and 3rd number on 
platforms] is happening, but not why this was done so.

What is the rationale behind omitting $age and $revision on FreeBSD, and 
using $current.0 on NetBSD?


Jan




reply via email to

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