Phil Smith wrote:
C:\Program Files\GnuWin32\bin>make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-pc-mingw32


You should try a different one. Also, you can debug if you run cmake with --debug-trycompile. That will leave the CMakeTmp directory with the makefile that does not work. You can run make in that directory, and try to figure out what is wrong.

-Bill
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to