Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6101119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:27:50+00:00 2026-05-23T13:27:50+00:00

Is it possible to provide a shared library – which links against another shared

  • 0

Is it possible to provide a shared library – which links against another shared library during its creation – transparent to the end user?

As an example of what I mean:

Shared Library Build

g++ ... `pkg-config gtk+-2.0 --cflags` ... `pkg-config gtk+-2.0 --libs`

Desired User Build

g++ file.cc -lfoo

Where libfoo.so.0 is the shared library.

I can only seem to get this to work if the user build includes the pkg-config gtk+-2.0 .... Is there a way, during the creation of the shared object, to allow the end user to not have to worry about the indirect libraries used within libfoo?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T13:27:50+00:00Added an answer on May 23, 2026 at 1:27 pm

    If you have a shared library libABC.so which links to libXYZ.so then,
    while creating your libABC.so, you have to link with libXYZ.so

     ld --shared -o libABC.so -L. -lXYZ
    

    While compiling the application,

    gcc app.c -L. -lABC
    

    don’t forget to, export the library path

    export LD_LIBRARY_PATH=.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to create a Silverlight application which can be used to provide
I need to verify something for which I have doubts. If a shared library
Is it possible to provide Basic authentication to clients using ASP.Net to authenticate the
I'm having the trouble finding the wording, but is it possible to provide a
I know that it's possible to implicitly provide asynchronous interaction using: Asynchronous Delegates Asynchronous
Possible Duplicate: Why does C# not provide the C++ style ‘friend’ keyword? I'd like
Is it possible to implement Bluetooth devices to provide conference rather than one-to-one operation.
If this is possible, please provide a sample query or two so I can
For a test I'd like to load two instances of a shared library from
I'm working on a section of code that has many possible failure points which

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.