-
Hey Marc! I am taking a look at this repo for the first time in a bit. Here's the sample code I'm trying.
```
package main
import (
"database/sql"
"fmt"
_ "github.c…
-
Hi,
I've been attempting to building on MacOS, with the NMOS_CPP_USE_SUPPLIED_JWT_CPP flag to true, causes `Linking CXX static library libjwt-cpp.a` Error
Assuming Boost/cpprestsdk are installed…
-
beast1 github has decided to also release TempEST packages, which occasionally hog the "latest" tag of releases.
My dynamic linking template cannot 'figure' this out, so I have replaced it with a …
-
Hi, i am trying to link ffmpeg libraries to my SDK c project for Zynq 7030.
gcc states that libraries are build with VFP while my binary .elf is not and so the link fails. i have tried to change gcc…
-
Right now, we only support kind-of-static linking: the `swift_library` targets that the binary depends on are statically linked into the final binary, but the Swift runtime libraries are dynamically l…
-
I'm trying to build the [rust-ffmpeg-sys] library with static linking.
## What Happens
It fails to link statically and instead links some libraries dynamically because `Config.statik` doesn't fail…
-
Allow users to specify dynamic library targets in same-package dependencies, which are otherwise always statically linked with the following client-facing API changes to SwiftPM:
```swift
products…
-
Per suggestion in #5537 and encouragement from @angrycub, I'm opening this issue for the purpose of collecting thumbs-ups for building Nomad against non-glibc C libraries. As the binaries currently p…
-
libcurl give errors with static linking, mingw32
-
hi. im trying to link box86 statically so that i can use it in a chroot and replace qemu. i add a `-DCMAKE_EXE_LINKER_FLAGS=-static` to cmake. on linking stage it got l lot "undefined reference to xx"…