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 3946714
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T01:09:58+00:00 2026-05-20T01:09:58+00:00

The title mostly covers it, what is the difference between a module and a

  • 0

The title mostly covers it, what is the difference between a module and a shared library? I just found this distinction in CMake’s add_library command, where they say:

SHARED libraries are linked dynamically and loaded at runtime. MODULE libraries are plugins that are not linked into other targets but may be loaded dynamically at runtime using dlopen-like functionality.

But I can load a shared object using dlopen(), can’t I?

  • 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-20T01:09:58+00:00Added an answer on May 20, 2026 at 1:09 am

    The difference is that you can link to a SHARED library with the linker, but you cannot link to a MODULE with the linker. On some platforms.

    So… to be fully cross-platform and work everywhere CMake works, you should never do this:

    # This is a big NO-NO:
    add_library(mylib MODULE ${srcs})
    target_link_libraries(myexe mylib)
    

    To be fair, on Windows, they’re both just dlls, and so this code might actually work. But when you take it to a platform where it’s impossible to link to the MODULE, you’ll encounter an error.

    Bottom line: if you need to link to the library, use SHARED. If you are guaranteed that the library will only be loaded dynamically, then it’s safe to use a MODULE. (And perhaps even preferable to help detect if somebody does try to link to it…)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The title says it mostly. If I have an object in Python and want
Title pretty much describes it, I just need to get all the order numbers
Title kinda says it all. The usual SOS command !bpmd doesn't do a lot
I have a CSV file will 3x10^6 rows, title and body mostly, the text
As title. I'm not interested in converting between FillOrder=2 and FillOrder=1. Rather, I have
Ok I had a huge Issue giving this a proper title, my excuses for
I know there are a lot of topics with the same title. But mostly
All, I'm a fairly new and I mostly studied OOP with Java. With this
I know the title makes little sense, mostly because it's hard to explain in
Mostly my entries in seeds.rb are simple, like this: User.create!( name: Peter admin: false;

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.