I have an application in C++ under Linux (kdevelop). I want to build it statically, and I am using CMake. The application is using the curl library and I am getting lots of errors and warnings. I think that is because of the dependencies of curl.
Is it true that curl has a lot of dependencies? Which are they? Do you know a way to find them all fast?