[Cmake] How I can install CMAKE from cvs source code using cygwin tool in window
Shunming Fang
fang at blake . 3dem . bioch . bcm . tmc . edu
Thu, 24 Jul 2003 11:18:32 -0500 (CDT)
Hello,
I found CMake 1.6.7 realease version didn't work for our project, I found
one of your cvs snapshot can work in our env(mandrake9.1), now I want
to port this cvs snapshot to cygwin to develop our cywin version, but the
snapshot version can not be compiled yet in cygwin, I found the reason is:
In cygwin, it think bootstrap(exec file) is same as Bootstrap(directory),
when exec ./bootstrap, it can not mkdir Bootstrap,so anybody know how to
solve it?
Thanks
Fang