python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error when trying to linking libcurl in static
I'm new in C++ and I got a problem about linking libcurl in static, I downloaded sources and build it myself:
./configure && make install
Everything is okay, I write my cmake file, build my p...

Ectaclick
Votes: 0
Answers: 1
Issues when statically linking with libmysqlclient.a. Seems to be intended for only programs written in C++
Writing a program in C. Compiles and runs just fine when linking with dynamic (shared) libraries. Need to create a version linked statically to make this program as portable as possible.
Using simpl...
GGS
Votes: 0
Answers: 0
Creating static libraries and static linking with MSVC Build Tools on Windows
My present goal is compiling, say, the SQLite library (C-language), statically linked with dependencies on Windows with MSVC Build Tools. I want to get a single DLL file, which may only depend on the ...
PChemGuy
Votes: 0
Answers: 1
How can I statically link my project dependencies using vcpkg with Visual Studio?
I've read some ways to do what I want but none of them worked and they end up using the same method.
I've tried this solution, which I couldn't make it work...
Here's what I get outputed:
1>libcurl...

kpp
Votes: 0
Answers: 1