unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
Cc: guile-devel@gnu.org
Subject: Re: Perhaps we can (and should) just detect dangerous linkages...
Date: 13 Oct 2002 20:05:01 +0100	[thread overview]
Message-ID: <m3zntitb1e.fsf@laruns.ossau.uklinux.net> (raw)
In-Reply-To: <87n0pimeg2.fsf@raven.i.defaultvalue.org>

>>>>> "Rob" == Rob Browning <rlb@defaultvalue.org> writes:

    Rob> some-app-2 was linked against libuses-base-foo2 which was linked
    Rob> against libbase2 and libuses-base-bar which was linked against
    Rob> libbase1.  So when some-app-2 calls libuses_base_foo_init and that in
    Rob> turn calls libbase_require_version(LIBBASE_MAJOR_VERSION), the check
    Rob> fails because at runtime foo is calling the libbase_require_version
    Rob> from libbase1, but passing it the compile-time embedded value for
    Rob> LIBBASE_MAJOR_VERSION from the libbase2 it was compiled against.

When an app like this is run, does the system load and use both
libbase1 and libbase2, or does it load both but only use one, or what?

        Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


  reply	other threads:[~2002-10-13 19:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-13 17:33 Perhaps we can (and should) just detect dangerous linkages Rob Browning
2002-10-13 19:05 ` Neil Jerram [this message]
2002-10-13 19:58   ` Rob Browning

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=m3zntitb1e.fsf@laruns.ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-devel@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).