Create a fully static Libcurl library
问题 First I'll explain the big picture : I am creating an application where I separated most of the features in different libraries. One of them contains some classes that use curl. I actually use Ubuntu 64 bit to develop and test it, but my production environment is a NAS with an ARM processor. I intend to, later, also make it for windows. Where I am now : My application is running on linux and the ARM-based NAS. However, I don't link with curl, I use curl from command-line internally to do what