-
### 🚀 The feature
Hello! Thanks for the project.
It would be nice to be able to specify a different path for the ffmpeg binary that will be loaded by torchcodec. If a different binary is provided…
-
Although `configure` lists `--enable-static` as default, the resulting tools are dynamically built. Explicitly passing `--enable-static` to configure does not change the behavior.
```
$ ldd ./rdf2…
-
Hi, first off thanks a lot for making & open-sourcing this library! Extremely helpful, very much looking forward to seeing it perform in production!
Question: I am assuming it's not (easily) possib…
-
We deploy things with linux but most developers are using OSX. It would be very convenient to have a somalier binary compiled for OSX.
I tried to do it myself but it invoked quite a large chain of…
-
The Linux binary provided for headroom v0.4.3.0 appears to be dynamically linked:
```
headroom: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or di…
fdcds updated
2 years ago
-
If you create a file starting with a dot, it is shown greyed in the file browser (and that's fine).
It can be renamed or deleted, and that's fine too.
But it does not load in the editor and spits ou…
-
We should provide statically linked binaries for users who just want to use our application as convenient as possible. @stefanorf, @briehm I think somebody already looked into this issue.
If yes, coul…
mhoff updated
9 years ago
-
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…
-
Currently, when a binary crashes and is detected as C binary i have found a few issues :
- `*.so` libs are not sent along with the binary
- debugging symbols table are not sent too. usually they ar…
-
Currently we rely on `LD_PRELOAD` to load the `--tool` library, however, `LD_PRELOAD` doesn't work with static binaries, such as compiled `go` programs. It is possible to write our own mini (dynamic) …