question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarify stance on shipping static libraries

See original GitHub issue

Issue: Guidance on how we want to package static libraries is rather thin.

Windows users are requesting that we ship static libraries to easy pypi packaging.

https://github.com/conda-forge/lcms2-feedstock/pull/8#issuecomment-633565037

A few notes I found about static linking include:

I guess whatever the decision is, I would like to be able to document it so that I can refer to it in the future.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
isurufcommented, May 26, 2020

The 2nd one, but we should clarify how the splitting should be done. (What names and files should go in the output)

0reactions
beckermrcommented, Aug 15, 2020

closing due to cfep18

Read more comments on GitHub >

github_iconTop Results From Across the Web

Notarization error for "Growl.framework" and "libchilkatCocoa.a"
Now when I try to notarize this app by signing and recompile it, I few errors for 3rd party package "Growl.framework" and for...
Read more >
Building And Using Static And Shared "C" Libraries
Shared libraries (also called dynamic libraries) are linked into the program in two stages. First, during compile time, the linker verifies that all...
Read more >
Is it possible to ship libraries with code?
If you're talking about the libraries which are not available as stand-alone products, then a package manager is indeed an excellent ...
Read more >
Introduction to static and dynamic, libraries and frameworks on ...
Libraries can be linked statically (called static libraries) or dynamically (dynamic libraries). We'll look at what linking means in a few.
Read more >
When to use dynamic vs. static libraries - Stack Overflow
If the library is dynamic then at link time references to the required methods are built in to your executable. This means that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found