Linton, Tom wrote:
For Linux, how can you tell CMAKE where to find the linker 'ld' ?
Cmake does not usually call ld directly, but rather uses the compiler to do the linking. In the Modules/Platform files there are settings for linking various things. Do you have a more specific problem you are trying to solve?
-Bill _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
