Hi,

the bootstrap script doesn't have execute permission (at least I think so).

Either set the appropriate flags,

chmod a+x bootstrap.sh

or run the script with sh

sh bootstrap.sh

both in the cmake source directory.

HTH,
Werner

Nasser Kashou wrote:
Hello,

I'm moving from using CMake in XP to FC4 and have a basic installation question. When I try to install I get this error
bash: ./bootstrap: No such file or directory
any ideas how to fix this?

Thanks

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to