Sounds like the cmake located at &quot;/bin/cmake&quot; is stale/old, but it&#39;s in your path before the one from /usr/bin...<br><br>How did the one at &quot;/bin/cmake&quot; get there?<br><br>Maybe just deleting the cmake-related files under /bin and just using the officially installed ones in /usr/bin is the solution?
<br><br><br><div><span class="gmail_quote">On 10/8/07, <b class="gmail_sendername">Wheeler, Frederick W (GE, Research)</b> &lt;<a href="mailto:wheeler@crd.ge.com">wheeler@crd.ge.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
CMake List:<br><br>Amitha and I figured out that I can run cygwin cmake if and only if I<br>use the full /usr/bin/cmake path.&nbsp;&nbsp;Neither /bin/cmake or cmake work.<br>This is good enough for me.&nbsp;&nbsp;I just want to report this odd behavior.
<br><br>Fred<br><br><br>% cmake --version<br>CMake Error: Could not find CMAKE_ROOT !!!<br>CMake has most likely not been installed correctly.<br>Modules directory not found in<br>/bin<br>Segmentation fault (core dumped)<br>
% /bin/cmake --version<br>CMake Error: Could not find CMAKE_ROOT !!!<br>CMake has most likely not been installed correctly.<br>Modules directory not found in<br>/bin<br>Segmentation fault (core dumped)<br>% /usr/bin/cmake --version
<br>cmake version 2.4-patch 7<br><br>% df<br>Filesystem&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1K-blocks&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used Available Use% Mounted on<br>C:\cygwin\bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 27318532&nbsp;&nbsp;22716916&nbsp;&nbsp; 4601616&nbsp;&nbsp;84% /usr/bin<br>C:\cygwin\lib&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 27318532&nbsp;&nbsp;22716916&nbsp;&nbsp; 4601616&nbsp;&nbsp;84% /usr/lib
<br>C:\cygwin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 27318532&nbsp;&nbsp;22716916&nbsp;&nbsp; 4601616&nbsp;&nbsp;84% /<br>c:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;27318532&nbsp;&nbsp;22716916&nbsp;&nbsp; 4601616&nbsp;&nbsp;84% /cygdrive/c<br>d:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;50733268&nbsp;&nbsp;36486396&nbsp;&nbsp;14246872&nbsp;&nbsp;72% /cygdrive/d<br>h:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3145728&nbsp;&nbsp; 1130760&nbsp;&nbsp; 2014968&nbsp;&nbsp;36% /cygdrive/h
<br><br>% mount<br>C:\cygwin\bin on /usr/bin type system (binmode)<br>C:\cygwin\lib on /usr/lib type system (binmode)<br>C:\cygwin on / type system (binmode)<br>c: on /cygdrive/c type system (binmode,noumount)<br>d: on /cygdrive/d type system (binmode,noumount)
<br>h: on /cygdrive/h type system (binmode,noumount)<br><br>% type cmake<br>cmake is /bin/cmake<br>cmake is /usr/bin/cmake<br>cmake is /cygdrive/c/Program Files/CMake 2.4/bin/cmake<br><br>-----Original Message-----<br>From: Wheeler, Frederick W (GE, Research)
<br>Sent: Friday, October 05, 2007 1:31 PM<br>To: &#39;<a href="mailto:cmake@cmake.org">cmake@cmake.org</a>&#39;<br>Subject: Cygwin cmake - Could not find CMAKE_ROOT<br><br><br>I&#39;m having trouble running cygwin cmake 
2.4.7-2 on two different<br>machines, one running XP, and one Windows 2000.&nbsp;&nbsp;Here&#39;s the error:<br><br>% /bin/cmake<br>CMake Error: Could not find CMAKE_ROOT !!!<br>CMake has most likely not been installed correctly.<br>
Modules directory not found in<br>/bin<br>&nbsp;&nbsp;&nbsp;&nbsp; 39 [main] cmake 1196 _cygtls::handle_exceptions: Error while<br>dumping state (probably corrupted stack) Segmentation fault (core<br>dumped)<br><br>In each case I&#39;ve installed cmake using the cygwin 
setup.exe installer.<br>On the XP machine I just did a reinstall of cmake using setup.exe, but<br>the problem persists.&nbsp;&nbsp;I&#39;m not sure when this problem began.&nbsp;&nbsp;It could<br>have started months ago without me noticing.<br>
<br>/usr/share/cmake-2.4.7/Modules/ is full of .cmake and other files.<br>Looks normal to me.&nbsp;&nbsp;About 192 files dated &quot;Jul 31 09:51&quot;.<br>% ls -l /usr/share/cmake-2.4.7/Modules/|wc -l<br>194<br><br>I thought maybe I had an environment variable problem.&nbsp;&nbsp;But if I unset
<br>every environment variable I get the same behavior.<br><br>I get the same error in rxvt, and the usual cygwin bash shell.&nbsp;&nbsp;But<br>cygwin cmake does in fact work (!!!) when run from a DOS window using:<br><br>&nbsp;&nbsp;c:\cygwin\bin\cmake
<br><br>I tried running bash, sh, tcsh and zsh from a DOS window and then<br>running /bin/cmake.&nbsp;&nbsp;In each case - same error.&nbsp;&nbsp;I never use tcsh or<br>zsh, so I don&#39;t have any configuration files for them.<br><br>cygcheck thinks my cmake install is OK (and cygcheck -c says every
<br>installed package is OK)<br><br>% cygcheck -c cmake<br>Cygwin Package Information<br>Package&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Status<br>cmake&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2.4.7-2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;OK<br><br>I updated every installed cygwin package the &quot;current&quot; version a couple
<br>of hours ago.<br>% md5sum /bin/cmake.exe<br>af465bc5ad9e6157a4898c476bfe62a3 */bin/cmake.exe<br><br>I don&#39;t see anything about this problem on the cmake or cygwin mailing<br>lists, so this must be something about my personal setup on these two
<br>machines.&nbsp;&nbsp;Any help or ideas for solving/debugging this would be<br>appreciated.<br><br>Thanks,<br>Fred Wheeler<br><br><br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">
CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>