-
**Describe the issue**
As discussed on Slack, a puzzling problem I encountered was that some shutdown hooks wouldn't run in spite of using `--install-exit-handlers`. It took a lot of digging before…
-
Is it possible to establish a config for a directory (probably relative) in which the output file could reside? Same question for the filename. My web directory is within a PIO project. Something li…
-
Configuring with `./configure --enable-static --enable-static-boost --disable-shared` and building on the Pi still seems to result in the following:
```
$ ldd cc-tool
linux-vdso.so.1 (0xb…
ghost updated
4 years ago
-
Installation on a raspberrypios Bullseye aarch64 of Paddle-lite 2.10.
unable to get a shared library recognized by this application, (Face-Mask-Detection-Raspberry-Pi-64-bits).
So to get a static li…
-
I would like to compile a statically linked version of PyOxidizer with musl instead of glibc. I read in your documentation the following.
> "On Linux, a binary built with musl libc should just wor…
-
Hey everyone :D
I saw that Bucklescript has support for [condition compilation](https://bucklescript.github.io/bucklescript/Manual.html#_conditional_compilation_support_static_if) but it's a preproc…
-
C++ is a complex beast, and there is a number of static code analysis (SCA) tools which aim to help developers tame this complexity. The tools are run best as part of the build, _but_ they can be slow…
-
**Describe the bug**
1. Public nvCOMP 4.0.0 doesn't seem to include header files (no "include" directory).
2. Public nvCOMP 4.0.1 has headers but linker issues arise when using static compilation in d…
-
Hi,
I've experienced a linking issue on Ubuntu 22.04 when I install the onnxruntime libs (same as used in cmake: "onnxruntime-linux-x64-static_lib-1.17.1-glibc2_17.zip") upfront into /usr/local.
S…
-
Some functions have hard dependencies and the handling in case the dependency is not present is inconsistent in the code.
Examples:
Fixed_border_parameterizer_3 or Orbifold_Tutte_parameterizer_3 t…