From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3e5cb326bf672965 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.glorb.com!peer1.news.newnet.co.uk!194.159.246.34.MISMATCH!peer-uk.news.demon.net!kibo.news.demon.net!mutlu.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT, shared libraries, building in different directories...madness! Date: Sat, 07 Oct 2006 09:21:33 +0100 Organization: Pushface Message-ID: References: <1159469642.836410.101620@i42g2000cwa.googlegroups.com> <87lko19qjw.fsf@ludovic-brenta.org> <1160050975.900425.183610@b28g2000cwb.googlegroups.com> <1160051616.170431.280220@k70g2000cwa.googlegroups.com> <1160062136.516903.267670@m73g2000cwd.googlegroups.com> <87sli21pj8.fsf@ludovic-brenta.org> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1160209292 23858 62.49.19.209 (7 Oct 2006 08:21:32 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 7 Oct 2006 08:21:32 +0000 (UTC) Cancel-Lock: sha1:0cR57/yVccoA8fyLv0wB5rKe+no= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Xref: g2news2.google.com comp.lang.ada:6899 Date: 2006-10-07T09:21:33+01:00 List-Id: Ludovic Brenta writes: > /usr/lib/libfoo.so.1.2.3 (with soname libfoo.so.1) > /usr/lib/libfoo.so.1 -> libfoo.so.1.2.3 (run-time link) > /usr/lib/libfoo.so -> libfoo.so.1.2.3 (development-time link) I thought it was slightly more 'normal' to have libfoo.so link to libfoo.so.1 -- probably makes no difference to the computer, though!