public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ada/23750] New: Suggest using a more standard soname for libgnat
@ 2005-09-06 13:12 ludovic dot brenta at insalien dot org
  2005-09-06 13:14 ` [Bug ada/23750] " ludovic dot brenta at insalien dot org
  0 siblings, 1 reply; 4+ messages in thread
From: ludovic dot brenta at insalien dot org @ 2005-09-06 13:12 UTC (permalink / raw)
  To: gcc-bugs

The soname for libgnat and libgnarl are currently libgnat-4.0.so and
libgnarl-4.0.so, respectively.  Starting with 4.1, I suggest using a naming
scheme that is more in line with Unix tradition and standards, i.e.
libgnat.so.4.1 and libgnarl.so.4.1.  The minor version number should
be part of the file name, but not of the soname, e.g. libgnat.so.4.1.1,
libgnarl.so.4.1.1 (when 4.1.1 is released).  On an installed system, we
would thus have:

/usr/lib/libgnat.so.4.1.0 (the shared library)
/usr/lib/libgnat.so.4.1 -> libgnat.so.4.1.0 (symlink used at run time)
/usr/lib/libgnat.so -> libgnat.so.4.1.0 (symlink used at link time)

-- 
Ludovic Brenta.

-- 
           Summary: Suggest using a more standard soname for libgnat
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P1
         Component: ada
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ludovic dot brenta at insalien dot org
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23750


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20050906131227.23750.ludovic@ludovic-brenta.org>]
[parent not found: <bug-23750-4@http.gcc.gnu.org/bugzilla/>]

end of thread, other threads:[~2012-01-11 14:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06 13:12 [Bug ada/23750] New: Suggest using a more standard soname for libgnat ludovic dot brenta at insalien dot org
2005-09-06 13:14 ` [Bug ada/23750] " ludovic dot brenta at insalien dot org
     [not found] <20050906131227.23750.ludovic@ludovic-brenta.org>
2005-09-09 13:38 ` ludovic at ludovic-brenta dot org
     [not found] <bug-23750-4@http.gcc.gnu.org/bugzilla/>
2012-01-11 14:28 ` rguenth at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).