public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: matteo.pampolini@seleniacomms.com
To: binutils@sources.redhat.com
Subject: Re: Linking against shared library linked to another shared one, please help
Date: Thu, 10 Mar 2005 16:22:00 -0000	[thread overview]
Message-ID: <OF19FFB83D.1814CE2A-ONC1256FC0.00598423-C1256FC0.0059EF86@SeleniaComms.com> (raw)

matteo.pampolini@seleniacomms.com writes:

> because I was not able to understand how to use it, could you please help
> me?

Please send a message to the mailing list (not just to me) explaining
what you thought would happen, and what happened that was different.

Basically if the linker sees that -la requires -lb (has a DT_NEEDED
entry for -lb), the linker will search for -lb using directories named
in -rpath-link.  If it finds the library, all should be well.  If it
does not find the library anywhere, it will issue a warning.  This
warning is intended to tell you that your program will not execute
because the dynamic linker will not be able to find -lb.

 Ian

But my problem is not the linker warning, is the fact that the app doesn't
link at all
because of unresolved symbols (the ones implemented inside lb).

Thanks,

Matteo.

             reply	other threads:[~2005-03-10 16:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-10 16:22 matteo.pampolini [this message]
2005-03-10 22:39 ` Ian Lance Taylor
  -- strict thread matches above, loose matches on Subject: below --
2005-03-10 15:34 matteo.pampolini
2005-03-10 16:00 ` Ian Lance Taylor

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

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

  git send-email \
    --in-reply-to=OF19FFB83D.1814CE2A-ONC1256FC0.00598423-C1256FC0.0059EF86@SeleniaComms.com \
    --to=matteo.pampolini@seleniacomms.com \
    --cc=binutils@sources.redhat.com \
    /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).