I use the cmake ExternalProject module to build the libcurl library and a third-party library. If I cancel the building in the middle and try to start again
I get the following error
-- curl version=[7.24.0] CMake Error at CMake/OtherTests.cmake:89 (message): Unable to link function recv Call Stack (most recent call first): CMakeLists.txt:795 (include) -- Configuring incomplete, errors occurred! make[2]: *** [lib/linux/gcc/src/libcurl-stamp/./libcurl-configure] Error 1 make[1]: *** [CMakeFiles/libcurl.dir/all] Error 2 make: *** [all] Error 2
source share