-
It would be nice to be able to build and install go-nanomsg using static linking. I choose nanomsg over zmq because it was written in pure C, and is thus easily linkable in a single Go binary.
In my …
-
I recently found this project. I like that it seems to follow along the lines of Godot as a Godot user. I got my own little hello world not really much, not at this point anyway. I am wanting to ma…
-
I used vcpkg to install OpenCV with CUDA support. I want to statically linking the OpenCV library while using dynamic linking for the CUDA libraries. However, I encountered a problem where the CUDA li…
-
Hello, i am currently looking for a way to statically compile all needed dependencies into the binary for running on a bare bone debian system. I am pretty new to CMake, so i would really appreciate i…
-
Ruby's pkg-config file sets its libraries to the shared library:
```pc
LIBPATH=@LIBPATH@
LIBRUBY_A=lib${RUBY_SO_NAME}-static.a
LIBRUBY_SO=lib${RUBY_SO_NAME}.${SOEXT}.${RUBY_PROGRAM_VERSION}
LIBRU…
-
I saw this line in the cpp example:
```cmake
# On Windows, copy the Slint DLL next to the application binary so that it's found.
```
Isn't it possible to link to the library statically so that I c…
-
==> Installing ladislavb/therion/therion
==> cmake ..
==> make install
Last 15 lines from /Users/iro/Library/Logs/Homebrew/therion/02.make:
make[1]: *** Waiting for unfinished jobs....
[ 14%] Bui…
-
## 🚀 Feature
I think because of static linking, we can use PyTorch with CUDA without installing CUDA to the host system, or CUDA version on the system and PyTorch can differ.
However, when i…
ozen updated
11 months ago
-
-
The existing bindists are built for Ubuntu 20.04 and thus are not suitable for static linking of Haskell libraries on Ubuntu 22.04 because of the removal of `__xmknod` in glibc 2.33. The issue usually…