I have an old sparc system running Linux on which I am trying to compile CMake. I am able to bootstrap just fine, but when I run make, I get the following error:
Building C object Utilities/cmcurl/CMakeFiles/cmcurl.dir/select.o ~/cmake-2.8.4/Utilities/cmcurl/select.c:39:2: error: #error "We can't compile without select() support!" I have been unable to find any direction on the Internet. Is the select function something I can compile and install? Is it a limitation of my hardware? Is there a workaround if I am unable to get select() support? Thank you in advance. Jeff Dahl
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
