[CMake] cpack issue: %1 is not a valid Win32 application

thehighhat thehighhat+www at gmail.com
Thu Feb 24 13:49:04 EST 2011


On Thu, Feb 24, 2011 at 11:34 AM, David Cole <david.cole at kitware.com> wrote:
> Is "C:/path/to/make" a batch file?
> What are its contents?
>

no, not a batch file.    it is a symlink, to a symlink, to a binary.

contents are the compile bin for make


from cygwin commands:


ls -l /path/to/make

lrwxrwxrwx ... /path/to/make -> /bin/make*


ls -l /bin/make

lrwxrwxrwx ...  /bin/make -> ./make-v381-cygwin*


ls -l /bin/make-v381-cygwin

-rwxr-xr-x ... /bin/make-v381-cygwin*


file /bin/make-v381-cygwin

/bin/make-v381-cygwin: PE32 executable for MS Windows (console) Intel
80386 32-bit


More information about the CMake mailing list