-
As you say in "Design rationale for the Wrap dependency system" - in windows most proramms are statically linked into one binary.
So this should be а goal of this project.
But I don't see any port…
msink updated
2 years ago
-
on all other targets (xen, solo5) we compile to fully statically linked ELF binaries, whereas on Unix we compile to sth linked against `libm`, `libc`, and `libthr`. Can we change this to be completel…
-
https://www.tcpdump.org/release/libpcap-1.10.1.tar.gz
```
cmakew \
-DCMAKE_EXE_LINKER_FLAGS=-static \
-DINET6=ON \
-DBDEBUG=OFF \
-DENABLE_REMOTE=ON \
…
-
Bug only reproducible inside of release binary when compiled with musl in Alpine, with multiple threads enabled.
```C
/**
* This function will check the current file to see if it resides in a …
-
Would you be able to release statically linked binaries for Linux so that we can use this plugin from a container that is based on [Alpine Linux](https://alpinelinux.org/)?
We use [cf-cli with Alpi…
-
A number of statically-linked functions are detected in the LEGO Star Wars demo (https://www.gamepressure.com/download.asp?ID=7338) but are not removed from the final decompiled code, e.g. `__pow_pent…
-
I'm not an expert and don't know the internals, but is there a reason PyCall can't do whatever PythonCall / juliacall does that lets the user use any Python executable, including ones with a staticall…
-
I'm new to the C/C++ ecosystem so I apologize if I'm doing something wrong, but it seems like when I try to run CMake I get an error that the build_static_extension command is missing.
![image](ht…
-
The current release depends on linux and glibc.
-
Currently the generated CPACK installer does not work on it's own. After installation, if you try to run the Autonomy_Software program, it exits stating that it can't find dynamically linked libraries…