[CMake] FW: cmake newbie questions

Phil Smith phil at voltage.com
Thu Jul 31 19:39:53 EDT 2008


>Did you set the CMAKE_EXECUTABLE_SUFFIX appropriately for z/OS ?

If by 'executable' you mean 'linked object', i.e., a .EXE if this was Windows, then I *think* I have: in zosport.cmake is:

SET(CMAKE_LINKER       "linkit.bat")
SET(CMAKE_EXECUTABLE_SUFFIX "OUT")

However, my linkit.bat starts with:

@echo Running linkit.bat: %1 %2 %3 %4 %5 %6 %7 %8 %9 >> \temp\ll.txt

and that file doesn't get created.  So, it appears to me that there's no CMAKE_LINKER being called.

Obviously I'm missing something(s) here...

...phsiii


More information about the CMake mailing list