I am using cmake module ExternalProject to build libcurl and third party library. If I cancel building in middle and try to run again
I am getting 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
make cleanand starting over? – olovb Aug 3 '12 at 19:32