-
Hi,
I'm attempting to link your library with a combination of `FetchContent` and `add_custom_target`. Everything installs great, but when I link KMC (the one built by your CMakeLists) in order to s…
-
Hi, thanks for your work. I am trying to use Corrosion to build a binary crate using a C/C++ CMake built library (the Azure IoTHub C SDK). What I don't understand (or perhaps I missed in the docs) is …
-
The "P" extension highlighted in the [AX45MP](https://www.andestech.com/wp-content/uploads/AX45MP-1C-Rev.-5.0.0-Datasheet.pdf) emphasis on AI performance, as outlined in the AX45MP datasheet.
The …
-
In my testing, the macOS linker always omits zone.o when linking statically. See https://github.com/cockroachdb/cockroach/pull/15275 where we ran into this after switching to jemalloc's native build s…
-
Hi!
After I made some modifications on `.cpp` and `.h` files, the new version of executable `my_website` began to crash and print the following message:
`/usr/local/bin/my_website/my_website: sy…
-
I know nothing about what static linking is and whether it's possible in a general case.
Currently produced binaries on CI will fail on a M1 Mac because the llvm location is different :-/
```
❯…
-
The work-around in question is here:
https://github.com/flintlib/flint/blob/74907c3c34d985b3e8c63c93e122a5d94c993d61/Makefile.in#L411-L430
Unfortunately, not all linkers support the `-r` option.…
-
Package: darknet[core,cuda,opencv-cuda]:x64-windows@2022-03-06#4
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.41.34123.0
- vcpkg-tool version: 2024-10-18-e392d7347fe72dff56e7857f7…
-
Hi @eugeneware!
As you may know, ffmpeg is built of some libraries (libav*) - which can be useful on their own.
I'm currently manually managing libav dependencies in a node project (the project …
-
On aarch64 (also presume others) the x86_64 dynamically linked bootstrap is downloaded. This cannot execute via a qemu-binfmt misc binary execution on Linux because it requires an additional flag set…