>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
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to