[CMake] FW: cmake newbie questions

Bill Hoffman bill.hoffman at kitware.com
Thu Jul 24 21:50:41 EDT 2008


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


More information about the CMake mailing list