Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about dynamic-library

Read more about dynamic-library

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - dynamic-library

Thick binding dynamic library: Undefined references

What I did so far on my Linux Mint system: Write a thin binding to the GSL library Write a thick binding based on the thin binding Write a test program for 1. Write a test program for 2. When I crea...
test-img

hreba

ada

undefined-reference

dynamic-library

gnat

Votes: 0

Answers: 1

Latest Answer

You named your thick wrapper library gsl. The library you're wrapping is also named gsl. Internally, this will cause the linker to get -lgsl two times, and both will be resolved to your thick wrapper....
test-img

flyx

Lifecycle of a shared library?

I've found multiple posts describing in detail the differences between static and shared libraries; however, I have yet to see an overarching view on when the shared library is loaded, what goes on he...
test-img

Anthony Lam

c++

shared-libraries

static-libraries

dynamic-linking

dynamic-library

Votes: 0

Answers: 1

Latest Answer

Static linking - the code is linked directly into the executable program's file. The code effectively loads when the executable program is started. The loader doesn't really know about libraries at t...
test-img

selbie

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved