Are you using the cygwin cmake or the Windows cmake in "C:\Program Files..."<br><br>If you're using the Windows cmake, it's not going to be able to deal with cygwin symlinks at all.<br><br><br><div class="gmail_quote">
On Thu, Feb 24, 2011 at 1:49 PM, thehighhat <span dir="ltr"><<a href="mailto:thehighhat%2Bwww@gmail.com">thehighhat+www@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Feb 24, 2011 at 11:34 AM, David Cole <<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>> wrote:<br>
> Is "C:/path/to/make" a batch file?<br>
> What are its contents?<br>
><br>
<br>
</div>no, not a batch file. it is a symlink, to a symlink, to a binary.<br>
<br>
contents are the compile bin for make<br>
<br>
<br>
from cygwin commands:<br>
<br>
<br>
ls -l /path/to/make<br>
<br>
lrwxrwxrwx ... /path/to/make -> /bin/make*<br>
<br>
<br>
ls -l /bin/make<br>
<br>
lrwxrwxrwx ... /bin/make -> ./make-v381-cygwin*<br>
<br>
<br>
ls -l /bin/make-v381-cygwin<br>
<br>
-rwxr-xr-x ... /bin/make-v381-cygwin*<br>
<br>
<br>
file /bin/make-v381-cygwin<br>
<br>
/bin/make-v381-cygwin: PE32 executable for MS Windows (console) Intel<br>
80386 32-bit<br>
<div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br>