[CMake] Simple_Mingw_Linux2Win fails

Bill Hoffman bill.hoffman at kitware.com
Wed Aug 8 10:09:25 EDT 2007


Mathieu Malaterre wrote:
>
>
> CMake will not be able to correctly generate this project.
>
>
>
>   
The problem is here:

 -Wl,--out-implib,libcmTryCompileExec.dll.a
-Wl,--major-image-version,0,--minor-image-version,0
/usr/bin/ld: unrecognized option '--out-implib'
/usr/bin/ld: use the --help option for usage information

Looks like a version mismatch with mingw gcc, ld and what
cmake expects.

-Bill





More information about the CMake mailing list