[CMake] ./bootstrap problem

Werner Smekal smekal at iap.tuwien.ac.at
Mon Jan 22 02:27:09 EST 2007


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



More information about the CMake mailing list