On 10/03/11 09:46, Alan wrote: > Hi all, > > I'm trying to build cmake 2.8.5, but the system I'm building on doesn't > have a dynamic libraries, so static only. > > When cmake comes to link I get this (with debug from make)....
It turns out that CMake is not honouring the configuration from pkgconfig, otherwise it could have found the dependencies and linked them in. What's the best way to make FindCURL.cmake and FindLibArchive.cmake use pkgconfig ? Thanks, Alan. -- 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
