[CMake] Digital Mars

William A. Hoffman billlist at nycap.rr.com
Wed May 17 14:04:30 EDT 2006


At 01:41 PM 5/17/2006, Amitha Perera wrote:
>Has anyone tried CMake with Digital Mars C/C++? My quick attempt with
>CMake 2.2 and CMake 2.4.2 failed. Current error output with CMake 2.4.2 is
>
>Determining if the C compiler works failed with the following output:
>f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
>Error: 'f' not found
>
>I set
>  CC=c:/dm/bin/dmc.exe
>  CXX=c:/dm/bin/dmc.exe
>and used the Unix Makefile generator.

You could run cmake --debug-trycompile and it will leave the makefiles around,
and you can run make in CMakeFiles/CMakeTmp to see what the error really is.
Does Digital Mars have its own make?

-Bill



More information about the CMake mailing list