-
# Description
Dokany's license permits static linking but it isn't designed to be used as a static library out of the box. The library defines `DllMain` function which causes multiple definition of t…
-
(Note: this proposal was briefly discussed in #98, the C# design notes for Jan 21, 2015. It's a very rough idea at the moment.)
## Background
C# today supports dynamic linking, such that one assembl…
-
Dynamic linking of `libonnxruntime.so` is annoying. If binaries are not run from cargo, they cannot find it (rpath issue). This makes running examples through a debugger difficult.
Static linking m…
-
configure.in contains:
#CFLAGS="$CFLAGS -I${PWD}/API/Headers -std=gnu99 -g -D_REENTRANT"
CFLAGS="$CFLAGS -I${PWD}/API/Headers -I${PWD}/API/Sources -std=gnu99 -D_REENTRANT -static -fPIC"
LDFLAGS…
-
Right now arrayfire has to be used by linking to the DLL. Since the only parts of arrayfire that are included in the Rust bindings are BSD 3-clause, there should be no problem statically linking array…
-
If I have an "INDIE" (or greater) license I'm allowed to ["Linking Sciter statically"](https://sciter.com/prices/). It's suported by go-sciter?
-
Does gfx-portability support full static linking into an executable? I.e. not build and separately distribute it as a vulkan dll?
We (Embark) are quite interested of replacing the big MoltenVK C++ …
-
**Is your feature request related to a problem?**
C (and C++) has the ability to [link static libraries](https://docs.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-static-library-cpp…
-
```
qt static linking
```
Original issue reported on code.google.com by `tmy1...@gmail.com` on 9 Oct 2010 at 4:00
-
Currently, my `build/test/cuda` takes up 1.8 GB since each test is about 200 MB. I'm guessing this is due to static linking. Would it be possible to turn this off for testing?