-
When compiling the rpcapd application on a UNIX system, libpcap is linked statically rather than dynamically (https://github.com/the-tcpdump-group/libpcap/blob/6fedfcefe327395587fe08ce58a80c0fd1bfc09c…
-
I see the 3.7.0 update has feature of "Support for building the core as a static library". I checked out the source and turned off `BUILD_SHARED_LIBS`. I can see a bigger `AviSynth.lib` generated, but…
-
* MLL version for Raspberry Pi. Start with very minimal components (statically linked binaries).
* MIT's ``xv6`` course
https://pdos.csail.mit.edu/6.828/2018/xv6.html
* Ed King's "Linux Name…
-
# 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…
-
```
MinGW tries to link their "gcc" library (and "std" library) dynamically. This
will crash if the corresponding DLLs aren't included with the EXE.
Of course, this raises the size of WaitZar.exe to…
-
```
MinGW tries to link their "gcc" library (and "std" library) dynamically. This
will crash if the corresponding DLLs aren't included with the EXE.
Of course, this raises the size of WaitZar.exe to…
-
Hi. After poking around XYZWare, i found its slicer, and extracted it. They statically linked with perl, which is its own issue, but in it was some code that looked... rather like slic3r.
You can s…
-
Linker error when I try to link with cmrc generated library with a `SHARED` library.
```
/usr/bin/ld: thelibx-resources.a(lib.cpp.o): relocation R_X86_64_PC32 against symbol `_ZN4cmrc6detail9direc…
-
**Feature request**
**Is your feature request related to a problem? Please describe.**
I am using Panama FFI to call the DPDK library. Normally the compilation result of dpdk is a static archive…
-
I wanted to see if it would be possible to implement the features proposed in https://github.com/dart-lang/sdk/issues/52673 via FFI.
I've created a demo for compiling pure assembly to a dylib. (_Th…