unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guile-user@gnu.org
Subject: Re: libguilereadline load
Date: Tue, 22 Jan 2013 23:09:51 +0100	[thread overview]
Message-ID: <87r4lc3m4w.fsf@gnu.org> (raw)
In-Reply-To: 2748570.HcEtJvY3KZ@main

Hi,

Dmitry Roshchin <dmitry@roshchin.org> skribis:

> Is it normal, that guile tries to load "libguilereadline-v-18.so" instead of 
> "libguilereadline-v-18.so.18"? Guile  version - 2.0.7.

You normally have both, as well as libguilereadline-v-18.la, no?

Guile uses ltdl for dynamic loading (info "(libtool) Using libltdl").
The rule is to first search for .la files.  The .la file tells ltdl that
the real library is the .so.18 file, which ltdl then loads.

When the .la file is missing, ltdl tries the .so file instead (not the
.so.18 file).

HTH,
Ludo’.




  reply	other threads:[~2013-01-22 22:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-22 15:28 libguilereadline load Dmitry Roshchin
2013-01-22 22:09 ` Ludovic Courtès [this message]
2013-02-01  9:52   ` Dmitry Roshchin
2013-02-01 10:03     ` Nala Ginrut
2013-02-01 17:30     ` Ludovic Courtès
2013-02-01 19:26       ` Nala Ginrut
2013-02-04 11:14     ` Andy Wingo
  -- strict thread matches above, loose matches on Subject: below --
2013-01-22 14:46 Dmitry Roshchin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4lc3m4w.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).